|
@@ -1401,6 +1401,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.IN)[1].itemList.filter(i => i.use).map(
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.IN)[1].itemList.filter(i => i.use).map(
|
|
@@ -1411,6 +1412,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
),]
|
|
),]
|
|
@@ -1448,6 +1450,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.OUT)[1].itemList.filter(i => i.use).map(
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.OUT)[1].itemList.filter(i => i.use).map(
|
|
@@ -1458,6 +1461,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
),]
|
|
),]
|
|
@@ -1496,6 +1500,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.PRESSURE)[1].itemList.filter(i => i.use).map(
|
|
), ...checkItemList.value.filter(i => i.inspectionNature == PressureBoilerCheckType.PRESSURE)[1].itemList.filter(i => i.use).map(
|
|
@@ -1506,6 +1511,7 @@ const handleConfirm = async () => {
|
|
|
newAmount: i.fee,
|
|
newAmount: i.fee,
|
|
|
type: i.type,
|
|
type: i.type,
|
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
feeCalculateJson: i.feeCalculateJson || '',
|
|
|
|
|
+ defaultCount: i.defaultCount || 1,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
),]
|
|
),]
|