no message

This commit is contained in:
蔡玲
2024-10-17 13:50:32 +08:00
parent 7bba00c9aa
commit b86b4d20bc

View File

@@ -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]