gjy пре 1 година
родитељ
комит
0bc2a6d654
1 измењених фајлова са 9 додато и 5 уклоњено
  1. 9 5
      pages/erpbusiness/add_quality_testing.vue

+ 9 - 5
pages/erpbusiness/add_quality_testing.vue

@@ -1540,7 +1540,8 @@
 				console.log(this.printId)
 				if(this.printId){
 					uni.showLoading({
-						title:"加载中"
+						title:"加载中",
+						mask:true
 					})
 					this.$api.doRequest('get', '/qualityInspectionManagement/api/getQualityInspection', {
 						id: this.printId
@@ -1620,7 +1621,8 @@
 				) {
 
 					uni.showLoading({
-						title: "加载中"
+						title: "加载中",
+						mask:true
 					})
 					this.$api.doRequest('get', '/purchasePrice/tidalGrainPrice', {
 						warehouseId: this.cangid,
@@ -1795,6 +1797,7 @@
 
 										this.gridList.inOutFlag = 2
 										this.inOutWarehouse(2)
+										
 									}
 								}
 							}
@@ -1952,17 +1955,18 @@
 								// 收购入库
 								if (that.typevalue == 3) {
 									uni.showLoading({
-										title: "加载中"
+										title: "加载中",
+										mask:true
 									})
 									that.cumulant(1)
 									return
 								}
 								uni.showLoading({
-									title: "加载中"
+									title: "加载中",
+									mask:true
 								})
 								that.gridList.inOutFlag = 2
 								that.inOutWarehouse(1)
-								
 							}
 
 						}