Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -307,6 +307,11 @@
|
||||
<span v-else>{{ textStatusMap[scope.row.textStatus] }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="replaceStandNum"
|
||||
width="150"
|
||||
label="代替标准号">
|
||||
</el-table-column>
|
||||
<el-table-column fixed="right"
|
||||
v-if="isPermission('cac1eb379eb8e3b987cbb2e4599adb50,247cebaefa7cf1683092af160af11502,dbaf9df2990a595c8abea28e68b1a681')>0"
|
||||
label="收藏" align="center" width="50px"
|
||||
@@ -5141,91 +5146,91 @@ export default {
|
||||
*/
|
||||
getAddFormFieldList(isEdit) {
|
||||
this.$http.get('lawss/sarStandAttrDetails/list', {}, {
|
||||
_this: this
|
||||
},
|
||||
res => {
|
||||
if (res.ok) {
|
||||
const {data = {}} = res
|
||||
this.formFieldListData = data['INLAND_STAND'] || []
|
||||
// 追加高级查询动态下拉框数据s
|
||||
this.twoOptions = [
|
||||
{
|
||||
label: '标准类别',
|
||||
value: 'stand_sort',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '文本状态',
|
||||
value: 'stand_state_show',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
// {
|
||||
// label: '适用区域',
|
||||
// value: 'country',
|
||||
// type: 'SEL_OPTION',
|
||||
// disabled: false
|
||||
// },
|
||||
{
|
||||
label: '重要度',
|
||||
value: 'is_relate_access',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '标准编号',
|
||||
value: 'stand_number',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '标准年份',
|
||||
value: 'stand_year',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '中文名称',
|
||||
value: 'stand_name',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '英文名称',
|
||||
value: 'stand_en_name',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '发布日期',
|
||||
value: 'issue_time',
|
||||
type: 'DATE_PIC_OPTS',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '文本说明',
|
||||
value: 'synopsis',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
this.formFieldListData.map(item => {
|
||||
if (item.attrType !== 'FILE' && item.attrField !== 'ZRLX') {
|
||||
this.twoOptions.push({
|
||||
value: item.attrField,
|
||||
label: item.attrName,
|
||||
selVal: item.selVal,
|
||||
type: item.attrType,
|
||||
disabled: false,
|
||||
__wx__: item
|
||||
_this: this
|
||||
},
|
||||
res => {
|
||||
if (res.ok) {
|
||||
const {data = {}} = res
|
||||
this.formFieldListData = data['INLAND_STAND'] || []
|
||||
// 追加高级查询动态下拉框数据s
|
||||
this.twoOptions = [
|
||||
{
|
||||
label: '标准类别',
|
||||
value: 'stand_sort',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '文本状态',
|
||||
value: 'stand_state_show',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
// {
|
||||
// label: '适用区域',
|
||||
// value: 'country',
|
||||
// type: 'SEL_OPTION',
|
||||
// disabled: false
|
||||
// },
|
||||
{
|
||||
label: '重要度',
|
||||
value: 'is_relate_access',
|
||||
type: 'SEL_OPTION',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '标准编号',
|
||||
value: 'stand_number',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '标准年份',
|
||||
value: 'stand_year',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '中文名称',
|
||||
value: 'stand_name',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '英文名称',
|
||||
value: 'stand_en_name',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '发布日期',
|
||||
value: 'issue_time',
|
||||
type: 'DATE_PIC_OPTS',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '文本说明',
|
||||
value: 'synopsis',
|
||||
type: 'INPUT',
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
this.formFieldListData.map(item => {
|
||||
if (item.attrType !== 'FILE' && item.attrField !== 'ZRLX') {
|
||||
this.twoOptions.push({
|
||||
value: item.attrField,
|
||||
label: item.attrName,
|
||||
selVal: item.selVal,
|
||||
type: item.attrType,
|
||||
disabled: false,
|
||||
__wx__: item
|
||||
})
|
||||
}
|
||||
})
|
||||
// this.resolveFormFieldList()
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
// this.resolveFormFieldList()
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 展示位置
|
||||
|
||||
+1
-1
@@ -675,7 +675,7 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</template>
|
||||
<template v-else-if="field.attrField === 'DTQBBHBUSS'">
|
||||
<template v-else-if="field.attrField === 'DTQBBHBUSS' || field.attrField === 'CYBZ' || field.attrField === 'YYBZ'">
|
||||
<custom-input-for-standards
|
||||
:config="field"
|
||||
:class="field.attrField === 'BYYBJ' ? 'classDisplay' : ''"
|
||||
|
||||
Reference in New Issue
Block a user