ysy 1 жил өмнө
parent
commit
54b0fead17

+ 1 - 1
pages/pda/jobBooking/components/palletBom.vue

@@ -36,7 +36,7 @@
 				<view class="item">
 					<view class="lable rx-cc">数量</view>
 					<view class="content content_num">
-						<input class="uni-input" v-model="item.extInfo.formedNum " type='digit'
+						<input class="uni-input" v-model="item.feedQuantity" type='digit'
 							:disabled="isDetails"></input>
 					</view>
 				</view>