|
@@ -69,6 +69,18 @@
|
69
|
69
|
</div>
|
70
|
70
|
</div>
|
71
|
71
|
|
|
72
|
+ <div class="row cl">
|
|
73
|
+ <label class="form-label col-xs-4 col-sm-2">
|
|
74
|
+ <font color='red'>* </font>支付方式:</label>
|
|
75
|
+ <div class="formControls col-xs-6 col-sm-6">
|
|
76
|
+ <input type="radio" name="payment_type" value="1" @if(old('payment_type')==='1') checked @else checked @endif>
|
|
77
|
+ <label for="status-1" style="margin-right: 27px;">微信支付</label>
|
|
78
|
+ <input type="radio" name="payment_type" value="3" @if(old('payment_type')==='3') checked @endif>
|
|
79
|
+ <label for="status-0" style="margin-right: 27px;">个体户支付</label>
|
|
80
|
+
|
|
81
|
+ </div>
|
|
82
|
+ </div>
|
|
83
|
+
|
72
|
84
|
@if($self_role !='销售' )
|
73
|
85
|
<div class="row cl">
|
74
|
86
|
<label class="form-label col-xs-4 col-sm-2">
|