物料入库

This commit is contained in:
2026-03-10 16:29:15 +08:00
parent 89b4d1a1ba
commit af024d28a0

View File

@@ -122,24 +122,27 @@
}, },
methods: { methods: {
handleChange (e) { handleChange (e) {
if (e) { // if (e) {
if (this.val1) { // if (this.val1) {
this._getSD01GroupLog(this.val1, e) // this._getSD01GroupLog(this.val1, e)
} // }
} // }
}, },
handleChange1 (e) { handleChange1 (e) {
if (e) { // if (e) {
if (this.val2) { // if (this.val2) {
this._getSD01GroupLog(e, this.val2) // this._getSD01GroupLog(e, this.val2)
} // }
} // }
}, },
selectChange (e) { selectChange (e) {
this.dataList = [] this.dataList = []
this.index1 = '' this.index1 = ''
this.index2 = '' this.index2 = ''
if (e && this.val1 && this.val2) {
this._getSD01GroupLog(this.val1, this.val2)
}
}, },
async _regionList () { async _regionList () {
let res = await regionList() let res = await regionList()