Commit 72d738a7 by 朱继来

申请收款调整付款类型

parent 605c6d52
......@@ -14,7 +14,7 @@ class PayExtendModel extends Model
const CREATED_AT = 'create_time';
const UPDATED_AT = 'update_time';
public $pay_type = [1 => '线下支付宝', 2 => '线下微信', 3 => '交通银行'];
public $pay_type = [1 => '线下微信', 2 => '线下支付宝', 3 => '交通银行'];
public function fromDateTime($value)
{
......
......@@ -1122,10 +1122,10 @@
<label class="col-sm-3 control-label"><i class="error">*</i> 付款方式</label>
<div class="col-sm-9 chekck-pay-type">
<label class="radio-inline">
<input type="radio" name="pay_type" value="1" >线下支付宝
<input type="radio" name="pay_type" value="1" >线下微信
</label>
<label class="radio-inline">
<input type="radio" name="pay_type" value="2" >线下微信
<input type="radio" name="pay_type" value="2" >线下支付宝
</label>
<label class="radio-inline">
<input type="radio" name="pay_type" value="3" >交通银行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment