Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

ccjgmwz 3 years ago
parent
commit
4e1b62817e
2 changed files with 4 additions and 1 deletions
  1. 1 0
      pages/erpbusiness/edit_quality_testing.vue
  2. 3 1
      pages/erpbusiness/sendCommand.vue

+ 1 - 0
pages/erpbusiness/edit_quality_testing.vue

@@ -597,6 +597,7 @@
 						return
 					}
 				}
+				this.gridList.storageNumber = this.gridList.storageTagNo
 				uni.showModal({
 					content: "确定提交质检信息?",
 					showCancel: true,

+ 3 - 1
pages/erpbusiness/sendCommand.vue

@@ -104,7 +104,9 @@
 		},
 		onShow() {
 			this.gridList = uni.getStorageSync("quality_print")
-			// this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
+			if(!this.gridList.compId){
+				this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
+			}
 			console.log(this.gridList)
 			let that = this;
 			let width;