维修弹窗修改
This commit is contained in:
parent
9737b3a598
commit
3746d95761
|
|
@ -1387,7 +1387,7 @@ export default {
|
||||||
this.partTableList = [];
|
this.partTableList = [];
|
||||||
this.typeTemp = row.type;
|
this.typeTemp = row.type;
|
||||||
this.typeNameTemp = row.typeName;
|
this.typeNameTemp = row.typeName;
|
||||||
this.disrepairNumTemp = row.typeRepairNum - row.typeRepairedNum;
|
this.disrepairNumTemp = row.typeRepairNum - row.typeRepairedNum - row.typeScrapNum;
|
||||||
this.repairRowData = row;
|
this.repairRowData = row;
|
||||||
this.repairDeviceList = [];
|
this.repairDeviceList = [];
|
||||||
const params = {};
|
const params = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue