Browse Source

完善维修单

master
yunuo970428 9 months ago
parent
commit
0b8df459f2
  1. 7
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

7
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) {

Loading…
Cancel
Save