rev:报修页面修改

This commit is contained in:
zhangzq
2023-11-14 17:39:33 +08:00
parent 6cf7fede4f
commit 9b81e28f67
5 changed files with 7 additions and 6 deletions

View File

@@ -261,7 +261,7 @@ export default {
crudDevicelubricatemst.getDtl(data).then(res => {
this.openParam = {
'form': data,
'tableData': res
'tableData': res.content
}
this.executeDialog = true
})

View File

@@ -304,12 +304,13 @@ export default {
},
endRepair() {
const _selectData = this.$refs.table.selection
debugger
const data = _selectData[0]
if (data.invstatus === '03' || data.invstatus === '05') {
crudDevicerepairmst.getDtl(data).then(res => {
this.openParam = {
'form': data,
'tableData': res
'tableData': res.content
}
this.executeDialog = true
})
@@ -324,7 +325,7 @@ export default {
crudDevicerepairmst.getDtl(data).then(res => {
this.openParam = {
'form': data,
'tableData': res
'tableData': res.content
}
this.executeDialog = true
})

View File

@@ -287,7 +287,7 @@ export default {
crudDevicerepairmst.getDtl(data).then(res => {
this.openParam = {
'form3': data,
'itemData': res
'itemData': res.content
}
this.receiveDialog = true
})

View File

@@ -261,7 +261,7 @@ export default {
crudDevicesportcheckmst.getDtl(data).then(res => {
this.openParam = {
'form': data,
'tableData': res
'tableData': res.content
}
this.executeDialog = true
})

View File

@@ -261,7 +261,7 @@ export default {
crudDevicemaintenancemst.getDtl(data).then(res => {
this.openParam = {
'form': data,
'tableData': res
'tableData': res.content
}
this.executeDialog = true
})