【修改】bug修改
This commit is contained in:
@@ -157,6 +157,7 @@ export default {
|
||||
this.visible = true
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(this.model, 'amountReceived', 'tax', 'taxRate','noTaxAmount', 'paymentDate', 'remark'))
|
||||
this.taxRate = this.form.getFieldValue('taxRate')
|
||||
})
|
||||
},
|
||||
handleOk() {
|
||||
|
||||
@@ -23,6 +23,24 @@
|
||||
<div class="stage-content stage-content-money">{{ item.amountReceived }}</div>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<div class="stage">
|
||||
<div class="stage-title">税率:</div>
|
||||
<div class="stage-content stage-content-money">{{ item.taxRate }}</div>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<div class="stage">
|
||||
<div class="stage-title">税额:</div>
|
||||
<div class="stage-content stage-content-money">{{ item.tax }}</div>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<div class="stage">
|
||||
<div class="stage-title">未税金额:</div>
|
||||
<div class="stage-content stage-content-money">{{ item.noTaxAmount }}</div>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<div class="stage">
|
||||
<div class="stage-title">来款日期:</div>
|
||||
|
||||
@@ -179,6 +179,7 @@ export default {
|
||||
this.visible = true
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(this.model, 'amountReceived', 'tax','taxRate', 'noTaxAmount','paymentDate', 'remark'))
|
||||
this.taxRate = this.form.getFieldValue('taxRate')
|
||||
})
|
||||
},
|
||||
getInfoById(id) {
|
||||
|
||||
@@ -179,6 +179,7 @@ export default {
|
||||
this.visible = true
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(pick(this.model, 'invoiceAmount', 'tax','taxRate', 'noTaxAmount', 'billNo', 'billDate', 'remark'))
|
||||
this.taxRate = this.form.getFieldValue('taxRate')
|
||||
})
|
||||
},
|
||||
getMailContactPostalCode() {
|
||||
|
||||
Reference in New Issue
Block a user