lihongxiao преди 2 години
родител
ревизия
e18f0b4965

+ 1 - 1
config/dev.env.js

@@ -16,7 +16,7 @@ module.exports = merge(prodEnv, {
   BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
   // BASE_URL: '"http://192.168.1.101:8080/"',
   // BASE_URL: '"http:///192.168.0.22:8080/"',//郝宇
-  // BASE_URL: '"http:///192.168.0.103:8080/"',//霍续亮
+  // BASE_URL: '"http:///192.168.0.103:8080/"',//霍续亮
 })
 
 

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryUnsettled.vue

@@ -212,7 +212,7 @@ export default {
       this.$api.task
         .otherSettldetail({
           partnerCompaniesId:data.partnerCompaniesId,
-          settlementStatus:1,
+          handlingFeesStatus:'1',
           isNotCar:0
         })
         .then(res => {

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

@@ -204,7 +204,7 @@ export default {
             agreementType: '2',
             isNotCar: '0',
             isNotDocumentary : '0',
-            handlingFeesStatus:data.handlingFeesStatus
+            handlingFeesStatus:'1'
         })
         .then(res => {
             if (res.code==200) {

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

@@ -243,7 +243,7 @@ export default {
         .otherSettldetail({
           // incomeIds:data.incomeIds,
           partnerCompaniesId:data.partnerCompaniesId,
-          settlementStatus:2,
+          handlingFeesStatus:'1',
           isNotCar:1
         })
         .then(res => {

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

@@ -232,7 +232,8 @@ export default {
             agreementType: '2',
             isNotCar: '0',
             isNotDocumentary : '0',
-            handlingFeesStatus:data.handlingFeesStatus
+            handlingFeesStatus:'1'
+
         })
         .then(res => {
             if (res.code==200) {

+ 1 - 0
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/InvoicingUnsettled.vue

@@ -226,6 +226,7 @@ export default {
         balanceFun(row) {
             this.$api.task
             .batchBxBalance({id:row.id})
+
                 .then(res => {
                     if (res.code == 200) {
                         this.findPage()