This commit is contained in:
2024-07-16 15:20:42 +08:00
parent c900c134d7
commit ed78f48561
14 changed files with 82 additions and 15 deletions

View File

@@ -76,6 +76,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
billCode: '',
@@ -86,6 +87,7 @@
},
onLoad (option) {
this.billCode = option.billcode
this.title = option.title
this._virtualivtQuery()
},
mounted () {
@@ -97,7 +99,7 @@
},
goIn () {
uni.navigateTo({
url: `/pages/WarehouseManage/XuniDelivery`
url: '/pages/WarehouseManage/XuniDelivery?title=' + this.title
})
},
handleChange (e) {