@ -223,7 +223,7 @@
</view>
</template>
<u-empty v-if="list.length==0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/>
<u-empty v-if="list.length==0" text="未查询到相关信息" width="70%" icon="/static/noData.png"/>
</scroll-view>
@ -328,7 +328,7 @@
<u-notice-bar style="padding:0rpx;" icon="" speed="45" color="#777" bgColor="" :text="`${new Date(v.time).format('yyyy-MM-dd')}:${v.userName} 完成了${v.plotName}${v.farmWorkName}任务`"/>
<u-empty :show="isEmpty" text="为查询到相关信息" width="50%" icon="/static/noData.png"/>
<u-empty :show="isEmpty" text="未查询到相关信息" width="50%" icon="/static/noData.png"/>
<u-picker v-if="isAdmin" :show="show" :columns="plantBase" keyName="baseName" closeOnClickOverlay @close="show=false" @confirm="$store.commit('setBaseId', {id:$event.value[0].id,name:$event.value[0].baseName});show=false" @cancel="show=false"/>
@ -227,7 +227,7 @@
<text class="date">{{new Date(v.sendTime).format('yyyy/MM/dd')}}</text>
<u-empty :show="list.length<=0" text="为查询到相关信息" width="50%" icon="/static/noData.png"/>
<u-empty :show="list.length<=0" text="未查询到相关信息" width="50%" icon="/static/noData.png"/>
@ -63,7 +63,7 @@
<text>{{v.goodsDetailType}}</text> <text>{{v.supplier}}</text>
@ -103,7 +103,7 @@
@ -155,7 +155,7 @@
<text>{{v.type}}</text> <text>负责人:{{v.principal}}</text> <text>记录日期:{{new Date(v.time).format('yyyy-MM-dd')}}</text>
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/>
<u-empty v-if="list.length<=0" text="未查询到相关信息" width="70%" icon="/static/noData.png"/>
@ -158,7 +158,7 @@
<button class="cu-btn round bg-green shadow submit" @click="addPlant">+新增种植计划</button>
@ -147,7 +147,7 @@
@ -116,7 +116,7 @@
<u-datetime-picker
@ -167,7 +167,7 @@
<view class="items">
<text :class="{active:select.some(i=>i==v.name)}" v-for="(v,k) in list" :key="k" @click="selectPest(v)">{{v.name}}</text>
<u-empty :show="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/>
<u-empty :show="list.length<=0" text="未查询到相关信息" width="70%" icon="/static/noData.png"/>
<u-overlay :show="show" @click="show=false">
@ -67,7 +67,7 @@
<text>{{v.detailedType}}</text> <text class="over">{{v.supplier}}</text>
@ -73,7 +73,7 @@
<text>{{v.detailedType}}</text> <text class="over">{{v.supplier}}</text> <text :data-total="v.heft">{{v.packing}}</text>
@ -100,7 +100,7 @@
<text class="type" :style="{'--bg':({1:'#EE263A',2:'#FFCB69',3:'#FFCB69',4:'#FFCB69',5:'rgb(16, 193, 118)'})[v.applicantStatus]}">{{({1:"审核未通过",2:"待审核",3:"待审核",4:"待审核",5:"审核通过"})[v.applicantStatus]}}</text>
@ -98,7 +98,7 @@
<text class="number" :data-unit="`共${v.equivalentAmount}${v.unit}`">{{v.number}}{{v.packgeUnit}}</text>
@ -176,7 +176,7 @@
<button v-if="searchVal.substanceType=='nz'&& isWareMana" class="cu-btn round bg-green shadow submit" @click="toPage('agrWarehouse')">+农资入库</button>
@ -170,7 +170,7 @@
@ -113,7 +113,7 @@