完成二维码支付功能

This commit is contained in:
Your Name 2023-09-07 11:50:19 +08:00
parent fdf5b4453c
commit 57b5c484a0
5 changed files with 11 additions and 11 deletions

View File

@ -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>

View File

@ -12,7 +12,7 @@
queryWay: '',
smsValidate: '',
customFee: '',
preFee: '',
preFee: 'OFF',
content: '',
}
@ -141,7 +141,7 @@
queryWay: '',
smsValidate: '',
customFee: '',
preFee: '',
preFee: 'OFF',
content: '',
};

View File

@ -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>

View File

@ -8,7 +8,7 @@
queryWay: '',
smsValidate: '',
customFee: '',
preFee: '',
preFee: 'OFF',
content: '',
}
@ -146,7 +146,7 @@
queryWay: '',
smsValidate: '',
customFee: '',
preFee: '',
preFee: 'OFF',
content: '',
}

View File

@ -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">