rev:报修页面修改
This commit is contained in:
@@ -261,7 +261,7 @@ export default {
|
||||
crudDevicelubricatemst.getDtl(data).then(res => {
|
||||
this.openParam = {
|
||||
'form': data,
|
||||
'tableData': res
|
||||
'tableData': res.content
|
||||
}
|
||||
this.executeDialog = true
|
||||
})
|
||||
|
||||
@@ -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
|
||||
})
|
||||
|
||||
@@ -287,7 +287,7 @@ export default {
|
||||
crudDevicerepairmst.getDtl(data).then(res => {
|
||||
this.openParam = {
|
||||
'form3': data,
|
||||
'itemData': res
|
||||
'itemData': res.content
|
||||
}
|
||||
this.receiveDialog = true
|
||||
})
|
||||
|
||||
@@ -261,7 +261,7 @@ export default {
|
||||
crudDevicesportcheckmst.getDtl(data).then(res => {
|
||||
this.openParam = {
|
||||
'form': data,
|
||||
'tableData': res
|
||||
'tableData': res.content
|
||||
}
|
||||
this.executeDialog = true
|
||||
})
|
||||
|
||||
@@ -261,7 +261,7 @@ export default {
|
||||
crudDevicemaintenancemst.getDtl(data).then(res => {
|
||||
this.openParam = {
|
||||
'form': data,
|
||||
'tableData': res
|
||||
'tableData': res.content
|
||||
}
|
||||
this.executeDialog = true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user