no message
This commit is contained in:
@@ -140,10 +140,10 @@ export default {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
async _queryErpId (arr) {
|
async _queryErpId (arr) {
|
||||||
let res = await queryErpId(arr[0])
|
let res = await queryErpId(arr[1])
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
this.val1 = arr[0]
|
this.val1 = arr[0]
|
||||||
this.val2 = arr[1]
|
this.val2 = res.result.material_code
|
||||||
this.val3 = arr[2]
|
this.val3 = arr[2]
|
||||||
this.val4 = arr[3]
|
this.val4 = arr[3]
|
||||||
this.val5 = arr[4]
|
this.val5 = arr[4]
|
||||||
|
|||||||
Reference in New Issue
Block a user