ysy 2 anni fa
parent
commit
fe63f14d1a

+ 1 - 1
pages/pda/sample/components/reuseTurnoverBom.vue

@@ -55,7 +55,7 @@
 							</view>
 
 							<view class="item ww20  ">
-								<!-- <text>{{Number(it.quantity) - Number(it.sampleNum) + Number((it.reuseNum || 0)) }}</text> -->
+						
 								<text>{{Number(it.quantity) - Number(it.sampleNum)  }}</text>
 							</view>
 

+ 0 - 21
pages/pda/sample/index/index.vue

@@ -212,27 +212,6 @@ export default {
 		save() {
 
 
-			let _arr = []
-			_arr = JSON.parse(JSON.stringify(this.List))
-
-			_arr.forEach(f => {
-				f.turnover.forEach(o => {
-					o.extInfo.positionList.forEach(r => {
-						r.sampleNum = 0
-						r.reuseNum = 0
-					})
-				})
-				f.reuseTurnover.forEach(o => {
-					o.extInfo.positionList.forEach(r => {
-						r.sampleNum = 0
-						r.reuseNum = 0
-					})
-				})
-
-
-
-			})
-
 			if (!this.isLastJob) {
 				uni.showToast({
 					icon: 'none',