change
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
},
|
||||
onLoad (option) {
|
||||
this.checkCode = option.checkcode
|
||||
this.val2 = option.checknum
|
||||
this.val3 = option.unchecknum
|
||||
// this._checkQueryDtl()
|
||||
},
|
||||
methods: {
|
||||
@@ -132,7 +134,7 @@
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _checkQueryDtl () {
|
||||
let res = await checkQueryDtl(this.checkCode, this.val1)
|
||||
let res = await checkQueryDtl(this.checkCode, this.val1, this.val2, this.val3)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
toPandian () {
|
||||
if (this.pkId) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/WarehouseManage/CheckDtl?checkcode=' + this.pkObj.check_code
|
||||
url: '/pages/WarehouseManage/CheckDtl?checkcode=' + this.pkObj.check_code + '&checknum=' + this.pkObj.check_num + '&unchecknum=' + this.pkObj.uncheck_num
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user