|
|
@ -121,8 +121,12 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
serviceAgeIndex: -1, |
|
|
|
payees: [], |
|
|
|
payeeIndex: -1, |
|
|
|
screenHeight: 0, |
|
|
|
curHeight: 0, |
|
|
|
// 扫描
|
|
|
|
positiveImg: "/static/image/组件 4 – 1.png", |
|
|
|
certFront: "", |
|
|
|
certBack: "", |
|
|
|
// 反面身份证
|
|
|
|
reverseImg: "/static/image/组 71663.png", |
|
|
|
// 行车驾驶证
|
|
|
@ -150,7 +154,22 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
common_vendor.index.onKeyboardHeightChange((res = null) => { |
|
|
|
if (res.height > 0) { |
|
|
|
this.curHeight = this.screenHeight - res.height; |
|
|
|
} else { |
|
|
|
this.curHeight = this.screenHeight; |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
onUpload() { |
|
|
|
common_vendor.index.offKeyboardHeightChange(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
keyboardheightchange(e = null) { |
|
|
|
this.changeBottomVal = e.detail.height + "px"; |
|
|
|
}, |
|
|
|
// 凭证上传函数
|
|
|
|
deletePic(event = null) { |
|
|
|
this[`fileList${event.name}`].splice(event.index, 1); |
|
|
@ -286,7 +305,7 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
}), |
|
|
|
success: (res) => { |
|
|
|
let image = UTS.JSON.parse(res.data).message; |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:661", image); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:684", image); |
|
|
|
if (type == "sfz") { |
|
|
|
api.idCardInfo(new UTSJSONObject({ "side": side, "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => { |
|
|
|
if (res2.success) { |
|
|
@ -296,8 +315,10 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
this.clientInfo.custAddress = res2.result.address; |
|
|
|
this.clientInfo.custCardNo = res2.result.idCard; |
|
|
|
this.clientInfo.certFront = image; |
|
|
|
this.certFront = filePath; |
|
|
|
} else { |
|
|
|
this.clientInfo.certBack = image; |
|
|
|
this.certBack = filePath; |
|
|
|
} |
|
|
|
} else { |
|
|
|
common_vendor.index.showToast({ |
|
|
@ -311,15 +332,16 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
}); |
|
|
|
} |
|
|
|
}).catch((err = null) => { |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:687", "catch: ", err); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:712", "catch: ", err); |
|
|
|
}); |
|
|
|
} else if (type == "carCert") { |
|
|
|
api.carCert(new UTSJSONObject({ "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => { |
|
|
|
if (res2.success) { |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:693", "车辆号", res2); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:718", "车辆号", res2); |
|
|
|
this.clientInfo.appOrderCarList[0].carSeries = res2.result.CarBrand; |
|
|
|
this.clientInfo.appOrderCarList[0].vin = res2.result.VinNo; |
|
|
|
this.clientInfo.carPic = image; |
|
|
|
this.carPic = filePath; |
|
|
|
this.clientInfo.appOrderCarList[0].engineNo = res2.result.EngineNo; |
|
|
|
this.clientInfo.appOrderCarList[0].carModel = res2.result.CarModel; |
|
|
|
} else { |
|
|
@ -334,17 +356,17 @@ const _sfc_main = common_vendor.defineComponent({ |
|
|
|
}); |
|
|
|
} |
|
|
|
}).catch((err = null) => { |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:716", "catch: ", err); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:742", "catch: ", err); |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
fail: (err) => { |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:723", err); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:749", err); |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
onChange(e = null) { |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:728", e); |
|
|
|
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:754", e); |
|
|
|
if (e == "个人") { |
|
|
|
this.clientInfo.custType = 0; |
|
|
|
} else { |
|
|
@ -450,24 +472,28 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
|
|
fontSize: "1rem" |
|
|
|
}), |
|
|
|
o: common_vendor.o($options.onChange), |
|
|
|
p: $data.clientInfo.certFront == "" ? $data.positiveImg : $data.clientInfo.certFront, |
|
|
|
p: $data.clientInfo.certFront == "" ? $data.positiveImg : $data.certFront, |
|
|
|
q: common_vendor.o((...args) => $options.uploadPositive && $options.uploadPositive(...args)), |
|
|
|
r: $data.clientInfo.certBack == "" ? $data.reverseImg : $data.clientInfo.certBack, |
|
|
|
r: $data.clientInfo.certBack == "" ? $data.reverseImg : $data.certBack, |
|
|
|
s: common_vendor.o((...args) => $options.uploadReverse && $options.uploadReverse(...args)), |
|
|
|
t: $data.clientInfo.carPic == "" ? $data.carImg : $data.clientInfo.carPic, |
|
|
|
t: $data.clientInfo.carPic == "" ? $data.carImg : _ctx.carPic, |
|
|
|
v: common_vendor.o((...args) => $options.uploadCarCert && $options.uploadCarCert(...args)), |
|
|
|
w: common_assets._imports_7, |
|
|
|
x: common_vendor.t($data.clientInfo.productName), |
|
|
|
y: common_vendor.t($data.clientInfo.storeName), |
|
|
|
z: $data.clientInfo.custName, |
|
|
|
A: common_vendor.o(($event) => $data.clientInfo.custName = $event.detail.value), |
|
|
|
B: $data.clientInfo.custAddress, |
|
|
|
C: common_vendor.o(($event) => $data.clientInfo.custAddress = $event.detail.value), |
|
|
|
D: $data.clientInfo.custCardNo, |
|
|
|
E: common_vendor.o(($event) => $data.clientInfo.custCardNo = $event.detail.value), |
|
|
|
F: $data.clientInfo.custPhone, |
|
|
|
G: common_vendor.o(($event) => $data.clientInfo.custPhone = $event.detail.value), |
|
|
|
H: common_vendor.f($data.departments, (item, k0, i0) => { |
|
|
|
z: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
A: $data.clientInfo.custName, |
|
|
|
B: common_vendor.o(($event) => $data.clientInfo.custName = $event.detail.value), |
|
|
|
C: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
D: $data.clientInfo.custAddress, |
|
|
|
E: common_vendor.o(($event) => $data.clientInfo.custAddress = $event.detail.value), |
|
|
|
F: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
G: $data.clientInfo.custCardNo, |
|
|
|
H: common_vendor.o(($event) => $data.clientInfo.custCardNo = $event.detail.value), |
|
|
|
I: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
J: $data.clientInfo.custPhone, |
|
|
|
K: common_vendor.o(($event) => $data.clientInfo.custPhone = $event.detail.value), |
|
|
|
L: common_vendor.f($data.departments, (item, k0, i0) => { |
|
|
|
return { |
|
|
|
a: common_vendor.w(({ |
|
|
|
checked |
|
|
@ -480,7 +506,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
|
|
}; |
|
|
|
}, { |
|
|
|
name: "icon", |
|
|
|
path: "H[" + i0 + "].a", |
|
|
|
path: "L[" + i0 + "].a", |
|
|
|
vueId: "643091e0-6-" + i0 + ",643091e0-5" |
|
|
|
}), |
|
|
|
b: "643091e0-6-" + i0 + ",643091e0-5", |
|
|
@ -492,21 +518,24 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
|
|
e: item |
|
|
|
}; |
|
|
|
}), |
|
|
|
I: common_assets._imports_0$4, |
|
|
|
J: common_assets._imports_1$3, |
|
|
|
K: common_vendor.o($options.handleDepartmentChange), |
|
|
|
L: $data.clientInfo.saleName, |
|
|
|
M: common_vendor.o(($event) => $data.clientInfo.saleName = $event.detail.value), |
|
|
|
N: common_assets._imports_7, |
|
|
|
O: common_vendor.t($data.clientInfo.appOrderCarList[0].carSeries || "请选择车辆品牌 >"), |
|
|
|
P: common_vendor.o((...args) => $options.bindCarBrandChange && $options.bindCarBrandChange(...args)), |
|
|
|
Q: $data.carBrandIndex, |
|
|
|
R: $data.carBrands, |
|
|
|
S: $data.clientInfo.appOrderCarList[0].vin, |
|
|
|
T: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].vin = $event.detail.value), |
|
|
|
U: $data.clientInfo.appOrderCarList[0].useType, |
|
|
|
V: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].useType = $event.detail.value), |
|
|
|
W: common_vendor.w(({ |
|
|
|
M: common_assets._imports_0$4, |
|
|
|
N: common_assets._imports_1$3, |
|
|
|
O: common_vendor.o($options.handleDepartmentChange), |
|
|
|
P: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
Q: $data.clientInfo.saleName, |
|
|
|
R: common_vendor.o(($event) => $data.clientInfo.saleName = $event.detail.value), |
|
|
|
S: common_assets._imports_7, |
|
|
|
T: common_vendor.t($data.clientInfo.appOrderCarList[0].carSeries || "请选择车辆品牌 >"), |
|
|
|
U: common_vendor.o((...args) => $options.bindCarBrandChange && $options.bindCarBrandChange(...args)), |
|
|
|
V: $data.carBrandIndex, |
|
|
|
W: $data.carBrands, |
|
|
|
X: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
Y: $data.clientInfo.appOrderCarList[0].vin, |
|
|
|
Z: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].vin = $event.detail.value), |
|
|
|
aa: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
ab: $data.clientInfo.appOrderCarList[0].useType, |
|
|
|
ac: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].useType = $event.detail.value), |
|
|
|
ad: common_vendor.w(({ |
|
|
|
checked |
|
|
|
}, s0, i0) => { |
|
|
|
return { |
|
|
@ -517,18 +546,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
|
|
}; |
|
|
|
}, { |
|
|
|
name: "icon", |
|
|
|
path: "W", |
|
|
|
path: "ad", |
|
|
|
vueId: "643091e0-8,643091e0-7" |
|
|
|
}), |
|
|
|
X: common_assets._imports_0$4, |
|
|
|
Y: common_assets._imports_1$3, |
|
|
|
Z: common_vendor.p({ |
|
|
|
ae: common_assets._imports_0$4, |
|
|
|
af: common_assets._imports_1$3, |
|
|
|
ag: common_vendor.p({ |
|
|
|
checked: $data.clientInfo.appOrderCarList[0].newCar == 1 ? true : false, |
|
|
|
value: "是", |
|
|
|
label: "是", |
|
|
|
fontSize: "1rem" |
|
|
|
}), |
|
|
|
aa: common_vendor.w(({ |
|
|
|
ah: common_vendor.w(({ |
|
|
|
checked |
|
|
|
}, s0, i0) => { |
|
|
|
return { |
|
|
@ -539,121 +568,143 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { |
|
|
|
}; |
|
|
|
}, { |
|
|
|
name: "icon", |
|
|
|
path: "aa", |
|
|
|
path: "ah", |
|
|
|
vueId: "643091e0-9,643091e0-7" |
|
|
|
}), |
|
|
|
ab: common_assets._imports_0$4, |
|
|
|
ac: common_assets._imports_1$3, |
|
|
|
ad: common_vendor.p({ |
|
|
|
ai: common_assets._imports_0$4, |
|
|
|
aj: common_assets._imports_1$3, |
|
|
|
ak: common_vendor.p({ |
|
|
|
checked: $data.clientInfo.appOrderCarList[0].newCar == 0 ? true : false, |
|
|
|
value: "否", |
|
|
|
label: "否", |
|
|
|
fontSize: "1rem" |
|
|
|
}), |
|
|
|
ae: common_vendor.o($options.onChanges), |
|
|
|
af: $data.clientInfo.appOrderCarList[0].carModel, |
|
|
|
ag: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carModel = $event.detail.value), |
|
|
|
ah: $data.clientInfo.appOrderCarList[0].carNo, |
|
|
|
ai: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carNo = $event.detail.value), |
|
|
|
aj: $data.clientInfo.appOrderCarList[0].engineNo, |
|
|
|
ak: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].engineNo = $event.detail.value), |
|
|
|
al: $data.clientInfo.appOrderCarList[0].mileage, |
|
|
|
am: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].mileage = $event.detail.value), |
|
|
|
an: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTime = $event), |
|
|
|
ao: common_vendor.p({ |
|
|
|
al: common_vendor.o($options.onChanges), |
|
|
|
am: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
an: $data.clientInfo.appOrderCarList[0].carModel, |
|
|
|
ao: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carModel = $event.detail.value), |
|
|
|
ap: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aq: $data.clientInfo.appOrderCarList[0].carNo, |
|
|
|
ar: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carNo = $event.detail.value), |
|
|
|
as: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
at: $data.clientInfo.appOrderCarList[0].engineNo, |
|
|
|
av: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].engineNo = $event.detail.value), |
|
|
|
aw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
ax: $data.clientInfo.appOrderCarList[0].mileage, |
|
|
|
ay: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].mileage = $event.detail.value), |
|
|
|
az: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTime = $event), |
|
|
|
aA: common_vendor.p({ |
|
|
|
type: "datetime", |
|
|
|
clearIcon: false, |
|
|
|
border: false, |
|
|
|
modelValue: $data.clientInfo.appOrderCarList[0].buyTime |
|
|
|
}), |
|
|
|
ap: $data.clientInfo.appOrderCarList[0].buyMoney, |
|
|
|
aq: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyMoney = $event.detail.value), |
|
|
|
ar: $data.clientInfo.appOrderCarList[0].buyTax, |
|
|
|
as: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTax = $event.detail.value), |
|
|
|
at: common_assets._imports_7, |
|
|
|
av: $data.clientInfo.appOrderVoucherList[0].firstBeneficiary, |
|
|
|
aw: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].firstBeneficiary = $event.detail.value), |
|
|
|
ax: $data.clientInfo.appOrderVoucherList[0].lenderMoney, |
|
|
|
ay: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].lenderMoney = $event.detail.value), |
|
|
|
az: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].effectiveTime = $event), |
|
|
|
aA: common_vendor.p({ |
|
|
|
aB: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aC: $data.clientInfo.appOrderCarList[0].buyMoney, |
|
|
|
aD: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyMoney = $event.detail.value), |
|
|
|
aE: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aF: $data.clientInfo.appOrderCarList[0].buyTax, |
|
|
|
aG: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTax = $event.detail.value), |
|
|
|
aH: common_assets._imports_7, |
|
|
|
aI: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aJ: $data.clientInfo.appOrderVoucherList[0].firstBeneficiary, |
|
|
|
aK: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].firstBeneficiary = $event.detail.value), |
|
|
|
aL: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aM: $data.clientInfo.appOrderVoucherList[0].lenderMoney, |
|
|
|
aN: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].lenderMoney = $event.detail.value), |
|
|
|
aO: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].effectiveTime = $event), |
|
|
|
aP: common_vendor.p({ |
|
|
|
type: "datetime", |
|
|
|
clearIcon: false, |
|
|
|
border: false, |
|
|
|
modelValue: $data.clientInfo.appOrderVoucherList[0].effectiveTime |
|
|
|
}), |
|
|
|
aB: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].endTime = $event), |
|
|
|
aC: common_vendor.p({ |
|
|
|
aQ: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].endTime = $event), |
|
|
|
aR: common_vendor.p({ |
|
|
|
type: "datetime", |
|
|
|
clearIcon: false, |
|
|
|
border: false, |
|
|
|
modelValue: $data.clientInfo.appOrderVoucherList[0].endTime |
|
|
|
}), |
|
|
|
aD: $data.clientInfo.appOrderVoucherList[0].serviceYear, |
|
|
|
aE: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].serviceYear = $event.detail.value), |
|
|
|
aF: $data.clientInfo.appOrderVoucherList[0].equityPackage, |
|
|
|
aG: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].equityPackage = $event.detail.value), |
|
|
|
aH: $data.clientInfo.appOrderVoucherList[0].packageMoney, |
|
|
|
aI: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].packageMoney = $event.detail.value), |
|
|
|
aJ: $data.clientInfo.appOrderVoucherList[0].carInsuranceNo, |
|
|
|
aK: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].carInsuranceNo = $event.detail.value), |
|
|
|
aL: $data.clientInfo.appOrderVoucherList[0].registeredCity, |
|
|
|
aM: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].registeredCity = $event.detail.value), |
|
|
|
aN: $data.clientInfo.appOrderVoucherList[0].insuranceName, |
|
|
|
aO: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].insuranceName = $event.detail.value), |
|
|
|
aP: $data.clientInfo.appOrderVoucherList[0].assigneeName, |
|
|
|
aQ: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeName = $event.detail.value), |
|
|
|
aR: $data.clientInfo.appOrderVoucherList[0].assigneePhone, |
|
|
|
aS: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneePhone = $event.detail.value), |
|
|
|
aT: $data.clientInfo.appOrderVoucherList[0].assigneeCardNo, |
|
|
|
aU: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeCardNo = $event.detail.value), |
|
|
|
aV: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].payTime = $event), |
|
|
|
aW: common_vendor.p({ |
|
|
|
aS: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aT: $data.clientInfo.appOrderVoucherList[0].serviceYear, |
|
|
|
aU: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].serviceYear = $event.detail.value), |
|
|
|
aV: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aW: $data.clientInfo.appOrderVoucherList[0].equityPackage, |
|
|
|
aX: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].equityPackage = $event.detail.value), |
|
|
|
aY: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
aZ: $data.clientInfo.appOrderVoucherList[0].packageMoney, |
|
|
|
ba: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].packageMoney = $event.detail.value), |
|
|
|
bb: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bc: $data.clientInfo.appOrderVoucherList[0].carInsuranceNo, |
|
|
|
bd: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].carInsuranceNo = $event.detail.value), |
|
|
|
be: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bf: $data.clientInfo.appOrderVoucherList[0].registeredCity, |
|
|
|
bg: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].registeredCity = $event.detail.value), |
|
|
|
bh: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bi: $data.clientInfo.appOrderVoucherList[0].insuranceName, |
|
|
|
bj: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].insuranceName = $event.detail.value), |
|
|
|
bk: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bl: $data.clientInfo.appOrderVoucherList[0].assigneeName, |
|
|
|
bm: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeName = $event.detail.value), |
|
|
|
bn: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bo: $data.clientInfo.appOrderVoucherList[0].assigneePhone, |
|
|
|
bp: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneePhone = $event.detail.value), |
|
|
|
bq: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
br: $data.clientInfo.appOrderVoucherList[0].assigneeCardNo, |
|
|
|
bs: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeCardNo = $event.detail.value), |
|
|
|
bt: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].payTime = $event), |
|
|
|
bv: common_vendor.p({ |
|
|
|
type: "datetime", |
|
|
|
clearIcon: false, |
|
|
|
border: false, |
|
|
|
modelValue: $data.clientInfo.appOrderVoucherList[0].payTime |
|
|
|
}), |
|
|
|
aX: $data.clientInfo.appOrderVoucherList[0].dealerAddress, |
|
|
|
aY: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].dealerAddress = $event.detail.value), |
|
|
|
aZ: common_assets._imports_7, |
|
|
|
ba: $data.clientInfo.appOrderFinanceList[0].lender, |
|
|
|
bb: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lender = $event.detail.value), |
|
|
|
bc: $data.clientInfo.appOrderFinanceList[0].lenderMoney, |
|
|
|
bd: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderMoney = $event.detail.value), |
|
|
|
be: $data.clientInfo.appOrderFinanceList[0].lenderYear, |
|
|
|
bf: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderYear = $event.detail.value), |
|
|
|
bg: common_assets._imports_7, |
|
|
|
bh: common_vendor.t($data.clientInfo.productName), |
|
|
|
bi: common_vendor.t($data.serviceAges[$data.serviceAgeIndex] || "请选择服务年限 >"), |
|
|
|
bj: common_vendor.o((...args) => $options.bindServiceAgeChange && $options.bindServiceAgeChange(...args)), |
|
|
|
bk: $data.serviceAgeIndex, |
|
|
|
bl: $data.serviceAges, |
|
|
|
bm: $data.clientInfo.productMoney, |
|
|
|
bn: common_vendor.o(($event) => $data.clientInfo.productMoney = $event.detail.value), |
|
|
|
bo: common_assets._imports_7, |
|
|
|
bp: common_vendor.t(this.clientInfo.payee || "请选择收款方 >"), |
|
|
|
bq: common_vendor.o((...args) => $options.bindPayeeChange && $options.bindPayeeChange(...args)), |
|
|
|
br: $data.payeeIndex, |
|
|
|
bs: $data.payees, |
|
|
|
bt: common_vendor.o(($event) => $data.clientInfo.payeeTime = $event), |
|
|
|
bv: common_vendor.p({ |
|
|
|
bw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bx: $data.clientInfo.appOrderVoucherList[0].dealerAddress, |
|
|
|
by: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].dealerAddress = $event.detail.value), |
|
|
|
bz: common_assets._imports_7, |
|
|
|
bA: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bB: $data.clientInfo.appOrderFinanceList[0].lender, |
|
|
|
bC: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lender = $event.detail.value), |
|
|
|
bD: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bE: $data.clientInfo.appOrderFinanceList[0].lenderMoney, |
|
|
|
bF: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderMoney = $event.detail.value), |
|
|
|
bG: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bH: $data.clientInfo.appOrderFinanceList[0].lenderYear, |
|
|
|
bI: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderYear = $event.detail.value), |
|
|
|
bJ: common_assets._imports_7, |
|
|
|
bK: common_vendor.t($data.clientInfo.productName), |
|
|
|
bL: common_vendor.t($data.serviceAges[$data.serviceAgeIndex] || "请选择服务年限 >"), |
|
|
|
bM: common_vendor.o((...args) => $options.bindServiceAgeChange && $options.bindServiceAgeChange(...args)), |
|
|
|
bN: $data.serviceAgeIndex, |
|
|
|
bO: $data.serviceAges, |
|
|
|
bP: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)), |
|
|
|
bQ: $data.clientInfo.productMoney, |
|
|
|
bR: common_vendor.o(($event) => $data.clientInfo.productMoney = $event.detail.value), |
|
|
|
bS: common_assets._imports_7, |
|
|
|
bT: common_vendor.t(this.clientInfo.payee || "请选择收款方 >"), |
|
|
|
bU: common_vendor.o((...args) => $options.bindPayeeChange && $options.bindPayeeChange(...args)), |
|
|
|
bV: $data.payeeIndex, |
|
|
|
bW: $data.payees, |
|
|
|
bX: common_vendor.o(($event) => $data.clientInfo.payeeTime = $event), |
|
|
|
bY: common_vendor.p({ |
|
|
|
type: "datetime", |
|
|
|
clearIcon: false, |
|
|
|
border: false, |
|
|
|
modelValue: $data.clientInfo.payeeTime |
|
|
|
}), |
|
|
|
bw: common_assets._imports_8, |
|
|
|
bx: common_vendor.o($options.afterRead), |
|
|
|
by: common_vendor.o($options.deletePic), |
|
|
|
bz: common_vendor.p({ |
|
|
|
bZ: common_assets._imports_8, |
|
|
|
ca: common_vendor.o($options.afterRead), |
|
|
|
cb: common_vendor.o($options.deletePic), |
|
|
|
cc: common_vendor.p({ |
|
|
|
fileList: $data.fileList1, |
|
|
|
name: "1", |
|
|
|
multiple: true, |
|
|
|
maxCount: 1 |
|
|
|
}), |
|
|
|
bA: common_vendor.o((...args) => $options.get_to && $options.get_to(...args)), |
|
|
|
bB: common_vendor.sei(_ctx.virtualHostId, "view") |
|
|
|
cd: common_vendor.o((...args) => $options.get_to && $options.get_to(...args)), |
|
|
|
ce: common_vendor.sei(_ctx.virtualHostId, "view") |
|
|
|
}; |
|
|
|
} |
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-643091e0"]]); |
|
|
|