diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue index fa735fc32..4a4626f34 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue @@ -106,7 +106,7 @@ value-format="yyyy-MM-dd" > - + - + - + - + {{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }} + {{ scope.row.standSortShow }} {{ + scope.row.standNumber + }}-{{ scope.row.standYear }} {{ scope.row.standSortShow }} {{ scope.row.standNumber @@ -233,6 +238,10 @@ @click="handlePreview(scope.row)" class="table-jump" style="color: #F56C6C">{{ scope.row.standName }} + {{ + scope.row.standName + }} {{ scope.row.standName }} @@ -246,6 +255,9 @@ {{ scope.row.issueTime }} + {{ scope.row.issueTime }} {{ scope.row.issueTime }} @@ -258,6 +270,9 @@ {{ scope.row.SSRQ }} + {{ scope.row.SSRQ }} {{ scope.row.SSRQ }} @@ -271,6 +286,9 @@ {{ scope.row.XCXSSRQ }} + {{ scope.row.XCXSSRQ }} {{ scope.row.XCXSSRQ }} @@ -282,6 +300,9 @@ {{ scope.row.ZCCSSRQ }} + {{ scope.row.ZCCSSRQ }} {{ scope.row.ZCCSSRQ }} @@ -289,6 +310,15 @@ prop="dtbzh" width="200" label="代替标准号"> + {{ textStatusMap[scope.row.textStatus] }} + {{ textStatusMap[scope.row.textStatus] }} {{ textStatusMap[scope.row.textStatus] }} diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 8efb5eb21..57b666258 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2385,14 +2385,14 @@ export default { {validator: this.verify.testItemCode, trigger: 'change'}, {type: 'string', max: 20, message: '标准年份/系列不能超过20个字符', trigger: 'change'} ], - standName: [ - {required: true, message: '标准名称不能为空', trigger: 'change'}, - {type: 'string', max: 500, message: '标准名称不能超过500个字符', trigger: 'change'} - ], - standEnName: [ - {type: 'string', max: 1000, message: '标准英文名称不能超过1000个字符', trigger: 'change'}, - {validator: this.verify.valiateEnName, trigger: 'blur'} - ], + // standName: [ + // {required: true, message: '标准名称不能为空', trigger: 'change'}, + // {type: 'string', max: 500, message: '标准名称不能超过500个字符', trigger: 'change'} + // ], + // standEnName: [ + // {type: 'string', max: 1000, message: '标准英文名称不能超过1000个字符', trigger: 'change'}, + // {validator: this.verify.valiateEnName, trigger: 'blur'} + // ], synopsis: [ {type: 'string', max: 1000, message: '文本说明不能超过1000个字符', trigger: 'change'} ],