Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
d0fca11e
Commit
d0fca11e
authored
Apr 18, 2025
by
lwy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备案参数总表页面-更改字段
parent
baaf9348
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
33 deletions
+44
-33
history.vue
src/views/carConsistency/filingParameter/history.vue
+18
-13
newAnnouncementVersion.vue
...carConsistency/filingParameter/newAnnouncementVersion.vue
+17
-12
parameterDetail.vue
src/views/carConsistency/filingParameter/parameterDetail.vue
+9
-8
No files found.
src/views/carConsistency/filingParameter/history.vue
View file @
d0fca11e
...
...
@@ -125,27 +125,27 @@
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
label=
"序号"
align=
"center"
>
<el-table-column
label=
"序号"
align=
"center"
>
<template
#
default=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型代码"
align=
"center"
prop=
"modelCode"
>
<el-table-column
label=
"车型代码"
align=
"center"
prop=
"modelCode"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
modelCode
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型系列"
align=
"center"
prop=
"modelSeries"
>
<el-table-column
label=
"车型系列"
align=
"center"
prop=
"modelSeries"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
modelSeries
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型公告号"
align=
"center"
prop=
"announcementNumber"
>
<el-table-column
label=
"车型公告号"
align=
"center"
prop=
"announcementNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
announcementNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"整车生产企业地址"
align=
"center"
prop=
"productionAddress"
>
<el-table-column
label=
"整车生产企业地址"
align=
"center"
prop=
"productionAddress"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
productionAddress
||
'--'
}}
</
template
>
...
...
@@ -155,38 +155,38 @@
{{
scope
.
row
.
vehicleProductName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"产品商标"
align=
"center"
prop=
"productTrademark"
>
<el-table-column
label=
"产品商标"
align=
"center"
prop=
"productTrademark"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
productTrademark
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型俗名"
align=
"center"
prop=
"vehicleCommonName"
>
<el-table-column
label=
"车型俗名"
align=
"center"
prop=
"vehicleCommonName"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
vehicleCommonName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"版本号"
align=
"center"
prop=
"versionNumber"
>
<el-table-column
label=
"版本号"
align=
"center"
prop=
"versionNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
versionNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"计划书编号"
align=
"center"
prop=
"planNumber"
>
<el-table-column
label=
"计划书编号"
align=
"center"
prop=
"planNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
planNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"创建日期"
align=
"center"
prop=
"createTime"
>
<el-table-column
label=
"创建日期"
align=
"center"
prop=
"createTime"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
createTime
||
'--'
}}
</
template
>
</el-table-column>
<!-- 固定右侧 -->
<el-table-column
label=
"公告发布日期"
align=
"center"
prop=
"noticeDate"
fixed=
"right"
>
<el-table-column
label=
"公告发布日期"
align=
"center"
prop=
"noticeDate"
fixed=
"right"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
noticeDate
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"3C发布日期"
align=
"center"
prop=
"cccDate"
fixed=
"right"
>
<el-table-column
label=
"3C发布日期"
align=
"center"
prop=
"cccDate"
fixed=
"right"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
cccDate
||
'--'
}}
</
template
>
...
...
@@ -368,7 +368,12 @@ function handleExport() {
function
handleView
(
row
)
{
proxy
.
$router
.
push
({
path
:
'parameterDetail'
,
query
:
{
id
:
row
.
id
}
query
:
{
id
:
row
.
id
,
modelCode
:
row
.
modelCode
,
modelSeries
:
row
.
modelSeries
,
announcementNumber
:
row
.
announcementNumber
}
})
}
...
...
src/views/carConsistency/filingParameter/newAnnouncementVersion.vue
View file @
d0fca11e
...
...
@@ -130,22 +130,22 @@
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型代码"
align=
"center"
prop=
"modelCode"
>
<el-table-column
label=
"车型代码"
align=
"center"
prop=
"modelCode"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
modelCode
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型系列"
align=
"center"
prop=
"modelSeries"
>
<el-table-column
label=
"车型系列"
align=
"center"
prop=
"modelSeries"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
modelSeries
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型公告号"
align=
"center"
prop=
"announcementNumber"
>
<el-table-column
label=
"车型公告号"
align=
"center"
prop=
"announcementNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
announcementNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"整车生产企业地址"
align=
"center"
prop=
"productionAddress"
>
<el-table-column
label=
"整车生产企业地址"
align=
"center"
prop=
"productionAddress"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
productionAddress
||
'--'
}}
</
template
>
...
...
@@ -155,38 +155,38 @@
{{
scope
.
row
.
vehicleProductName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"产品商标"
align=
"center"
prop=
"productTrademark"
>
<el-table-column
label=
"产品商标"
align=
"center"
prop=
"productTrademark"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
productTrademark
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"车型俗名"
align=
"center"
prop=
"vehicleCommonName"
>
<el-table-column
label=
"车型俗名"
align=
"center"
prop=
"vehicleCommonName"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
vehicleCommonName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"版本号"
align=
"center"
prop=
"versionNumber"
>
<el-table-column
label=
"版本号"
align=
"center"
prop=
"versionNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
versionNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"计划书编号"
align=
"center"
prop=
"planNumber"
>
<el-table-column
label=
"计划书编号"
align=
"center"
prop=
"planNumber"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
planNumber
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"创建日期"
align=
"center"
prop=
"createTime"
>
<el-table-column
label=
"创建日期"
align=
"center"
prop=
"createTime"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
createTime
||
'--'
}}
</
template
>
</el-table-column>
<!-- 固定右侧 -->
<el-table-column
label=
"公告发布日期"
align=
"center"
prop=
"noticeDate"
fixed=
"right"
>
<el-table-column
label=
"公告发布日期"
align=
"center"
prop=
"noticeDate"
fixed=
"right"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
noticeDate
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"3C发布日期"
align=
"center"
prop=
"cccDate"
fixed=
"right"
>
<el-table-column
label=
"3C发布日期"
align=
"center"
prop=
"cccDate"
fixed=
"right"
sortable
>
<
template
#
default=
"scope"
>
{{
scope
.
row
.
cccDate
||
'--'
}}
</
template
>
...
...
@@ -368,7 +368,12 @@ function handleExport() {
function
handleView
(
row
)
{
proxy
.
$router
.
push
({
path
:
'parameterDetail'
,
query
:
{
id
:
row
.
id
}
query
:
{
id
:
row
.
id
,
modelCode
:
row
.
modelCode
,
modelSeries
:
row
.
modelSeries
,
announcementNumber
:
row
.
announcementNumber
}
})
}
onMounted
(()
=>
{
...
...
src/views/carConsistency/filingParameter/parameterDetail.vue
View file @
d0fca11e
<
template
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryRef"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"项目"
prop=
"fieldName"
>
<div
style=
"display:flex;align-items:center;margin-bottom:16px"
>
<span
style=
"margin-right:16px"
>
车型代码:
{{
modelCode
||
'--'
}}
</span>
<span
style=
"margin-right:16px"
>
车型系列:
{{
modelSeries
||
'--'
}}
</span>
<span
style=
"margin-right:16px"
>
车型公告号:
{{
announcementNumber
||
'--'
}}
</span>
<el-form-item
label=
"项目"
prop=
"fieldName"
>
<el-input
v-model=
"queryParams.fieldName"
placeholder=
"请输入"
...
...
@@ -21,15 +25,9 @@
<el-button
class=
"btn-A"
icon=
"Search"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
class=
"btn-B"
icon=
"Refresh"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</div>
</el-form>
<!--
<el-button
style=
"border: 1px solid #0154fb;color: #0154fb;float:right;margin-bottom: 24px;width: 66px"
plain
@
click=
"handleExport"
v-hasPermi=
"['filingParameter:parameter:export']"
>
导出
</el-button>
-->
<el-row
:gutter=
"0"
style=
"margin-bottom:24px"
>
<el-col
:span=
"24"
style=
"text-align:right"
>
<el-button
...
...
@@ -75,6 +73,9 @@ import { useRoute } from 'vue-router';
const
route
=
useRoute
();
const
{
proxy
}
=
getCurrentInstance
();
const
modelCode
=
route
.
query
.
modelCode
const
modelSeries
=
route
.
query
.
modelSeries
const
announcementNumber
=
route
.
query
.
announcementNumber
const
parameterList
=
ref
([]);
const
open
=
ref
(
false
);
const
loading
=
ref
(
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment