资质bug修改

ywj_dev
郑明梁 2 years ago
parent 74df2703b2
commit acc62fc743

@ -71,7 +71,7 @@
</el-row>
<el-row>
<el-col :span="22">
<el-form-item label="备注:" prop="remark">
<el-form-item label="说明:" prop="remark">
<el-input v-model="currentSup.remark" style="width: 95.5%" auto-complete="off" type="textarea"
autosize></el-input>
</el-form-item>
@ -177,7 +177,7 @@
</el-form-item>
</el-col>
<el-col :span="11">
<el-form-item label="备注:" prop="remark">
<el-form-item label="说明:" prop="remark">
<el-input v-model="currentManufacturer.remark" auto-complete="off" type="textarea"
autosize></el-input>
</el-form-item>
@ -319,7 +319,7 @@
</el-col>
<el-col :span="11">
<el-form-item label="备注" prop="remark">
<el-form-item label="说明" prop="remark">
<el-input v-model="currentProduct.remark" style="width: 90%" auto-complete="off" type="textarea"
autosize></el-input>
</el-form-item>

@ -332,6 +332,7 @@ export default {
this.filterQuery.page = 1
this.getList();
this.registrationList = [];
this.currentManufacturer=null;
},
toViewRegistrationCert(row, num) {
let path = num === 1 ? row.filePath : row.instructions;

@ -563,6 +563,7 @@ export default {
closeLocalDialog() {
this.addCertVisible = false;
this.selectCertVisible = false;
this.getCompanyInfo();
this.getCompanyCertList();
},

@ -46,7 +46,7 @@
placeholder="请选择日期"
clearable
value-format="yyyy-MM-dd HH:mm:ss"
style="width: 90%"
style="width: 100%"
>
</el-date-picker>
</el-form-item>
@ -113,13 +113,13 @@
<el-button slot="trigger" size="small" type="primary" :disabled="formData.auditStatus == 1">
{{ choiceFile }}
</el-button>
<el-button type="success" size="small" icon="search" @click="toViewCompanyCert"
style="text-align:right;margin-left: 20px" v-show="formData.id!=null"
>文件预览
</el-button
>
<div>只能上传 jpg,png,pdf,doc 文件且不超过 10 MB</div>
</el-upload>
<el-button type="primary" size="mini" icon="search" @click="toViewCompanyCert"
style="text-align:right" v-show="formData.id!=null"
>文件预览
</el-button
>
</el-form-item>
</el-col>
</el-row>

Loading…
Cancel
Save