Selaa lähdekoodia

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Mediation-Frontend into gyj

gyj 2 vuotta sitten
vanhempi
commit
604d76e1fd

+ 1
- 1
src/views/caseManagement/caseList.vue Näytä tiedosto

@@ -86,7 +86,7 @@
86 86
                         <el-button size="mini" type="text" icon="el-icon-tickets" @click="caseClick(scope.row, item.id)"
87 87
                             v-if="(item.id == scope.row.caseFlowId &&
88 88
             checkPermi([item.buttonAuthFlag]) &&
89
-            scope.row.signButtonFlag != 1) && (scope.row.appOperatorFlag == 1 || scope.row.resOperatorFlag == 1 || scope.row.otherFlag == 1)
89
+            scope.row.signButtonFlag != 1) && (scope.row.appOperatorFlag == 1 || scope.row.resOperatorFlag == 1 || scope.row.otherFlag == 1 || scope.row.agentFlag == 1 || scope.row.mediatorFlag == 1)
90 90
             ">{{ item.nodeName }}</el-button>
91 91
                     </div>
92 92
                 </template>

+ 6
- 2
src/views/caseManagement/components/addCase.vue Näytä tiedosto

@@ -173,7 +173,7 @@
173 173
       },
174 174
     ]">
175 175
                 <el-select v-model="item.applicant.operatorFlag" placeholder="请选择" auto-complete="off"
176
-                  style="width: 100%;">
176
+                  style="width: 100%;" disabled>
177 177
                   <el-option v-for="item in roleTypeList" :key="item.id" :label="item.value" :value="item.id">
178 178
 
179 179
                   </el-option>
@@ -455,7 +455,7 @@
455 455
             </el-col>
456 456
             <el-col :span="12" v-if="item.res.organizeFlag == 0">
457 457
               <el-form-item label="是否为操作人" :prop="'affiliate.res.' + index + '.res.operatorFlag'">
458
-                <el-select v-model="item.res.operatorFlag" placeholder="请选择" auto-complete="off" style="width: 100%;">
458
+                <el-select v-model="item.res.operatorFlag" placeholder="请选择" auto-complete="off" style="width: 100%;" disabled>
459 459
                   <el-option v-for="item in roleTypeList" :key="item.id" :label="item.value" :value="item.id">
460 460
 
461 461
                   </el-option>
@@ -1020,6 +1020,8 @@ export default {
1020 1020
           this.$set(this.formData.affiliate.applicant[0].applicant, "nationality", this.getUserInfoList.nationality);
1021 1021
           this.$set(this.formData.affiliate.applicant[0].applicant, "sex", this.getUserInfoList.sex);
1022 1022
           this.$set(this.formData.affiliate.applicant[0].applicant, "birth", this.getUserInfoList.birth);
1023
+          this.$set(this.formData.affiliate.applicant[0].applicant, "home", this.getUserInfoList.home);
1024
+          this.$set(this.formData.affiliate.applicant[0].applicant, "address", this.getUserInfoList.address);
1023 1025
         }
1024 1026
         this.activeName = "first";
1025 1027
         this.showmediate = false;
@@ -1063,6 +1065,8 @@ export default {
1063 1065
         this.$set(this.formData.affiliate.applicant[0].applicant, "nationality", this.getUserInfoList.nationality);
1064 1066
         this.$set(this.formData.affiliate.applicant[0].applicant, "sex", this.getUserInfoList.sex);
1065 1067
         this.$set(this.formData.affiliate.applicant[0].applicant, "birth", this.getUserInfoList.birth);
1068
+        this.$set(this.formData.affiliate.applicant[0].applicant, "home", this.getUserInfoList.home);
1069
+        this.$set(this.formData.affiliate.applicant[0].applicant, "address", this.getUserInfoList.address);
1066 1070
       })
1067 1071
     },
1068 1072
     /** 根据案件id获取对应信息 */

+ 1
- 1
src/views/onlyoffice/onlyoffice.vue Näytä tiedosto

@@ -35,7 +35,7 @@ export default {
35 35
       }
36 36
       axios
37 37
         .get(
38
-          `http://121.40.189.20:9090/onlyOfficeConfig/${edit}/${id}/${this.userId}/desktop/true`
38
+          `http://121.40.189.20:9090/onlyOfficeConfig/${edit}/${id}/${this.userId}/desktop/true/tiaojieprod`
39 39
         )
40 40
         .then((res) => {
41 41
           this.config = res.data;

+ 1
- 1
vue.config.js Näytä tiedosto

@@ -15,7 +15,7 @@ const port = process.env.port || process.env.npm_config_port || 80 // 端口
15 15
 const API = 'http://121.40.189.20:6001'  //测试
16 16
 // const API = 'http://192.168.3.18:6001'  //B
17 17
 // const API = 'http://172.16.0.237:6001' //Q
18
-// const API = 'http://172.16.1.26:7001' //w
18
+// const API = 'http://172.16.1.26:6001' //w
19 19
 
20 20
 // vue.config.js 配置说明 
21 21
 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions