This commit is contained in:
2022-07-21 15:06:13 +08:00
parent 61f6311a05
commit 3c23807c4f
3 changed files with 2 additions and 6 deletions

View File

@@ -237,10 +237,6 @@ export default {
},
clcikRow(row, column, event) {
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
})

View File

@@ -239,7 +239,6 @@ export default {
return this.dict.label.work_status[row.work_status]
},
handleDtlCurrentChange(current) {
debugger
if (current !== null) {
this.tabledis = []
this.currentdtl = current