From 701789268baab5091b14acd5d7f0dd8023f7e32b Mon Sep 17 00:00:00 2001
From: yanyizhou <2311759275@qq.com>
Date: Thu, 5 Aug 2021 18:01:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=88=A0=E9=99=A4=E6=97=B6?=
=?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=BB=99=E5=90=8E=E7=AB=AF=E4=BC=A0=E2=80=9C?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AEid-=E6=A0=87=E5=87=86id,=E9=A1=B9=E7=9B=AEid-?=
=?UTF-8?q?=E6=A0=87=E5=87=86id=E2=80=9D=E7=9A=84=E5=AD=97=E7=AC=A6?=
=?UTF-8?q?=E4=B8=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/details.vue | 319 +++++++++++-------
1 file changed, 195 insertions(+), 124 deletions(-)
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
index 086136d41..99fc80b6a 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue
@@ -4,17 +4,18 @@
- 车型《{{localProEO.projectName}}》 详情
+ 车型《{{ localProEO.projectName }}》 详情
- 产品平台: {{ localProEO.projectPlatfor}}
+ 产品平台: {{ localProEO.projectPlatfor }}
项目编号: {{ localProEO.projectNumber }}
项目名称: {{ localProEO.projectName }}
- 项目分类:{{ localProEO.projectClassification }}
+ 项目分类:{{ localProEO.projectClassification }}
+
项目状态: {{ localProEO.projectStatus }}
@@ -24,20 +25,24 @@
项目经理: {{ localProEO.projectManager }}
- 项目计划开始时间: {{ $moment(localProEO.projectStartDate).format('YYYY-MM-DD')}}
- 项目计划完成时间: {{ $moment(localProEO.projectEndDate).format('YYYY-MM-DD') }}
+ 项目计划开始时间: {{ $moment(localProEO.projectStartDate).format('YYYY-MM-DD') }}
+ 项目计划完成时间: {{ $moment(localProEO.projectEndDate).format('YYYY-MM-DD') }}
调取
- 批量删除
+ 批量删除
+
导出
+ >导出
+
@@ -65,7 +70,10 @@
width="260px"
>
- {{ scope.row.standSort+ ' ' + scope.row.standNumber + '-' + scope.row.standYear}}
+ {{
+ scope.row.standSort + ' ' + scope.row.standNumber + '-' + scope.row.standYear
+ }}
- {{ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.ssrq ? $moment(scope.row.ssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-' }}
+ {{
+ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD') : '-'
+ }}
- {{zrbmMap[scope.row.zrbm]}}
+ {{ zrbmMap[scope.row.zrbm] }}
@@ -171,7 +185,8 @@
- {{ opt.label }}
+ {{ opt.label }}
@@ -183,15 +198,17 @@
查询
+ @click="search">查询
+
清空
+ class="common-button-default"
+ size="mini"
+ @click="clearSearch">清空
+
@@ -218,7 +235,8 @@
label="标准号">
{{ scope.row.standSortShow }} {{ scope.row.standNumber
+ @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{
+ scope.row.standNumber
}}-{{ scope.row.standYear }}
{{ scope.row.standSortShow }}
{{ scope.row.standNumber }}
@@ -238,7 +256,9 @@
label="新车型实施日期">
- {{scope.row.attrInfoCaseMap.xcxssrq ? $moment(scope.row.attrInfoCaseMap.xcxssrq).format('YYYY-MM-DD') : '-'}}
+ {{
+ scope.row.attrInfoCaseMap.xcxssrq ? $moment(scope.row.attrInfoCaseMap.xcxssrq).format('YYYY-MM-DD') : '-'
+ }}
@@ -248,7 +268,9 @@
label="在产车实施日期">
- {{scope.row.attrInfoCaseMap.zccssrq ? $moment(scope.row.attrInfoCaseMap.zccssrq).format('YYYY-MM-DD') : '-'}}
+ {{
+ scope.row.attrInfoCaseMap.zccssrq ? $moment(scope.row.attrInfoCaseMap.zccssrq).format('YYYY-MM-DD') : '-'
+ }}
@@ -258,7 +280,7 @@
label="文本状态">
- {{textStatusMap[scope.row.textStatus]}}
+ {{ textStatusMap[scope.row.textStatus] }}
@@ -285,22 +307,24 @@
导出
+ @click="exportTestItem">导出
+
取消