Browse Source

fix: 空派收入、结算保存注释ForecastTime字段

lyc 1 week ago
parent
commit
7d9b535094
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/kongPai/components/DetailIconme.vue
  2. 2 2
      src/views/kongPai/income.vue

+ 1 - 1
src/views/kongPai/components/DetailIconme.vue

@@ -364,7 +364,7 @@ export default {
           CustomerConfirmBillWeight: 0,
           SplitWeightRate: 0,
           DeclarationMethod: undefined,
-          ForecastTime: undefined,
+          // ForecastTime: undefined,
         }
       ], // 应收总额
       saveLadding: false,

+ 2 - 2
src/views/kongPai/income.vue

@@ -436,7 +436,7 @@ export default {
           CustomerConfirmBillWeight: 0.0,
           SplitWeightRate: 0.0,
           DeclarationMethod: undefined,
-          ForecastTime: undefined,
+          // ForecastTime: undefined,
         },
       ], // 应收总额
       currentInput: {
@@ -717,7 +717,7 @@ export default {
             ApprovalNumber: data.ApprovalNumber,
             SplitWeightRate: data.SplitWeightRate,
             DeclarationMethod: data.DeclarationMethod,
-            ForecastTime: data.ForecastTime,
+            // ForecastTime: data.ForecastTime,
           });
           // Status=5 只查看
           data.Status === 5 ? this.showViewDetails = true : this.showDetails = true;