title
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user