OCE识别的文本状态改为标准状态 中英文切换里面的文本状态改为标准状态
This commit is contained in:
@@ -155,7 +155,7 @@ export const m = {
|
||||
dataType: '标准类别',
|
||||
standardNumberAndPolicyNumber: '标准编号/政策编号',
|
||||
standardNameAndPolicyName: '标准名称/政策名称',
|
||||
textState: '文本状态',
|
||||
textState: '标准状态',
|
||||
conversionResults: '转换结果',
|
||||
timeConsuming: '消耗时间',
|
||||
searchByModule: '根据模块查找',
|
||||
@@ -169,7 +169,7 @@ export const m = {
|
||||
searchByStandardNumberAndName: '根据标准号/名称查找',
|
||||
split: '拆分',
|
||||
pleaseSelectDataType: '请选择资料类型',
|
||||
pleaseSelectTheTextState: '请选择文本状态',
|
||||
pleaseSelectTheTextState: '请选择标准状态',
|
||||
push: '推送',
|
||||
bulkCopy: '批量复制',
|
||||
clauseRequirements: '条款要求',
|
||||
@@ -260,7 +260,7 @@ export const m = {
|
||||
findByTheResponsibilityDepartment: '根据责任部门查找',
|
||||
findByNormativeReferenceStandard: '根据规范性引用标准查找',
|
||||
lookupByStandardStatus: '根据标准状态查找',
|
||||
lookupByStandardStatusText: '根据文本状态查找',
|
||||
lookupByStandardStatusText: '根据标准状态查找',
|
||||
findByPrincipalCompiler: '根据主要编制者查找',
|
||||
contentInThisPaper: '内容摘要',
|
||||
substituteForStandNumber: '代替标准号',
|
||||
@@ -506,8 +506,8 @@ export const m = {
|
||||
searchByNewTextNumberOrname: '根据新文本号/名称查找',
|
||||
compare: '比对',
|
||||
batchDeletion: '批量删除',
|
||||
oldTextState: '旧文本状态',
|
||||
newTextState: '新文本状态',
|
||||
oldTextState: '旧标准状态',
|
||||
newTextState: '新标准状态',
|
||||
collect: '收藏',
|
||||
sharingStandard: '分享标准',
|
||||
standardName: '标准名称',
|
||||
@@ -644,7 +644,7 @@ export const m = {
|
||||
comparison: '比对',
|
||||
oldDocumentTextNumber: '旧文档文本号',
|
||||
oldDocumentTextName: '旧文档文本名称',
|
||||
oldTextStatus: '旧文本状态',
|
||||
oldTextStatus: '旧标准状态',
|
||||
draft: '草稿',
|
||||
draftForComments: '征求意见稿',
|
||||
draftForReview: '送审稿',
|
||||
@@ -653,7 +653,7 @@ export const m = {
|
||||
standardText: '标准文本',
|
||||
newDocumentTextNumber: '新文档文本号',
|
||||
newDocumentTextName: '新文档文本名称',
|
||||
newTextStatus: '新文本状态',
|
||||
newTextStatus: '新标准状态',
|
||||
comparisonType: '比对类型',
|
||||
comparisonTime: '比对时间',
|
||||
dataLoading: '数据加载中',
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
:placeholder="$t('m.pleaseEnterTheStandardNameAndPolicyName')"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="文本状态" prop="fileType" label-width="145px">
|
||||
<el-form-item label="标准状态" prop="fileType" label-width="145px">
|
||||
<el-select class="bead-input" v-model="uploadFilesdfEo.fileType">
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
@@ -395,10 +395,10 @@
|
||||
prop="textStatus"
|
||||
sortable="custom"
|
||||
width="110"
|
||||
label="文本状态">
|
||||
label="标准状态">
|
||||
<!-- <template slot="header" slot-scope="scope">-->
|
||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||
<!-- <span>文本状态<i class="el-icon-warning-outline"></i></span>-->
|
||||
<!-- <span>标准状态<i class="el-icon-warning-outline"></i></span>-->
|
||||
<!-- </el-tooltip>-->
|
||||
<!-- </template>-->
|
||||
<template slot-scope="scope">
|
||||
@@ -520,10 +520,10 @@
|
||||
prop="textStatus"
|
||||
sortable="custom"
|
||||
width="110"
|
||||
label="文本状态">
|
||||
label="标准状态">
|
||||
<!-- <template slot="header" slot-scope="scope">-->
|
||||
<!-- <el-tooltip class="item" effect="dark" content="计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" placement="bottom">-->
|
||||
<!-- <span>文本状态 <i class="el-icon-warning-outline"></i></span>-->
|
||||
<!-- <span>标准状态 <i class="el-icon-warning-outline"></i></span>-->
|
||||
<!-- </el-tooltip>-->
|
||||
<!-- </template>-->
|
||||
<template slot-scope="scope">
|
||||
@@ -602,7 +602,7 @@
|
||||
show-overflow-tooltip
|
||||
sortable
|
||||
prop="standStatusShow"
|
||||
label="文本状态"
|
||||
label="标准状态"
|
||||
width="110"
|
||||
>
|
||||
|
||||
@@ -684,7 +684,7 @@
|
||||
show-overflow-tooltip
|
||||
sortable
|
||||
prop="standStatusShow"
|
||||
label="文本状态"
|
||||
label="标准状态"
|
||||
width="110"
|
||||
>
|
||||
|
||||
@@ -730,7 +730,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
selectTableDatas: [],
|
||||
textStatusMap: {}, // 文本状态id与name对应
|
||||
textStatusMap: {}, // 标准状态id与name对应
|
||||
lawInfoTable:[],
|
||||
lawInfoTableLoading: true,
|
||||
//手动查找的模态框
|
||||
@@ -789,7 +789,7 @@ export default {
|
||||
// },
|
||||
// ],
|
||||
fileType: [
|
||||
{ required: true, message: "文本状态称不能为空", trigger: "change" },
|
||||
{ required: true, message: "标准状态称不能为空", trigger: "change" },
|
||||
],
|
||||
fileName: [
|
||||
{ required: true, message: '文件不能为空', trigger: 'change' }
|
||||
@@ -816,7 +816,7 @@ export default {
|
||||
props: {},
|
||||
watch: {},
|
||||
methods: {
|
||||
// 将文本状态的id与name对应
|
||||
// 将标准状态的id与name对应
|
||||
setMap(data) {
|
||||
data.forEach(item => {
|
||||
this.$set(this.textStatusMap, item.value, item.label)
|
||||
@@ -835,7 +835,7 @@ export default {
|
||||
this.uploadFilesdfEo.standNumber =this.handleSelectTableList[0].standCode || this.handleSelectTableList[0].lawsNumber || this.handleSelectTableList[0].standSort+" "+this.handleSelectTableList[0].standNumber+"-"+this.handleSelectTableList[0].standYear
|
||||
this.uploadFilesdfEo.standName = this.handleSelectTableList[0].standName || this.handleSelectTableList[0].lawsName
|
||||
// console.log('999',this.handleSelectTableList[0])
|
||||
//文本状态,下次一定(tnnd,人家的文本状态和这个的文本状态都不是一个东西,不用画蛇添足)
|
||||
//标准状态,下次一定(tnnd,人家的标准状态和这个的标准状态都不是一个东西,不用画蛇添足)
|
||||
// this.uploadFilesdfEo.fileType = this.handleSelectTableList[0].standTextStatusShow || this.handleSelectTableList[0].standStatusShow
|
||||
this.selectModal = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user