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

@@ -115,6 +115,7 @@
},
data() {
return {
title: '',
modelShow: false,
value: '1',
val0: '',
@@ -143,6 +144,7 @@
},
onLoad (option) {
this.checkCode = option.checkcode
this.title = option.title
// this._checkQueryDtl()
},
mounted () {
@@ -151,7 +153,7 @@
methods: {
goIn () {
uni.navigateTo({
url: `/pages/WarehouseManage/CheckList`
url: `/pages/WarehouseManage/CheckList?title=` + this.title
})
},
handleChange (e) {