ysy преди 1 година
родител
ревизия
ef1c9fda26
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      pages/pda/feeding/components/deviceBom.vue
  2. 2 1
      pages/pda/feeding/components/turnoverBom.vue

+ 1 - 1
pages/pda/feeding/components/deviceBom.vue

@@ -168,7 +168,7 @@
 		
 		         <u-line color="#2979ff" style="margin: 16rpx 0;"></u-line>
 				   卸货功能
-				 <!--  -->
+				
 		
 				</view>
 

+ 2 - 1
pages/pda/feeding/components/turnoverBom.vue

@@ -75,7 +75,8 @@
 							  </view>
 							  
 							  <view class="item ww20">
-							  	<input :class="['uni-input', wordItem.code == it.workOrderCode && it.quantity > 0 ? 'content_num' : ''] " v-model="it.feedNum"
+								<view v-if=" isDetails && wordItem.taskType ">{{ it.quantity }}</view>
+							  	<input v-else :class="['uni-input', wordItem.code == it.workOrderCode && it.quantity > 0 ? 'content_num' : ''] " v-model="it.feedNum"
 							  		type="digit" :disabled="it.quantity <= 0"
 							  		@blur="Number(it.feedNum) > Number(it.quantity) ? it.feedNum = Number(it.quantity) : ''"></input>
 							  </view>