备件出入库

This commit is contained in:
2022-07-05 09:44:08 +08:00
parent f13e6d6c9a
commit a63a643cc1
2 changed files with 6 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ export default {
}
next()
},
created () {
this._queryIODtl()
},
methods: {
/** 1.1出入库单查询 */
async _queryIODtl () {

View File

@@ -62,6 +62,9 @@ export default {
}
next()
},
created () {
this._queryIODtl()
},
methods: {
/** 1.1出入库单查询 */
async _queryIODtl () {