完成二维码支付功能

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> </select>
</div> </div>
</div> </div>
<div class="form-group row"> <!-- <div class="form-group row">
<label class="col-sm-2 col-form-label"> <label class="col-sm-2 col-form-label">
<vc:i18n name='预交费' namespace='addPayFeeQrcode'></vc:i18n> <vc:i18n name='预交费' namespace='addPayFeeQrcode'></vc:i18n>
</label> </label>
@ -65,7 +65,7 @@
<option value="OFF">{{vc.i18n('否','addPayFeeQrcode')}}</option> <option value="OFF">{{vc.i18n('否','addPayFeeQrcode')}}</option>
</select> </select>
</div> </div>
</div> </div> -->
<div class="form-group row"> <div class="form-group row">
<label class="col-sm-2 col-form-label"> <label class="col-sm-2 col-form-label">
<vc:i18n name='提示内容' namespace='addPayFeeQrcode'></vc:i18n> <vc:i18n name='提示内容' namespace='addPayFeeQrcode'></vc:i18n>

View File

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

View File

@ -54,7 +54,7 @@
</select> </select>
</div> </div>
</div> </div>
<div class="form-group row"> <!-- <div class="form-group row">
<label class="col-sm-2 col-form-label"> <label class="col-sm-2 col-form-label">
<vc:i18n name='预交费' namespace='editPayFeeQrcode'></vc:i18n> <vc:i18n name='预交费' namespace='editPayFeeQrcode'></vc:i18n>
</label> </label>
@ -65,7 +65,7 @@
<option value="OFF">{{vc.i18n('否' ,'editPayFeeQrcode')}} </option> <option value="OFF">{{vc.i18n('否' ,'editPayFeeQrcode')}} </option>
</select> </select>
</div> </div>
</div> </div> -->
<div class="form-group row"> <div class="form-group row">
<label class="col-sm-2 col-form-label"> <label class="col-sm-2 col-form-label">
<vc:i18n name='提示内容' namespace='editPayFeeQrcode'></vc:i18n> <vc:i18n name='提示内容' namespace='editPayFeeQrcode'></vc:i18n>

View File

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

View File

@ -59,9 +59,9 @@
<th class="text-center"> <th class="text-center">
<vc:i18n name='自定义缴费' namespace='payFeeQrcode'></vc:i18n> <vc:i18n name='自定义缴费' namespace='payFeeQrcode'></vc:i18n>
</th> </th>
<th class="text-center"> <!-- <th class="text-center">
<vc:i18n name='预交费' namespace='payFeeQrcode'></vc:i18n> <vc:i18n name='预交费' namespace='payFeeQrcode'></vc:i18n>
</th> </th> -->
<th class="text-center"> <th class="text-center">
<vc:i18n name='创建人' namespace='payFeeQrcode'></vc:i18n> <vc:i18n name='创建人' namespace='payFeeQrcode'></vc:i18n>
</th> </th>
@ -81,7 +81,7 @@
<td class="text-center" v-else>按房屋或者业主手机号</td> <td class="text-center" v-else>按房屋或者业主手机号</td>
<td class="text-center">{{payFeeQrcode.smsValidate == 'ON'?'短信验证码验证':'否'}}</td> <td class="text-center">{{payFeeQrcode.smsValidate == 'ON'?'短信验证码验证':'否'}}</td>
<td class="text-center">{{payFeeQrcode.customFee == '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.createStaffName}}</td>
<td class="text-center">{{payFeeQrcode.createTime}}</td> <td class="text-center">{{payFeeQrcode.createTime}}</td>
<td class="text-center"> <td class="text-center">