diff --git a/package-lock.json b/package-lock.json
index eee858d4b..ad441bac7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4646,6 +4646,94 @@
}
}
},
+ "vue-loader-v16": {
+ "version": "npm:vue-loader@16.3.3",
+ "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.3.3.tgz",
+ "integrity": "sha512-/1GzCuQ6MRORbC+leKTKoTGtpQt60bYe0gDGEextSteA2OM+v201FPha5jzmjQzVhRcwieZeUvezAtG5a/e5cw==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "chalk": "^4.1.0",
+ "hash-sum": "^2.0.0",
+ "loader-utils": "^2.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "dev": true,
+ "optional": true
+ },
+ "chalk": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true,
+ "optional": true
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "optional": true
+ },
+ "json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "minimist": "^1.2.5"
+ }
+ },
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "optional": true,
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
"vue-style-loader": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.2.tgz",
diff --git a/src/api/unqualProcess.js b/src/api/unqualProcess.js
index c3f3fc7b0..9daf74e57 100644
--- a/src/api/unqualProcess.js
+++ b/src/api/unqualProcess.js
@@ -54,3 +54,33 @@ export function meetingByMonth (params) {
params
})
}
+
+export function addUn (closeState, standId,standName,standSerialNumber, itemsNum,itemsName, productType, productLine,
+ productName, reason, responsibleUnit, dutyEngineer, authEngineer, qaEngineer, qaEngineerName,
+ authEngineerName, dutyEngineerName, planCloseTime) {
+ const data = {
+ closeState,
+ standSerialNumber, //标准号
+ standName, //标准名称
+ standId,
+ itemsNum, //条款号
+ itemsName, //条款名称
+ productType,
+ productLine, //产品线
+ productName, //项目名称
+ reason, //不合规项目
+ responsibleUnit, //责任部门
+ dutyEngineer, //责任工程师
+ authEngineer, //认证工程师
+ qaEngineer, //质量工程师
+ qaEngineerName,
+ authEngineerName,
+ dutyEngineerName,
+ planCloseTime, //计划关闭时间
+ }
+ return axios({
+ url: 'api/sarStandUnqualified/sar-stand-unqualified/addOne',
+ method: 'post',
+ data
+ })
+}
diff --git a/src/assets/styles/navMenu.less b/src/assets/styles/navMenu.less
index f5eeff979..30ebe9e02 100644
--- a/src/assets/styles/navMenu.less
+++ b/src/assets/styles/navMenu.less
@@ -14,7 +14,7 @@
font-weight: 600;
}
.el-submenu__title, .el-menu-item{
- font-size: 15px;
+ font-size: 14px;
background-color: transparent !important;
&::before{
content: '';
diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index 0e0b6cc72..919158cb7 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -706,7 +706,7 @@ export default {
}
.el-menu-item {
padding-left: 29px !important;
- font-size: 15px;
+ font-size: 14px;
font-weight: normal;
height: 40px;
line-height: 40px;
diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue
index 066759cb2..8d9373769 100644
--- a/src/pages/details/otherBussStandardDetails/index.vue
+++ b/src/pages/details/otherBussStandardDetails/index.vue
@@ -3,7 +3,9 @@
@@ -57,6 +59,7 @@
/>
-
-
数据加载中……
@@ -517,7 +515,7 @@ export default {
return el.offsetTop - el.parentNode.offsetTop;
}
const offsetTop = getElementTop(domId)
- /*$('#contentLeft').children('.wrap-right').animate({scrollTop: offsetTop},500)*/
+ $('#contentLeft').children('.wrap-right').animate({scrollTop: offsetTop},500)
},
handleRightTreeClick(treeId, treeNode) {
@@ -530,7 +528,7 @@ export default {
return el.offsetTop - el.parentNode.offsetTop;
}
const offsetTop = getElementTop(domId)
- /*$('#contentRight').children('.wrap-right').animate({scrollTop: offsetTop},500)*/
+ $('#contentRight').children('.wrap-right').animate({scrollTop: offsetTop},500)
}
},
components: {
diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue
index 669fd8666..baf52ffe1 100644
--- a/src/pages/localTool/standardRecognition/index.vue
+++ b/src/pages/localTool/standardRecognition/index.vue
@@ -65,22 +65,22 @@
align="center"
>
-
-
- {{
- scope.row.fileType === "STAND_FILE"
- ? "标准文本"
- : scope.row.fileType === "DRAFT_FILE"
- ? "草案"
- : scope.row.fileType === "OPINION_FILE"
- ? "征求意见稿"
- : scope.row.fileType === "SENT_SCREEN_FILE"
- ? "送审稿"
- : scope.row.fileType === "APPROVAL_FILE"
- ? "报批稿"
- : "关联文件"
- }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -713,6 +713,7 @@
diff --git a/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue b/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
index 3f36f249a..99059bd95 100644
--- a/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
+++ b/src/pages/regulatoryRepository/dataStatis/pages/reviseCost.vue
@@ -295,7 +295,6 @@ export default {
}, e => {
})
} else {
- console.log(this.formShowData.meetTime)
meetEdit(this.formShowData).then(res => {
if (res.ok) {
this.$message.success('编辑成功')
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 81b42bad3..29f30c7e9 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -1,390 +1,390 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'">
{{ node.label }}
append(data)">
+ type="text"
+ size="mini"
+ v-show="data.show"
+ @click="() => append(data)">
新增
update(data)">
+ type="text"
+ size="mini"
+ v-show="data.show"
+ @click="() => update(data)">
编辑
remove(node, data)">
+ type="text"
+ size="mini"
+ v-show="data.showDel"
+ @click="() => remove(node, data)">
删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
- 清空
-
- 高级检索
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
导入
-
-
导出
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ 清空
+
+ 高级检索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导入
+
+ 导出
+
+
- 配置标准
-
- 移除标准
-
- OCR
-
- 拆分
-
-
-
-
-
-
-
-
-
- 配置标准
+
+ 移除标准
+
+ OCR
+
+ 拆分
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- {{ scope.row.standSortShow }} {{
- scope.row.standNumber
- }}-{{ scope.row.standYear }}
- {{ scope.row.standSortShow }} {{
- scope.row.standNumber
- }}-{{ scope.row.standYear }}
-
- {{ scope.row.standSortShow }}
- {{ scope.row.standNumber }}
-
-
-
-
- {{ scope.row.standName }}
- {{ scope.row.standName }}
-
-
-
-
- {{ formatIssueDate(scope.row.issueTime) }}
- {{ formatIssueDate(scope.row.issueTime) }}
-
-
-
-
-
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
- {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
+ @selection-change="standSelectChange">
+
+
+
+
+ {{ scope.row.standSortShow }} {{
+ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSortShow }} {{
+ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+
+ {{ scope.row.standSortShow }}
+ {{ scope.row.standNumber }}
+
+
+
+
+ {{ scope.row.standName }}
+ {{ scope.row.standName }}
+
+
+
+
+ {{ formatIssueDate(scope.row.issueTime) }}
+ {{ formatIssueDate(scope.row.issueTime) }}
+
+
+
+
+
+ {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.SSRQ ? scope.row.SSRQ.substring(0, 10) : '-' }}
-
-
+
+
-
-
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
-
-
-
-
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
-
-
-
-
-
-
-
-
-
+
+
+ {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
+
+
+
+
+ {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
+
+
+
+
+
+
+
+
+
{{
textStatusMap[scope.row.textStatus]
}}
- {{ textStatusMap[scope.row.textStatus] }}
-
-
-
-
-
- 收藏
-
- 取消收藏
-
- 编辑
-
- 删除
-
-
-
-
-
-
-
-
- {{ textStatusMap[scope.row.textStatus] }}
+
+
+
- 收藏
-
-
- 取消收藏
-
- 编辑
-
-
- 删除
-
-
-
-
+
+
+ 收藏
+
+ 取消收藏
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+
+
+ 收藏
+
+
+ 取消收藏
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
数据获取中
-
-
-
-
-
-
-
-
+
数据获取中
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
- {{ displayLocation.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 标准性质
-
-
- {{ item.label }}
-
-
-
-
- 文本状态
-
-
- {{ opt.label }}
-
-
-
-
+
+ {{ displayLocation.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标准性质
+
+
+ {{ item.label }}
+
+
+
+
+ 文本状态
+
+
+ {{ opt.label }}
+
+
+
+
-
-
- 是否纳入认证清单
-
-
-
-
-
-
- 标准体系
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 关联模块--乘用车VPPS编码
-
-
-
-
-
- 关联模块--卡车VPPS编码
-
-
-
-
-
- 模块结构单元变型号
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ v-model="sarStandardsInfoEO.issueTime"
+ :disabled="formdisableflag"
+ >
+
+
+ 是否纳入认证清单
+
+
+
+
+
+
+ 标准体系
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关联模块--乘用车VPPS编码
+
+
+
+
+
+ 关联模块--卡车VPPS编码
+
+
+
+
+
+ 模块结构单元变型号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
责任部门
-
-
-
-
-
-
- 责任工程师
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 清空查询
-
-
- selectLawsExplainQuoteRowSelect(selection,'select', row )"
- @select-all="(selection) =>selectLawsExplainQuoteRowSelect(selection, 'all')">
-
-
-
-
-
-
-
-
-
-
-
-
- {{ textStatusMap[scope.row.textStatus] }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- selectTestItemRowSelect(selection,'select', row )"
- @select-all="(selection) =>selectTestItemRowSelect(selection, 'all')">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 点击或拖拽上传文件
-
-
-
-
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
- 清空
-
-
-
-
-
-
-
+
+
+
+
+
+ 责任工程师
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 清空查询
+
+
+ selectLawsExplainQuoteRowSelect(selection,'select', row )"
+ @select-all="(selection) =>selectLawsExplainQuoteRowSelect(selection, 'all')">
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ textStatusMap[scope.row.textStatus] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ selectTestItemRowSelect(selection,'select', row )"
+ @select-all="(selection) =>selectTestItemRowSelect(selection, 'all')">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击或拖拽上传文件
+
+
+
+
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+ 清空
+
+
+
+
+
+
+
-
-
-
-
- {{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
-
-
-
-
-
-
- {{ formatIssueDate(scope.row.issueTime) }}
-
-
-
-
- {{ formatText(scope.row.XCXSSRQ) }}
-
-
-
-
- {{ textStatusMap[scope.row.textStatus] }}
-
-
-
-
-
加载中...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- treeOnCheck(checkedList)"
- allDept
- check-enable
- showUser
- :editable="false"
- style="padding: 0 15px">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 导入失败
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ treeOnCheck(checkedList)"
+ allDept
+ check-enable
+ showUser
+ :editable="false"
+ style="padding: 0 15px">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 导入失败
+
+
+
+
+
-
-
-
-
-
- 基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 实施日期
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 适用范围
-
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 基础信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 实施日期
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 适用范围
+
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
-
-
-
-
- 关联信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+
+ 关联信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- 导入中...
-
-
-
-
+
+
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index 19a730c07..29dc85311 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -228,12 +228,12 @@
-
-
{{ opt.label }}
@@ -242,7 +242,7 @@
-
{{ opt.label }}
@@ -485,6 +485,8 @@ export default {
pageSize: this.$store.getters.userInfo.configContent,
// 查询条件
localProTableSearch: {
+ projectClassification: '',
+ projectStatus: '',
validFlag: 0,
// 项目编号
projectNumber: "",
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProject.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProject.vue
index 3d92486ad..924ab2531 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProject.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProject.vue
@@ -3,12 +3,12 @@
-
+
-
+
@@ -30,7 +30,7 @@ export default {
return {
skill: false,
project: false,
- tabValue: '',
+ tabValue: 'standInvolveProjectDetail',
menuName: [ "项目评估结果", "技术评估结果"]
}
},
@@ -53,12 +53,12 @@ export default {
}
}
});
- if(this.skill === true){
- this.tabValue = "technologyInvolveProject"
- return;
- }else if(this.project === true){
+ if (this.project === true) {
this.tabValue = "standInvolveProjectDetail"
return;
+ } else if (this.skill === true) {
+ this.tabValue = "technologyInvolveProject"
+ return;
}
}
}
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
index a51c91f57..10dc6566b 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue
@@ -159,24 +159,24 @@
width="55"
align="center">
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
查询
@@ -33,24 +33,24 @@
+ type="selection"
+ width="55"
+ align="center">
国内标准法规
@@ -61,9 +61,9 @@
+ prop="status"
+ label="技术储备情况"
+ width="150"
+ >
+
+
+
+
+ {{ scope.row.riskDegree === '0' ? '初始状态' : (scope.row.riskDegree === '1' ? '低风险' : (scope.row.riskDegree === '2' ? '中风险' : '高风险')) }}
+
+
+
+
+
@@ -99,53 +113,53 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
index 5d1e0cb47..301f31c60 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
@@ -22,34 +22,6 @@
{{ opt.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 新增
查看
+ 编辑
@@ -218,7 +198,7 @@