刘恒 пре 1 година
родитељ
комит
98ea69cb50

+ 3 - 0
src/components/TemplateTable/index.vue

@@ -640,4 +640,7 @@ export default {
 .device-wrapper /deep/ .el-form-item {
   margin-bottom: 12px;
 }
+/deep/ .el-table {
+  overflow-y: auto;
+}
 </style>

+ 2 - 2
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/DocumentaryFeesDetail.vue

@@ -910,8 +910,8 @@ export default {
             type: "text",
           },
           {
-            prop: "noOtherCostsPremium",
-            label: "非车跟单费金额费金额",
+            prop: "otherFeevalue",
+            label: "非车跟单费金额",
             type: "text",
           },
           {

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

@@ -312,6 +312,7 @@ export default {
         isNotCar: "1",
         isNotDocumentary: "1",
       },
+      partnerCompaniesId: "",
     };
   },
   created() {
@@ -340,6 +341,7 @@ export default {
     haldRecordDetail(row) {
       this.dialogVisiblerecordDetail = true;
       this.getListrecorddetail(row);
+      this.partnerCompaniesId = row.partnerCompaniesId;
     },
     getListrecorddetail(data) {
       this.findPageDetailrecorddatail(data);
@@ -348,7 +350,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",

+ 6 - 0
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/HandlingFees.vue

@@ -1002,6 +1002,12 @@ export default {
             label: "非车手续费金额",
             type: "text",
           },
+          {
+            prop: "commissionFeevalue",
+            label: "手续费金额",
+            type: "text",
+          },
+
           {
             prop: "createTime",
             label: "创建日期",

+ 2 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/InvoicedAndSettled.vue

@@ -493,13 +493,14 @@ export default {
             type: "text",
           },
           {
-            prop: "noSuperviseCostsPremiums",
+            prop: "commissionFeevalue",
             label: "非车手续费金额",
             type: "text",
           },
         ],
         loading: true,
         isPaginationShow: true,
+        tableHeight: 700,
       },
       form: {},
     };

Разлика између датотеке није приказан због своје велике величине
+ 621 - 201
src/views/Task/daikeComponents/KtOrder.vue


Неке датотеке нису приказане због велике количине промена