|
@@ -393,7 +393,6 @@
|
|
|
}
|
|
|
// let _userCompId = "2710b21efc1e4393930c5dc800010dc4"
|
|
|
// let _qualityNo = "SGRK202112140060003"
|
|
|
- debugger
|
|
|
let _userCompId = this.barCode.split('&')[0]
|
|
|
let _qualityNo = this.barCode.split('&')[1]
|
|
|
let _userHouseId = this.barCode.split('&')[2]
|
|
@@ -560,7 +559,6 @@
|
|
|
},
|
|
|
// 二维码获取数据
|
|
|
async getQRCodeData(tmp) {
|
|
|
- debugger
|
|
|
await getQRCodeData(tmp)
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
@@ -605,7 +603,7 @@
|
|
|
console.log('当前已失去焦点状态')
|
|
|
this.isOpenCodeGun = false
|
|
|
},
|
|
|
- goToPage(type) {debugger
|
|
|
+ goToPage(type) {
|
|
|
this.barCode = ''
|
|
|
let _url = ''
|
|
|
if (type === 1) {
|