|
|
@@ -2872,6 +2872,7 @@ const handleSelectAgreement = (ptlAgreementId) => {
|
|
|
api.additionalApi.getCostExternalList({ ptlAgreementId }).then((res: any) => {
|
|
|
if (res.code == 200) {
|
|
|
costExternalList.value = res.data
|
|
|
+ if(additionalForm.value.dockingPersonPhone) handleSelectPerson(additionalForm.value.dockingPersonPhone)
|
|
|
} else {
|
|
|
costExternalList.value = []
|
|
|
}
|
|
|
@@ -2957,9 +2958,7 @@ const cvalculateFees = () => {
|
|
|
api.additionalApi.cvalculateFees({
|
|
|
agreementId: additionalForm.value.agreementId,
|
|
|
...additionalForm.value,
|
|
|
- // jqPremium: additionalForm.value.jqPremium,
|
|
|
- // jyPremium: additionalForm.value.jyPremium,
|
|
|
- // syPremium: additionalForm.value.syPremium,
|
|
|
+ mobile:realQuoteUserId.value
|
|
|
}).then((res: any) => {
|
|
|
if (res.code == 200) {
|
|
|
detailData.value = {
|
|
|
@@ -4323,6 +4322,7 @@ const initEditData = () => {
|
|
|
form.value.name = obj.salesmanInfo?.name
|
|
|
form.value.type = obj.salesmanInfo?.name
|
|
|
form.value.deptId = obj.salesmanInfo?.deptId
|
|
|
+ realQuoteUserId.value = obj.insOrders?.realQuoteUserId
|
|
|
|
|
|
additionalForm.value.licenseNo = obj.carInfoVo.licenseNo
|
|
|
additionalForm.value.vinNo = obj.carInfoVo.vinNo
|