mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
完成二维码支付功能
This commit is contained in:
parent
fdf5b4453c
commit
57b5c484a0
@ -54,7 +54,7 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<!-- <div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
<vc:i18n name='预交费' namespace='addPayFeeQrcode'></vc:i18n>
|
||||
</label>
|
||||
@ -65,7 +65,7 @@
|
||||
<option value="OFF">{{vc.i18n('否','addPayFeeQrcode')}}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
<vc:i18n name='提示内容' namespace='addPayFeeQrcode'></vc:i18n>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
queryWay: '',
|
||||
smsValidate: '',
|
||||
customFee: '',
|
||||
preFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
}
|
||||
@ -141,7 +141,7 @@
|
||||
queryWay: '',
|
||||
smsValidate: '',
|
||||
customFee: '',
|
||||
preFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
};
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<!-- <div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
<vc:i18n name='预交费' namespace='editPayFeeQrcode'></vc:i18n>
|
||||
</label>
|
||||
@ -65,7 +65,7 @@
|
||||
<option value="OFF">{{vc.i18n('否' ,'editPayFeeQrcode')}} </option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">
|
||||
<vc:i18n name='提示内容' namespace='editPayFeeQrcode'></vc:i18n>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
queryWay: '',
|
||||
smsValidate: '',
|
||||
customFee: '',
|
||||
preFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
}
|
||||
@ -146,7 +146,7 @@
|
||||
queryWay: '',
|
||||
smsValidate: '',
|
||||
customFee: '',
|
||||
preFee: '',
|
||||
preFee: 'OFF',
|
||||
content: '',
|
||||
|
||||
}
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
<th class="text-center">
|
||||
<vc:i18n name='自定义缴费' namespace='payFeeQrcode'></vc:i18n>
|
||||
</th>
|
||||
<th class="text-center">
|
||||
<!-- <th class="text-center">
|
||||
<vc:i18n name='预交费' namespace='payFeeQrcode'></vc:i18n>
|
||||
</th>
|
||||
</th> -->
|
||||
<th class="text-center">
|
||||
<vc:i18n name='创建人' namespace='payFeeQrcode'></vc:i18n>
|
||||
</th>
|
||||
@ -81,7 +81,7 @@
|
||||
<td class="text-center" v-else>按房屋或者业主手机号</td>
|
||||
<td class="text-center">{{payFeeQrcode.smsValidate == 'ON'?'短信验证码验证':'否'}}</td>
|
||||
<td class="text-center">{{payFeeQrcode.customFee == 'ON'?'是':'否'}}</td>
|
||||
<td class="text-center">{{payFeeQrcode.preFee == 'ON'?'是':'否'}}</td>
|
||||
<!-- <td class="text-center">{{payFeeQrcode.preFee == 'ON'?'是':'否'}}</td> -->
|
||||
<td class="text-center">{{payFeeQrcode.createStaffName}}</td>
|
||||
<td class="text-center">{{payFeeQrcode.createTime}}</td>
|
||||
<td class="text-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user