维修弹窗修改

This commit is contained in:
zzyuan 2024-12-10 16:43:32 +08:00
parent 9737b3a598
commit 3746d95761
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {};