ZaiZai 1 tahun lalu
induk
melakukan
a5209a9b3e
2 mengubah file dengan 42 tambahan dan 30 penghapusan
  1. 1 1
      src/config/index.json
  2. 41 29
      src/views/manager/contractinfo/detail.vue

+ 1 - 1
src/config/index.json

@@ -1,5 +1,5 @@
 {
-  "target": "http://127.0.0.1:8090",
+  "target": "http://192.168.0.109:8090",
   "dev": {
     "port": 1888
   }

+ 41 - 29
src/views/manager/contractinfo/detail.vue

@@ -99,7 +99,7 @@
                     <el-radio :label="1">开启</el-radio>
                   </el-radio-group>
                 </el-form-item>
-              
+
                 <!-- <el-form-item
                   style="width:25%;"
                   label="是否开启复制数据"
@@ -424,8 +424,8 @@
                     <el-input v-model="contractForm.endStation"></el-input>
                   </el-form-item>
                 </el-col>
-              
-              
+
+
               </el-row>
               <el-divider></el-divider>
               <el-row >
@@ -435,7 +435,7 @@
                     <tbody>
                         <tr class=" bg bor">
                           <td  colspan="2">动员预付款</td>
-                          <td   colspan="4">材料预付款</td> 
+                          <td   colspan="4">材料预付款</td>
                           <td colspan="2">保留金信息</td>
                           <td   colspan="2">农民工工资保证金(元)</td>
                           <td   colspan="2">整体结算比例(%)</td>
@@ -460,7 +460,7 @@
                           <td >
                            <el-input v-model="meterContractInfo.bankOfDeposit" placeholder="请输入" style="width: 180px;"></el-input>
                           </td>
-                          
+
                           <td  >
                             保留金比列 (%)
                           </td>
@@ -514,16 +514,22 @@
                           <td  >
                             保证金比列 (%)
                           </td>
-                          <td colspan="3">
+                          <td>
                            <el-input v-model="meterContractInfo.nmSdRatio" placeholder="请输入" :controls="false" :min="0"  type="number"></el-input>
                           </td>
                           <td  >
-                            农民工工资专户 银行账号 
+                            7d强度支付比例 (%)
+                          </td>
+                          <td>
+                            <el-input v-model="meterContractInfo.sevenRatio" placeholder="请输入" :controls="false" :min="0"  type="number"></el-input>
+                          </td>
+                          <td  >
+                            农民工工资专户 银行账号
                           </td>
                           <td  >
                            <el-input  v-model="meterContractInfo.farmersBankAccountNumber"  placeholder="请输入"  ></el-input>
                           </td>
-                     
+
                         </tr>
                         <tr >
                           <td  >
@@ -553,11 +559,17 @@
                           <td >
                             保证金扣回限额(元)
                           </td>
-                          <td  colspan="3">
+                          <td>
                            <el-input  v-model="meterContractInfo.nmTotalDeductQuota" placeholder="请输入" :controls="false" :min="0"  type="number"></el-input>
                           </td>
                           <td  >
-                            农民工工资专户 银行账户名称 
+                            28d强度支付比例 (%)
+                          </td>
+                          <td>
+                            <el-input v-model="meterContractInfo.twentyEightRatio" placeholder="请输入" :controls="false" :min="0"  type="number"></el-input>
+                          </td>
+                          <td  >
+                            农民工工资专户 银行账户名称
                           </td>
                           <td  >
                            <el-input v-model="meterContractInfo.farmersBankAccountName" placeholder="请输入" ></el-input>
@@ -574,11 +586,11 @@
                           <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>
@@ -1109,7 +1121,7 @@ export default {
         console.log(this.$route.query.type);
         this.activeType = this.$route.query.type;
       }
-     
+
       this.getStoragePeriodList();//获取业务字典
       this.getSecurityLevelList();//获取安全等级
       this.setHeaders();
@@ -1208,7 +1220,7 @@ export default {
           if (Number(this.contractForm.storagePeriod) < 0) {
             this.contractForm.storagePeriod = 0;
           }
-          
+
             this.meterContractInfo=this.contractForm.meterContractInfo
             ||{
               dyStartDeductPoint:null,
@@ -1237,8 +1249,8 @@ export default {
 
 
               }
-                
-          
+
+
           this.$nextTick(() => {
             this.typeChang['1'] = false;
           })
@@ -1275,7 +1287,7 @@ export default {
           if (Number(this.contractForm.storagePeriod) < 0) {
             this.contractForm.storagePeriod = 0;
           }
-         
+
           this.meterContractInfo=res.data.data.meterContractInfo
             ||{
               dyStartDeductPoint:null,
@@ -1303,7 +1315,7 @@ export default {
         middlePayRatio:null,
 
               }
-                
+
           this.$nextTick(() => {
             this.typeChang['1'] = false;
           })
@@ -1430,10 +1442,10 @@ export default {
               this.idList.forEach(val => {
                 das.idList.push({contractId: val})
               })
-       
-              
-              
-            
+
+
+
+
               resolve(submitContractInfo(das))
               this.btnLoad = false
             } else {
@@ -1644,7 +1656,7 @@ export default {
     },
     getRightTree() {
       console.log(this.wbsId, this.projectInfo.id, this.contractForm.id);
-    
+
       if(this.wbsId){
         this.rightloading = true;
         getContractInfoTree(this.wbsId, this.projectInfo.id, this.contractForm.id).then((res) => {
@@ -1654,7 +1666,7 @@ export default {
           this.rightloading = false;
         })
       }
- 
+
     },
     saveWbsTree() {
       let obj = {};
@@ -1730,18 +1742,18 @@ export default {
 .table-form{
   margin-top: 10px;
   box-sizing: border-box;
-  
+
   .bg{
     background: rgb(239, 239, 239);
   }
-  
+
 }
 .bor{
 
   line-height: 40px;
   text-align: center;
   box-sizing: border-box;
- 
+
 }
 
 </style>