|
|
@@ -30,7 +30,7 @@ const order_coupon_detail_ref = ref();
|
|
|
const handleClickDesc = () => {
|
|
|
console.log("handleClickDesc")
|
|
|
let {startChargeSeq,discountType} = orderDetail.value;
|
|
|
- order_coupon_detail_ref.value?.open(startChargeSeq,"Coupon");
|
|
|
+ order_coupon_detail_ref.value?.open(startChargeSeq,discountType);
|
|
|
}
|
|
|
|
|
|
onLoad((options: any) => {
|