This commit is contained in:
2022-07-21 20:09:01 +08:00
parent 2691af74f8
commit b3cfa32fae
7 changed files with 91 additions and 73 deletions

View File

@@ -229,10 +229,6 @@ export default {
clcikRow(row, column, event) {
debugger
this.form.dtl_row = row
sparePart.getIODtl({ 'bill_code': this.form.dtl_row.bill_code }).then(res => {
this.openParam = res
this.form.dtl_row = res[row.index]
})
sparePart.getDisDtl(row).then(res => {
this.form.tableMater = res
})