带单据option
This commit is contained in:
@@ -62,20 +62,20 @@
|
||||
data() {
|
||||
return {
|
||||
boxno: '',
|
||||
billCode: '',
|
||||
dataList: [],
|
||||
disabled1: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
},
|
||||
onLoad (option) {
|
||||
this.boxno = option.boxno
|
||||
this.billCode = option.billcode
|
||||
this._stivtbBoxDtlQuery()
|
||||
},
|
||||
methods: {
|
||||
goIn () {
|
||||
uni.navigateTo({
|
||||
url: `/pages/WarehouseManage/ProdDeliveryConfirm`
|
||||
url: '/pages/WarehouseManage/ProdDeliveryConfirm?billcode=' + this.billCode
|
||||
})
|
||||
},
|
||||
/** 初始化查询 */
|
||||
|
||||
Reference in New Issue
Block a user