处理订单
This commit is contained in:
@@ -133,9 +133,9 @@
|
||||
</nut-form-item>
|
||||
</view>
|
||||
</view>
|
||||
</nut-form>
|
||||
<view class="top-bar">
|
||||
<nut-button type="primary" plain size="small" @click="addGoods">新增商品</nut-button>
|
||||
</nut-form>
|
||||
<view class="top-bar">
|
||||
<nut-button type="primary" plain size="small" @click="addGoods">新增商品</nut-button>
|
||||
</view>
|
||||
|
||||
<view class="title">订单优惠 </view>
|
||||
@@ -434,8 +434,9 @@
|
||||
room_id: 0,
|
||||
fee_type: 0,
|
||||
fee_type_name: '请选择',
|
||||
fee_combo_id: 0, // 套餐费用ID
|
||||
fee_combo_name: '请选择', // 套餐费用名称
|
||||
fee_combo_id: 0, // 套餐ID
|
||||
fee_combo_name: '请选择', // 套餐名称
|
||||
// fee_combo_price: null,
|
||||
fee_amount: null, // 线下支付费用
|
||||
fee_pay_status: 0, // 费用支付状态
|
||||
fee_pay_status_txt: '请选择', // 费用支付状态
|
||||
|
||||
Reference in New Issue
Block a user