commit
This commit is contained in:
@@ -22,13 +22,23 @@
|
|||||||
v-if="reUpload || showUploadBtn">{{ uploadText || '重新上传' }}</el-button>
|
v-if="reUpload || showUploadBtn">{{ uploadText || '重新上传' }}</el-button>
|
||||||
</ul>
|
</ul>
|
||||||
<template style="margin-left: 105px;" v-else>
|
<template style="margin-left: 105px;" v-else>
|
||||||
|
<ul class="file-file__wrap">
|
||||||
|
<li class="file-item"
|
||||||
|
v-for="(file, index) in showFileList"
|
||||||
|
:key="index"
|
||||||
|
:title="file.name"
|
||||||
|
@click="handlePreview(file)">
|
||||||
|
{{ file.name }}
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
@click="clickButtonToUpload('opinionFileList')"
|
@click="clickButtonToUpload('opinionFileList')"
|
||||||
icon="el-icon-upload"
|
icon="el-icon-upload"
|
||||||
class="form-upload-btn"
|
class="form-upload-btn"
|
||||||
>
|
>
|
||||||
{{ (value === 'null' || value === '' || value == null) && (!processModel || (processModel && !disabled)) ? '点击上传' : '查看已上传的文件' }}
|
<!-- {{ (value === 'null' || value === '' || value == null) && (!processModel || (processModel && !disabled)) ? '点击上传' : '查看已上传的文件' }}-->
|
||||||
|
上传
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
@@ -152,6 +162,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.getShowFileList()
|
||||||
if (this.showFileModel) {
|
if (this.showFileModel) {
|
||||||
this.getShowFileList()
|
this.getShowFileList()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<template v-for="(child, childIndex) in item.child2">
|
<template v-for="(child, childIndex) in item.child2">
|
||||||
<p class="half">
|
<p class="half">
|
||||||
<label style=" margin-right: 143px;">{{ child.attrName }}</label>
|
<label style=" margin-right: 150px;">{{ child.attrName }}</label>
|
||||||
<span>{{ child.value || '-' }}</span>
|
<span>{{ child.value || '-' }}</span>
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
@@ -3282,7 +3282,9 @@ export default {
|
|||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@import '~@/assets/styles/mixins';
|
@import '~@/assets/styles/mixins';
|
||||||
@import '~@/assets/styles/style';
|
@import '~@/assets/styles/style';
|
||||||
|
/deep/.el-collapse-item__header {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
/deep/ .decomposition-btn {
|
/deep/ .decomposition-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
@@ -3294,7 +3296,6 @@ export default {
|
|||||||
color: #07C160;
|
color: #07C160;
|
||||||
border: 1px solid #07C160;
|
border: 1px solid #07C160;
|
||||||
background: rgba(1, 193, 96, 0.1);
|
background: rgba(1, 193, 96, 0.1);
|
||||||
|
|
||||||
/deep/ .icon-separate {
|
/deep/ .icon-separate {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
@@ -3598,7 +3599,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& > div:not(.modular-item-more) {
|
& > div:not(.modular-item-more) {
|
||||||
border-bottom: 1px solid #E5E5E5;
|
/*border-bottom: 1px solid #E5E5E5;*/
|
||||||
min-height: 43px;
|
min-height: 43px;
|
||||||
line-height: 43px;
|
line-height: 43px;
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -477,13 +477,12 @@
|
|||||||
<!-- 新增样式 -->
|
<!-- 新增样式 -->
|
||||||
<div class="demo-drawer-content">
|
<div class="demo-drawer-content">
|
||||||
<el-form
|
<el-form
|
||||||
v-if="reloadAddForm"
|
v-if="reloadAddForm && modalshowflag"
|
||||||
ref="sarBussionessStandForm"
|
ref="sarBussionessStandForm"
|
||||||
:model="sarBussionessStandEO"
|
:model="sarBussionessStandEO"
|
||||||
:rules="sarBussionessStandRules"
|
:rules="sarBussionessStandRules"
|
||||||
class="label-input-form"
|
class="label-input-form"
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- <custom-input-for-standards-->
|
<!-- <custom-input-for-standards-->
|
||||||
<!-- :config="{-->
|
<!-- :config="{-->
|
||||||
<!-- attrName: '代替企标编号',-->
|
<!-- attrName: '代替企标编号',-->
|
||||||
@@ -1212,6 +1211,7 @@
|
|||||||
>
|
>
|
||||||
<div class="demo-drawer-content">
|
<div class="demo-drawer-content">
|
||||||
<el-form :model="productModelAdd"
|
<el-form :model="productModelAdd"
|
||||||
|
v-if="productModal"
|
||||||
ref="productModelAdd"
|
ref="productModelAdd"
|
||||||
:rules="productRules"
|
:rules="productRules"
|
||||||
class="label-input-form"
|
class="label-input-form"
|
||||||
|
|||||||
@@ -355,7 +355,7 @@
|
|||||||
<!-- 新增样式 -->
|
<!-- 新增样式 -->
|
||||||
<div class="demo-drawer-content">
|
<div class="demo-drawer-content">
|
||||||
<el-form
|
<el-form
|
||||||
v-if="reloadAddForm"
|
v-if="reloadAddForm && modalshowflag"
|
||||||
ref="sarLawsStandEO"
|
ref="sarLawsStandEO"
|
||||||
:model="sarLawsStandEO"
|
:model="sarLawsStandEO"
|
||||||
:rules="sarLawsStandRules"
|
:rules="sarLawsStandRules"
|
||||||
|
|||||||
@@ -770,7 +770,7 @@
|
|||||||
<!-- 新增样式 -->
|
<!-- 新增样式 -->
|
||||||
<div class="demo-drawer-content">
|
<div class="demo-drawer-content">
|
||||||
<el-form
|
<el-form
|
||||||
v-if="reloadAddForm"
|
v-if="reloadAddForm && modalshowflag"
|
||||||
ref="sarStandardsInfoForm"
|
ref="sarStandardsInfoForm"
|
||||||
:model="sarStandardsInfoEO"
|
:model="sarStandardsInfoEO"
|
||||||
:rules="sarStandardsInfoRules"
|
:rules="sarStandardsInfoRules"
|
||||||
@@ -4272,7 +4272,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (this.ocrList.length === 1 && type === '2'){
|
} else if (this.ocrList.length === 1 && type === '2'){
|
||||||
console.log('4228',this.ocrList)
|
|
||||||
this.selectStandardPro(this.ocrList[0], 'edit')
|
this.selectStandardPro(this.ocrList[0], 'edit')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user