药品订单
This commit is contained in:
parent
a27d58d779
commit
4be5d10ba9
@ -370,6 +370,18 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :span="12" >
|
||||||
|
<a-form-item field="amount_total" label="优惠卷:">
|
||||||
|
<span>{{modalForm.order_product_coupon?modalForm.order_product_coupon.coupon_use_price:0}}元</span>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
<a-col :span="12">
|
||||||
|
<a-form-item field="logistics_fee" label="优惠金额:">
|
||||||
|
<span>{{ modalForm.discount_amount>0?'-'+modalForm.discount_amount:0 }}元</span>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item field="payment_amount_total" label="实付金额:">
|
<a-form-item field="payment_amount_total" label="实付金额:">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user