diff --git a/yxt-as-ui/src/views/operation/workorderinvoicing/relation/chooseRepairbill.vue b/yxt-as-ui/src/views/operation/workorderinvoicing/relation/chooseRepairbill.vue
index b1015c8b8d..e1a556392c 100644
--- a/yxt-as-ui/src/views/operation/workorderinvoicing/relation/chooseRepairbill.vue
+++ b/yxt-as-ui/src/views/operation/workorderinvoicing/relation/chooseRepairbill.vue
@@ -59,7 +59,7 @@
-
+
diff --git a/yxt-as-ui/src/views/operation/workorderinvoicing/workorderinvoicingAdd.vue b/yxt-as-ui/src/views/operation/workorderinvoicing/workorderinvoicingAdd.vue
index 5aac017244..a94f162ee5 100644
--- a/yxt-as-ui/src/views/operation/workorderinvoicing/workorderinvoicingAdd.vue
+++ b/yxt-as-ui/src/views/operation/workorderinvoicing/workorderinvoicingAdd.vue
@@ -277,7 +277,7 @@ export default {
outAmount: e.outAmount,
rescueAmount: e.rescueAmount,
otherAmount: e.otherAmount,
- totalAmount: e.totalAmount
+ totalAmount: e.settleAmount
})
})
}
diff --git a/yxt-as-ui/src/views/operation/workorderreceivable/workorderreceivableAdd.vue b/yxt-as-ui/src/views/operation/workorderreceivable/workorderreceivableAdd.vue
index 2e6a862416..c15e0a4139 100644
--- a/yxt-as-ui/src/views/operation/workorderreceivable/workorderreceivableAdd.vue
+++ b/yxt-as-ui/src/views/operation/workorderreceivable/workorderreceivableAdd.vue
@@ -43,6 +43,11 @@
维修单列表
+
+
+ 删除
+
+
@@ -222,8 +227,7 @@ export default {
},
chooseGd() {
this.viewState = 2
- const aa = []
- this.$refs['divGD'].showData(aa, this.formobj.deptSid)
+ this.$refs['divGD'].showData(this.formobj.asBwdiffapplyDetailList, this.formobj.deptSid)
},
backData(value) {
this.viewState = 1
@@ -244,7 +248,7 @@ export default {
outAmount: e.outAmount,
rescueAmount: e.rescueAmount,
otherAmount: e.otherAmount,
- totalAmount: e.totalAmount,
+ totalAmount: e.settleAmount,
diffHourAmount: '',
diffGoodsAmount: '',
diffOutAomunt: '',
@@ -260,6 +264,9 @@ export default {
resetState() {
this.viewState = 1
},
+ handleDelete(index) {
+ this.formobj.asBwdiffapplyDetailList.splice(index, 1)
+ },
// 计算列表中差异调整的合计金额
jeTotal(row) {
row.diffTotalAmount = Math.round((parseFloat(row.diffHourAmount === '' ? '0' : row.diffHourAmount) + parseFloat(row.diffGoodsAmount === '' ? '0' : row.diffGoodsAmount) + parseFloat(row.diffOutAomunt === '' ? '0' : row.diffOutAomunt) + parseFloat(row.diffRescueAmount === '' ? '0' : row.diffRescueAmount) + parseFloat(row.diffOtherAmount === '' ? '0' : row.diffOtherAmount)) * 100) / 100
diff --git a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/relation/chooseRepairbill.vue b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/relation/chooseRepairbill.vue
index 93f9bec721..bc90412a3d 100644
--- a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/relation/chooseRepairbill.vue
+++ b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/relation/chooseRepairbill.vue
@@ -59,7 +59,7 @@
-
+
diff --git a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue
index b44245a462..cafa7a0d79 100644
--- a/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue
+++ b/yxt-as-ui/src/views/workFlow/gongdankaipiaoFlow/workorderinvoicingEdit.vue
@@ -272,7 +272,7 @@ export default {
outAmount: e.outAmount,
rescueAmount: e.rescueAmount,
otherAmount: e.otherAmount,
- totalAmount: e.totalAmount
+ totalAmount: e.settleAmount
})
})
}
diff --git a/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue b/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue
index e6a7bdd364..c1608c0d08 100644
--- a/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue
+++ b/yxt-as-ui/src/views/workFlow/gongdanyingshouFlow/workorderreceivableEdit.vue
@@ -4,7 +4,7 @@