ysy 1 年之前
父節點
當前提交
c301111e53
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>