ysy 1 년 전
부모
커밋
54b0fead17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/pda/jobBooking/components/palletBom.vue

+ 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>