diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue index 835116436e..b261927ffb 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue @@ -1547,6 +1547,13 @@ export default { this.$message({ showClose: true, type: 'error', message: '维修项目列表不能为空' }) return } + this.formobj.hourAmount = this.gsfTotal // 工时费 + this.formobj.goodsAmount = this.clfTotal // 材料费 + this.formobj.addAmount = this.fjfTotal // 附加费 + this.formobj.taxAmount = '0' // 税额费 + this.formobj.receivableAmount = this.ysTotal // 应收合计 + this.formobj.actualAmount = this.ssTotal // 实收合计 + this.formobj.discountAmount = this.yhTotal // 优惠 this.submitdisabled = true req.submit(this.formobj).then((res) => { if (res.success) {