| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">平台提成比例</label>
- <div class="col-sm-6 col-xs-6">
- <div class='input-group'>
- <input onkeyup="value=value.replace(/[^\d.]/g,'')" type='text' name='widgets[hotel_cashier][shop_commission]' class="form-control discounts_value"
- value="{{ $hotel->hasOneCashier->hasOneCashierGoods->shop_commission?:0 }}"/>
- <div class='input-group-addon waytxt'>%</div>
- </div>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">结算期</label>
- <div class="col-sm-6 col-xs-6">
- <div class='input-group'>
- <input onkeyup="value=value.replace(/[^\d.]/g,'')" type='text' name='widgets[hotel_cashier][settlement_day]' class="form-control discounts_value"
- value="{{ $hotel->hasOneCashier->hasOneCashierGoods->settlement_day?:0 }}"/>
- <div class='input-group-addon waytxt'>天</div>
- </div>
- </div>
- </div>
- <!-- <input type='hidden' name='widgets[hotel_cashier][payment_types][wechatPay]' value='1' /> -->
- <!-- <input type='hidden' name='widgets[hotel_cashier][payment_types][alipay]' value='1' /> -->
- <!-- <input type='hidden' name='widgets[hotel_cashier][payment_types][balance]' value='1' /> -->
- <!-- <input type='hidden' name='widgets[hotel_cashier][payment_types][cashPay]' value='1'/> -->
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">微信支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][wechatPay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["wechatPay"] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][wechatPay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["wechatPay"] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["wechatPay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">支付宝支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][alipay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["alipay"] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][alipay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["alipay"] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["alipay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">余额支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][balance]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["balance"] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][balance]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["balance"] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["balance"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
-
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">到店支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][cashPay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["cashPay"] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][cashPay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types["cashPay"] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["cashPay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">易宝支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][yopPay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['yopPay'] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][yopPay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['yopPay'] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["yopPay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">汇聚微信支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergePayWechat]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergePayWechat'] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergePayWechat]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergePayWechat'] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["convergePayWechat"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">汇聚支付宝支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergePayAlipay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergePayAlipay'] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergePayAlipay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergePayAlipay'] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["convergePayAlipay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
- <div class="form-group">
- <label class="col-xs-12 col-sm-3 col-md-2 control-label">汇聚快捷支付</label>
- <div class="col-sm-9 col-xs-12">
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergeQuickPay]' value='1'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergeQuickPay'] == 1) checked @endif
- /> 开启
- </label>
- <label class='radio-inline'>
- <input type='radio' name='widgets[hotel_cashier][payment_types][convergeQuickPay]' value='0'
- @if($hotel->hasOneCashier->hasOneCashierGoods->payment_types['convergeQuickPay'] === '0' || $hotel->hasOneCashier->hasOneCashierGoods->payment_types["convergeQuickPay"] === null) checked @endif
- /> 关闭
- </label>
- </div>
- </div>
|