ysy 1 年間 前
コミット
76edefc300
1 ファイル変更5 行追加1 行削除
  1. 5 1
      pages/pda/jobBooking/components/packingTgBom.vue

+ 5 - 1
pages/pda/jobBooking/components/packingTgBom.vue

@@ -107,10 +107,14 @@
 
 					<view class="rx ww50 ">
 						<view class="lable lable150 rx-cc ">打包数量</view>
-						<view class="content content_num ">
+						<view class="content content_num " v-if="!isWarehousing">
 							<view v-if='isDetails'>{{it.feedQuantity }}</view>
 							<input class="uni-input" v-else v-model="it.feedQuantity"></input>
 						</view>
+						
+						<view class="content content_num " v-if="isWarehousing">
+							<view 	style="color:#157A2C;"	>{{it.feedQuantity }}</view>
+						</view>
 					</view>