Эх сурвалжийг харах

Merge branch 'dev' of http://39.101.143.165:8090/sxzgd/vue-insagent-pc into dev

李义政 1 жил өмнө
parent
commit
fb86995cc3

+ 6 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryFeesSettled.vue

@@ -338,6 +338,7 @@ export default {
         isNotCar: "0",
         isNotDocumentary: "1",
       },
+      partnerCompaniesId:""
     };
   },
   created() {
@@ -366,6 +367,8 @@ export default {
     haldRecordDetail(row) {
       this.dialogVisiblerecordDetail = true;
       this.findPageDetailrecorddatail(row);
+      this.partnerCompaniesId = row.partnerCompaniesId;
+
     },
     getListrecorddetail(data) {
       this.findPageDetailrecorddatail(data);
@@ -374,7 +377,9 @@ export default {
       this.tableConfigDetailrecorddetail.loading = true;
       this.$api.task
         .fncplyFeeQuery({
-          partnerCompaniesId: data.partnerCompaniesId,
+          partnerCompaniesId: data.partnerCompaniesId
+            ? data.partnerCompaniesId
+            : this.partnerCompaniesId,
           agreementType: "2",
           // handlingFeesStatus: '1',
           isNotDocumentary: "1",

+ 3 - 1
src/views/Task/daikeComponents/KtLetter.vue

@@ -5351,8 +5351,10 @@ export default {
     },
     //身份证失去焦点
     identifyblur(info) {
-      this[info].age = getAgeByIdCard(this[info].identifyNumber);
+      this[info].age =typeof getAgeByIdCard(this[info].identifyNumber)=='number' ?getAgeByIdCard(this[info].identifyNumber):'';
+     
       this[info].gender = getGenderByIdCard(this[info].identifyNumber);
+   
     },
     //车主信息选择性别
     genderChange(e) {

+ 2 - 1
src/views/Task/daikeComponents/KtLetter1.vue

@@ -6742,7 +6742,8 @@ export default {
     },
     //身份证失去焦点
     identifyblur(info) {
-      this[info].age = getAgeByIdCard(this[info].identifyNumber);
+      // console.log(getAgeByIdCard(this[info].identifyNumber))
+      this[info].age =typeof getAgeByIdCard(this[info].identifyNumber)=='number' ?getAgeByIdCard(this[info].identifyNumber):'';
       this[info].gender = getGenderByIdCard(this[info].identifyNumber);
     },
     //车主信息选择性别