no message

This commit is contained in:
2025-04-03 13:19:57 +08:00
parent 95e2db8341
commit 6513e9d951
3 changed files with 12 additions and 4 deletions

View File

@@ -128,7 +128,7 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import {outStorageOrder, getBillNoInfo, storList, inStorageConfirm} from '@/utils/getData2.js'
import {inStorageOrder, getBillNoInfo, storList, inStorageConfirm} from '@/utils/getData2.js'
export default {
components: {
NavBar,
@@ -154,13 +154,13 @@
},
onLoad (options) {
this.title = options.title
this._outStorageOrder()
this._inStorageOrder()
this._storList()
},
methods: {
/** 下拉框*/
async _outStorageOrder () {
let res = await outStorageOrder()
async _inStorageOrder () {
let res = await inStorageOrder()
this.options1 = [...res]
},
selectChange1 (e) {