ysy 1 anno fa
parent
commit
c301111e53
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/pda/jobBooking/components/semiProductJobBom.vue

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