From 0b8df459f23d3e1201a99b30c0852ccaa9bec2e9 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 27 Aug 2024 15:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E4=BF=AE=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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) {