lilei 1 rok pred
rodič
commit
8f6ed1de48

+ 1 - 0
pages/replenishmentManage/replenishmentList.vue

@@ -16,6 +16,7 @@
 							<view>
 							{{item.shelfInfo&&item.shelfInfo.shelfName}}
 							<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='WRITE_OFF'" text="已注销"></u-tag>
+							<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='DISABLED'" text="已停用"></u-tag>
 							</view>
 							<view>
 								<text :style="{color: item.billState=='FINISH'?$config('successColor'):item.billState=='CANCEL'?$config('infoColor'):$config('errorColor')}">{{item.billStateDictValue}}</text>