物料入库
This commit is contained in:
@@ -122,24 +122,27 @@
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
if (e) {
|
||||
if (this.val1) {
|
||||
this._getSD01GroupLog(this.val1, e)
|
||||
}
|
||||
}
|
||||
// if (e) {
|
||||
// if (this.val1) {
|
||||
// this._getSD01GroupLog(this.val1, e)
|
||||
// }
|
||||
// }
|
||||
},
|
||||
handleChange1 (e) {
|
||||
if (e) {
|
||||
if (this.val2) {
|
||||
this._getSD01GroupLog(e, this.val2)
|
||||
}
|
||||
}
|
||||
// if (e) {
|
||||
// if (this.val2) {
|
||||
// this._getSD01GroupLog(e, this.val2)
|
||||
// }
|
||||
// }
|
||||
},
|
||||
|
||||
selectChange (e) {
|
||||
this.dataList = []
|
||||
this.index1 = ''
|
||||
this.index2 = ''
|
||||
if (e && this.val1 && this.val2) {
|
||||
this._getSD01GroupLog(this.val1, this.val2)
|
||||
}
|
||||
},
|
||||
async _regionList () {
|
||||
let res = await regionList()
|
||||
|
||||
Reference in New Issue
Block a user