盘点详情chagne
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
},
|
||||
toXq (code) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/WarehouseManage/Details?storagevehicle_code=' + code
|
||||
url: '/pages/WarehouseManage/Details?storagevehicle_code=' + code + '&checkcode=' + this.checkCode
|
||||
})
|
||||
},
|
||||
toCheck (e) {
|
||||
@@ -105,7 +105,7 @@
|
||||
async _checkexception () {
|
||||
this.disabled1 = true
|
||||
try {
|
||||
let res = await checkexception(this.dataList, this.checkCode)
|
||||
let res = await checkexception(this.checkArr, this.checkCode)
|
||||
this.disabled1 = false
|
||||
this.checkArr = []
|
||||
this._checkQueryDtl()
|
||||
@@ -120,7 +120,7 @@
|
||||
async _checknormal () {
|
||||
this.disabled1 = true
|
||||
try {
|
||||
let res = await checknormal(this.dataList, this.checkCode)
|
||||
let res = await checknormal(this.checkArr, this.checkCode)
|
||||
this.disabled1 = false
|
||||
this.checkArr = []
|
||||
this._checkQueryDtl()
|
||||
|
||||
Reference in New Issue
Block a user