jialh
2025-08-30 0d8fcef83bf2c4fc9275836e7f3e8f93139b17ab
更新
3个文件已修改
21 ■■■■ 已修改文件
public/components/property/payCar/payCar.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/components/property/payFeeOrderConfirm/payFeeOrderConfirm.js 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/pages/property/payFeeOrder/payFeeOrder.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/components/property/payCar/payCar.html
@@ -43,7 +43,7 @@
                                <option value="现金">现金</option>
                                <option value="POS刷卡">POS刷卡</option>
                                <option value="微信二维码">微信二维码</option>
                                <option value="支付宝二维码">支付宝二维码</option>
                                <!-- <option value="支付宝二维码">支付宝二维码</option> -->
                                <option value="转账">转账</option>
                            </select>
                        </div>
public/components/property/payFeeOrderConfirm/payFeeOrderConfirm.js
@@ -19,9 +19,13 @@
                $that.payFeeOrderConfirmInfo.payType = _data.payType;
                console.log('payFeeOrderConfirmInfo', _data, 'feeId  ', $that.feeId);
                $that._payOweFee()
                if ($that.payFeeOrderConfirmInfo.payType === 'qrCode') {
                    $that._payOweFee()
                }else{
                    $("#doPayFeeModal").modal('show');
                }
                // if ($that.payFeeOrderConfirmInfo.payType === 'qrCode') {
                //     $that.$nextTick(function () {
                //         $that.generateQRCode($that.qrcodeUrl);
@@ -57,11 +61,11 @@
                    appId: "wx780f11f414d30cbf"
                    // }
                };
                if ($that.payFeeOrderConfirmInfo.cycles=='-103'|| $that.payFeeOrderConfirmInfo.cycles=='103') {
                if ($that.payFeeOrderConfirmInfo.cycles == '-103' || $that.payFeeOrderConfirmInfo.cycles == '103') {
                    param.custEndTime = $that.payFeeOrderConfirmInfo.custEndTime
                } else if ($that.payFeeOrderConfirmInfo.cycles=='-105'|| $that.payFeeOrderConfirmInfo.cycles=='105') {
                } else if ($that.payFeeOrderConfirmInfo.cycles == '-105' || $that.payFeeOrderConfirmInfo.cycles == '105') {
                    param.custEndTime = $that.payFeeOrderConfirmInfo.customEndTime,
                    param.custStartTime = $that.payFeeOrderConfirmInfo.customStartTime
                        param.custStartTime = $that.payFeeOrderConfirmInfo.customStartTime
                }
                //发送get请求
                // vc.http.apiPost('/payment.nativeQrcodePayment',
@@ -76,6 +80,11 @@
                            vc.toast("请求失败,未找到相关数据。请检查缴费信息。"); // 显示提示信息
                            return; // 退出函数
                        }
                        if (!_data.qrCode) {
                            // 处理404错误
                            vc.toast(_data.msg); // 显示提示信息
                            return; // 退出函数
                        }
                        // console.log('nativeQrcodePayment', _data.data.body);
                        // const data = JSON.parse(_data.data.body);
                        // $that.qrcodeUrl = data.qr_code;
public/pages/property/payFeeOrder/payFeeOrder.html
@@ -222,7 +222,7 @@
                                    {{vc.i18n('必填,请选择支付方式','payFeeOrder')}}
                                </option>
                                <option v-for="(item,index) in payFeeOrderInfo.primeRates" :key="index"
                                    v-if="item.statusCd != '5' && item.statusCd != '6' && item.statusCd != '8'"
                                    v-if="item.statusCd != '5' && item.statusCd != '6' && item.statusCd != '8' && item.statusCd != '4'"
                                    :value="item.statusCd">
                                    {{item.name}}
                                </option>