@@ -52,6 +52,9 @@
{{ children.title }}
+
+ {{children.title}}
+
{{ children.title }}
@@ -161,6 +164,11 @@
path: '/standQA',
menuId: '2621269642ea4c6c8c42905863b2dc09'
},
+ {
+ title: '标准/译文获取申请管理',
+ path: '/standardTranslationAcquisitionRequest',
+ menuId: ''
+ },
// {
// title: '零部件编号申请',
// path: '/partCodeApply',
@@ -606,6 +614,7 @@
width: 58px;
height: 100%;
overflow-y: auto;
+ overflow-x: hidden;
user-select: none;
box-sizing: border-box;
position: absolute;
@@ -785,7 +794,7 @@
}
}
.el-menu-item {
- padding-left: 0 !important;
+ //padding-left: 0 !important;
font-size: 16px;
font-weight: normal;
height: 40px;
@@ -812,5 +821,10 @@
}
}
}
-
+ .miniBadge{
+ /deep/ .is-dot{
+ left: -18px;
+ top: 14px;
+ }
+ }
diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/addModal.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/addModal.vue
new file mode 100644
index 000000000..12200c7a0
--- /dev/null
+++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/addModal.vue
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/standardTranslationAcquisitionRequestModal.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/standardTranslationAcquisitionRequestModal.vue
new file mode 100644
index 000000000..dd6fd1942
--- /dev/null
+++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/standardTranslationAcquisitionRequestModal.vue
@@ -0,0 +1,195 @@
+
+
+
+ 新增标准/译文获取申请
+ 导入
+ 模版下载
+ 批量删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue
new file mode 100644
index 000000000..8bcecf66e
--- /dev/null
+++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/index.vue
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 清空
+
+
+
+
+
+
+ 批量驳回
+ 批量通过
+
+
+ 标准/译文获取申请
+ 列表导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 通过
+ 驳回
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/searchCenter/pages/standardSearch/index.vue b/src/pages/searchCenter/pages/standardSearch/index.vue
index 8015bb824..5b3136625 100644
--- a/src/pages/searchCenter/pages/standardSearch/index.vue
+++ b/src/pages/searchCenter/pages/standardSearch/index.vue
@@ -81,6 +81,7 @@
首页
+ 标准/译文获取申请
数据获取中
@@ -236,6 +237,15 @@ export default {
this.getData()
},
methods: {
+ toStandardTranslationAcquisitionRequest () {
+ let url = this.$router.resolve({
+ name: 'standardTranslationAcquisitionRequest',
+ query: {
+ tag: 'fromSearchCenter'
+ }
+ })
+ window.open(url.href, '_blank')
+ },
onSearch () {
this.searchForm.page = 1
this.getData()
diff --git a/src/router/index.js b/src/router/index.js
index aa3b41ed3..ca9e4c30c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -4112,6 +4112,15 @@ const routes = [
menuId: ''
}
},
+ {
+ path: '/standardTranslationAcquisitionRequest',
+ name: 'standardTranslationAcquisitionRequest',
+ component: () => import('@/pages/regulatoryRepository/standardTranslationAcquisitionRequest'),
+ meta: {
+ requireAuth: true,
+ title: '标准/译文获取申请管理'
+ }
+ },
// 本地产品/项目库详情页
{
path: '/localProductDetail',