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>