Commit cd68ff32 authored by 我在何方's avatar 我在何方

新增收款单优惠金额bug

parent b671178f
...@@ -606,7 +606,7 @@ ...@@ -606,7 +606,7 @@
<el-input v-model="discountForm.discountRemark" type="textarea" style="width: 300px"></el-input> <el-input v-model="discountForm.discountRemark" type="textarea" style="width: 300px"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="优惠后"> <el-form-item label="优惠后">
{{ selectListRow.totalAmount - (discountForm.discountTotal || 0) }} {{ (selectListRow.totalAmount - (discountForm.discountTotal || 0)).toFixed(2)}}
<dict-tag :type="DICT_TYPE.BOX_SHIPPING_PRICE_UNIT" :value="selectListRow.currencyId" /> <dict-tag :type="DICT_TYPE.BOX_SHIPPING_PRICE_UNIT" :value="selectListRow.currencyId" />
</el-form-item> </el-form-item>
<el-form-item v-if="opnotice" label="操作人"> <el-form-item v-if="opnotice" label="操作人">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment