Commit 142c4a8ece0e92c2829a1d7ac514314001cc0a2e

Authored by monkeyhouyi
1 parent bedbdd58

优化

src/components/Generator/components/Upload/UploadFz.vue
@@ -128,9 +128,11 @@ export default { @@ -128,9 +128,11 @@ export default {
128 // }).catch(() => { }) 128 // }).catch(() => { })
129 }, 129 },
130 handleClick(file) { 130 handleClick(file) {
  131 + console.log(file);
  132 +
131 // 点击下载文件 133 // 点击下载文件
132 if (!file.fileId) return 134 if (!file.fileId) return
133 - getDownloadUrl(this.type, file.fileId).then(res => { 135 + getDownloadUrl(this.type, file.fileId, file.name).then(res => {
134 if (res.data.url) window.location.href = this.define.comUrl + res.data.url 136 if (res.data.url) window.location.href = this.define.comUrl + res.data.url
135 }) 137 })
136 } 138 }
src/components/InfoForm/index.vue
@@ -119,6 +119,12 @@ @@ -119,6 +119,12 @@
119 </el-select> 119 </el-select>
120 </el-form-item> 120 </el-form-item>
121 </el-col> 121 </el-col>
  122 + <el-col :span="12" v-show="isFilings">
  123 + <el-form-item label="备案号" prop="systemRecordNumber">
  124 + <el-input v-model="infoForm.systemRecordNumber" placeholder="请输入备案号" maxlength="50"
  125 + ></el-input>
  126 + </el-form-item>
  127 + </el-col>
122 <el-col :span="24" v-show="isFilings"> 128 <el-col :span="24" v-show="isFilings">
123 <el-form-item label="特殊备案内容" prop="specialRecordContent"> 129 <el-form-item label="特殊备案内容" prop="specialRecordContent">
124 <el-input 130 <el-input
src/views/baseCaseHandling/Form.vue
@@ -514,6 +514,7 @@ export default { @@ -514,6 +514,7 @@ export default {
514 let value = e.target.value; 514 let value = e.target.value;
515 if(!value) return; 515 if(!value) return;
516 this.dataForm.registeredEntity = e.target.value; 516 this.dataForm.registeredEntity = e.target.value;
  517 + this.companyChange(value, 'blur');
517 }, 518 },
518 visibleNameCompanyChange(val) { 519 visibleNameCompanyChange(val) {
519 if (val) return 520 if (val) return
src/views/baseInspectionReport/Form.vue
@@ -405,6 +405,7 @@ export default { @@ -405,6 +405,7 @@ export default {
405 let value = e.target.value; 405 let value = e.target.value;
406 if(!value) return; 406 if(!value) return;
407 this.dataForm.company = e.target.value; 407 this.dataForm.company = e.target.value;
  408 + this.companyChange(value, 'blur');
408 }, 409 },
409 async companyChange(val, type) { 410 async companyChange(val, type) {
410 let obj = this.companyOptions.find(v => val == v.id); 411 let obj = this.companyOptions.find(v => val == v.id);
src/views/basePrincipalResponsibility/index.vue
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 <template slot-scope="scope">{{ scope.row.fileType | dynamicText(fileTypeOptions) }}</template> 36 <template slot-scope="scope">{{ scope.row.fileType | dynamicText(fileTypeOptions) }}</template>
37 </el-table-column> 37 </el-table-column>
38 <el-table-column prop="timeTakingEffect" label="生效时间" align="left" show-overflow-tooltip :formatter="ncc.tableDateFormat"/> 38 <el-table-column prop="timeTakingEffect" label="生效时间" align="left" show-overflow-tooltip :formatter="ncc.tableDateFormat"/>
39 - <el-table-column prop="content" label="具体内容" align="left" /> 39 + <el-table-column prop="content" label="具体内容" align="left" show-overflow-tooltip/>
40 <!-- <el-table-column prop="creatorUserId" label="创建用户" align="left" show-overflow-tooltip/> --> 40 <!-- <el-table-column prop="creatorUserId" label="创建用户" align="left" show-overflow-tooltip/> -->
41 <el-table-column prop="creatorTime" label="创建时间" :formatter="ncc.tableDateFormat" align="left" show-overflow-tooltip/> 41 <el-table-column prop="creatorTime" label="创建时间" :formatter="ncc.tableDateFormat" align="left" show-overflow-tooltip/>
42 <!-- <el-table-column prop="lastModifyUserId" label="修改用户" show-overflow-tooltip align="left"/> --> 42 <!-- <el-table-column prop="lastModifyUserId" label="修改用户" show-overflow-tooltip align="left"/> -->
src/views/baseSystemInfo/DetailForm.vue
@@ -35,6 +35,12 @@ @@ -35,6 +35,12 @@
35 <p class="text">{{ dataForm.systemClass | dynamicTextClassName(systemClassOptions) }}</p> 35 <p class="text">{{ dataForm.systemClass | dynamicTextClassName(systemClassOptions) }}</p>
36 </div> 36 </div>
37 </el-col> 37 </el-col>
  38 + <el-col :span="24">
  39 + <div class="form-item">
  40 + <div class="label w-120">备案号:</div>
  41 + <p class="text">{{ dataForm.systemRecordNumber || "--" }}</p>
  42 + </div>
  43 + </el-col>
38 <template 44 <template
39 v-if=" 45 v-if="
40 dataForm.systemType && 46 dataForm.systemType &&
src/views/baseSystemInfo/index.vue
@@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
85 </infoForm> 85 </infoForm>
86 <el-button size="mini" type="text" @click="toDetail(scope.row)">查看</el-button> 86 <el-button size="mini" type="text" @click="toDetail(scope.row)">查看</el-button>
87 <el-button size="mini" type="text" @click="toChangeArea(scope.row)" >归属地变更</el-button> 87 <el-button size="mini" type="text" @click="toChangeArea(scope.row)" >归属地变更</el-button>
88 - <el-button size="mini" type="text" @click="toInspection(scope.row)" v-if="!isSHILevel">上报</el-button> 88 + <!-- <el-button size="mini" type="text" @click="toInspection(scope.row)" v-if="!isSHILevel">上报</el-button> -->
89 <!-- <el-button type="text" style="color: red;" @click="delNew(scope.row)" v-if="isSHILevel">删除</el-button> --> 89 <!-- <el-button type="text" style="color: red;" @click="delNew(scope.row)" v-if="isSHILevel">删除</el-button> -->
90 </template> 90 </template>
91 </el-table-column> 91 </el-table-column>