ysy 1 ano atrás
pai
commit
c301111e53

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

@@ -185,7 +185,7 @@
 						</view>
 
 						<view class="item ww25 content_num"
-						>
+							v-if="!Object.prototype.hasOwnProperty.call(it.extInfo, 'newWeight') || it.extInfo.newWeight == null ||  it.extInfo.newWeight == 0  ">
 							<input class="uni-input " v-model="it.extInfo.weight" type='digit'></input>
 						</view>