处理套餐价
This commit is contained in:
@@ -311,7 +311,8 @@
|
||||
const onConfirmCombos = (selectedValue) => {
|
||||
console.log(selectedValue);
|
||||
form.fee_combo_name = selectedValue.selectedOptions[0].label
|
||||
form.fee_combo_id = selectedValue.selectedOptions[0].value
|
||||
form.fee_combo_id = selectedValue.selectedOptions[0].value
|
||||
form.fee_combo_price = selectedValue.selectedOptions[0].combo_price
|
||||
console.log(form);
|
||||
visibleCombosPopup.value = false
|
||||
}
|
||||
@@ -465,7 +466,7 @@
|
||||
fee_type_name: '请选择',
|
||||
fee_combo_id: 0, // 套餐费用ID
|
||||
fee_combo_name: '请选择', // 套餐费用名称
|
||||
// fee_combo_price: null,
|
||||
fee_combo_price: null,
|
||||
fee_amount: null, // 线下支付费用
|
||||
fee_pay_status: 0, // 费用支付状态
|
||||
fee_pay_status_txt: '请选择', // 费用支付状态
|
||||
|
||||
Reference in New Issue
Block a user