ZaiZai 1 rok pred
rodič
commit
3f6a7929ee
1 zmenil súbory, kde vykonal 54 pridanie a 65 odobranie
  1. 54 65
      src/views/manager/contractinfo/detail.vue

+ 54 - 65
src/views/manager/contractinfo/detail.vue

@@ -586,11 +586,7 @@
                           <tr>
                             <td >扣回比列 (%)</td>
                             <td colspan="5"><el-input v-model="meterContractInfo.clDeductRatio" placeholder="请输入" :controls="false" :min="0"  type="number"></el-input></td>
-
                         </tr>
-
-
-
                 </tbody>
 
               </table>
@@ -1004,10 +1000,8 @@ export default {
         farmersBankAccountNumber:null,
         farmersBank:null,
         middlePayRatio:null,
-
-
-
-
+        sevenRatio: null,
+        twentyEightRatio: null,
       }//计量合同段管理相关信息
     }
   },
@@ -1221,36 +1215,34 @@ export default {
             this.contractForm.storagePeriod = 0;
           }
 
-            this.meterContractInfo=this.contractForm.meterContractInfo
+            this.meterContractInfo = this.contractForm.meterContractInfo
             ||{
-              dyStartDeductPoint:null,
-        dyTotalAmount:null,
-        clAdvancePaymentQuota:null,
-        bankOfDeposit:null,
-        blReserveFundsRatio:null,
-        nmSdStartDeductPoint:null,
-        clIntervalDeduct:null,
-        bankAccountNumber:null,
-        blStartDeductPoint:null,
-        nmSdRatio:null,
-        dyFullDeductPoint:null,
-        clFromIntervalDeduct:null,
-        bankAccountName:null,
-        blTotalDeductQuota:null,
-        nmTotalDeductQuota:null,
-        dyDeductRatio:null,
-        clPrepaymentRatio:null,
-        nmPayDepositWithheld:null,
-        clDeductRatio:null,
-        farmersBankAccountName:null,
-        farmersBankAccountNumber:null,
-        farmersBank:null,
-        middlePayRatio:null,
-
-
+                dyStartDeductPoint:null,
+                dyTotalAmount:null,
+                clAdvancePaymentQuota:null,
+                bankOfDeposit:null,
+                blReserveFundsRatio:null,
+                nmSdStartDeductPoint:null,
+                clIntervalDeduct:null,
+                bankAccountNumber:null,
+                blStartDeductPoint:null,
+                nmSdRatio:null,
+                dyFullDeductPoint:null,
+                clFromIntervalDeduct:null,
+                bankAccountName:null,
+                blTotalDeductQuota:null,
+                nmTotalDeductQuota:null,
+                dyDeductRatio:null,
+                clPrepaymentRatio:null,
+                nmPayDepositWithheld:null,
+                clDeductRatio:null,
+                farmersBankAccountName:null,
+                farmersBankAccountNumber:null,
+                farmersBank:null,
+                middlePayRatio:null,
+                sevenRatio: null,
+                twentyEightRatio: null,
               }
-
-
           this.$nextTick(() => {
             this.typeChang['1'] = false;
           })
@@ -1290,30 +1282,31 @@ export default {
 
           this.meterContractInfo=res.data.data.meterContractInfo
             ||{
-              dyStartDeductPoint:null,
-        dyTotalAmount:null,
-        clAdvancePaymentQuota:null,
-        bankOfDeposit:null,
-        blReserveFundsRatio:null,
-        nmSdStartDeductPoint:null,
-        clIntervalDeduct:null,
-        bankAccountNumber:null,
-        blStartDeductPoint:null,
-        nmSdRatio:null,
-        dyFullDeductPoint:null,
-        clFromIntervalDeduct:null,
-        bankAccountName:null,
-        blTotalDeductQuota:null,
-        nmTotalDeductQuota:null,
-        dyDeductRatio:null,
-        clPrepaymentRatio:null,
-        nmPayDepositWithheld:null,
-        clDeductRatio:null,
-        farmersBankAccountName:null,
-        farmersBankAccountNumber:null,
-        farmersBank:null,
-        middlePayRatio:null,
-
+                dyStartDeductPoint:null,
+                dyTotalAmount:null,
+                clAdvancePaymentQuota:null,
+                bankOfDeposit:null,
+                blReserveFundsRatio:null,
+                nmSdStartDeductPoint:null,
+                clIntervalDeduct:null,
+                bankAccountNumber:null,
+                blStartDeductPoint:null,
+                nmSdRatio:null,
+                dyFullDeductPoint:null,
+                clFromIntervalDeduct:null,
+                bankAccountName:null,
+                blTotalDeductQuota:null,
+                nmTotalDeductQuota:null,
+                dyDeductRatio:null,
+                clPrepaymentRatio:null,
+                nmPayDepositWithheld:null,
+                clDeductRatio:null,
+                farmersBankAccountName:null,
+                farmersBankAccountNumber:null,
+                farmersBank:null,
+                middlePayRatio:null,
+                sevenRatio: null,
+                twentyEightRatio: null,
               }
 
           this.$nextTick(() => {
@@ -1433,7 +1426,7 @@ export default {
               this.contractForm.projectPlace = this.flageData[2];
             }
             let das = this.contractForm
-            das.meterContractInfo=this.meterContractInfo
+            das.meterContractInfo = this.meterContractInfo
             if (this.contractForm.contractType != 1) {
               delete das.startStation
               delete das.endStation
@@ -1442,10 +1435,6 @@ export default {
               this.idList.forEach(val => {
                 das.idList.push({contractId: val})
               })
-
-
-
-
               resolve(submitContractInfo(das))
               this.btnLoad = false
             } else {