This commit is contained in:
2024-07-16 16:16:01 +08:00
parent 277254e9c9
commit 2c1a5b0427
6 changed files with 25 additions and 9 deletions

View File

@@ -61,6 +61,7 @@
},
data() {
return {
title: '',
boxno: '',
billCode: '',
dataList: [],
@@ -70,12 +71,13 @@
onLoad (option) {
this.boxno = option.boxno
this.billCode = option.billcode
this.title = option.title
this._stivtbBoxDtlQuery()
},
methods: {
goIn () {
uni.navigateTo({
url: '/pages/WarehouseManage/ProdDeliveryConfirm?billcode=' + this.billCode
url: '/pages/WarehouseManage/ProdDeliveryConfirm?billcode=' + this.billCode + '&title=' + this.title
})
},
/** 初始化查询 */