物料入库
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user