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