lilei 1 年之前
父節點
當前提交
e993eef438

+ 2 - 2
pages/purchasing/index.vue

@@ -210,7 +210,7 @@
 					// 加
 					if(flag){
 						// 如果入库数量与发货数量不相等
-						if(curProduct.realPutQty != curProduct.putQty){
+						if(curProduct.realPutQty < curProduct.putQty){
 							this.changePutQty(curProduct,(curProduct.realPutQty||0) + 1)
 						}else{
 							// 当前入库数量与发货数量相等时
@@ -256,7 +256,7 @@
 				this.$refs.popup.close()
 			},
 			okPop(){
-				const curProduct = this.getCurRow()
+				const curProduct = this.tempProduct
 				if(curProduct.packQty){
 					this.changePutQty(curProduct,Number(curProduct.realPutQty||0) + Number(curProduct.packQty))
 					this.closePop()

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 2 - 2
unpackage/dist/dev/app-plus/app-view.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/manifest.json


Some files were not shown because too many files changed in this diff