药品订单

This commit is contained in:
zoujiandong
2024-06-14 13:44:26 +08:00
parent a27d58d779
commit 4be5d10ba9
+12
View File
@@ -369,6 +369,18 @@
<span>{{ modalForm.logistics_fee }}元</span>
</a-form-item>
</a-col>
</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-col :span="12">