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
d8ec5b9f
Commit
d8ec5b9f
authored
Apr 28, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCAP控制计划管理-关键零部件清单接口对接
parent
0db6303d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
view.vue
...olPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
+4
-3
No files found.
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
View file @
d8ec5b9f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
事业部:
<span
style=
"font-weight: 800;margin-left: 10px"
>
奇瑞
</span>
事业部:
<span
style=
"font-weight: 800;margin-left: 10px"
>
奇瑞
</span>
</el-text>
</el-text>
<el-text
style=
"margin-left: 20px;color: black"
>
<el-text
style=
"margin-left: 20px;color: black"
>
车型代码:
<span
style=
"font-weight: 800;margin-left: 10px"
>
ZYE03
</span>
车型代码:
<span
style=
"font-weight: 800;margin-left: 10px"
>
{{
descriptionsList
.
vehicleModelCode
}}
</span>
</el-text>
</el-text>
<el-text
style=
"margin-left: 20px;color: black"
>
<el-text
style=
"margin-left: 20px;color: black"
>
车型系列:
<span
style=
"font-weight: 800;margin-left: 10px"
>
CJ1A
</span>
车型系列:
<span
style=
"font-weight: 800;margin-left: 10px"
>
CJ1A
</span>
...
@@ -720,12 +720,13 @@ const deptList = [
...
@@ -720,12 +720,13 @@ const deptList = [
function
getFrom
()
{
function
getFrom
()
{
const
id
=
proxy
.
$route
.
query
.
id
const
id
=
proxy
.
$route
.
query
.
id
getCCAPPlanDescriptions
(
"1914495012314279936"
).
then
(
res
=>
{
// console.log("ID",id)
getCCAPPlanDescriptions
(
id
).
then
(
res
=>
{
formList
.
value
=
res
.
data
formList
.
value
=
res
.
data
descriptionsList
.
value
=
formList
.
value
.
compilationTaskDetail
descriptionsList
.
value
=
formList
.
value
.
compilationTaskDetail
stepList
.
value
=
formList
.
value
.
nodeRecords
stepList
.
value
=
formList
.
value
.
nodeRecords
// console.log("666",formList.value)
// console.log("666",formList.value)
//
console.log("777",descriptionsList.value)
console
.
log
(
"777"
,
descriptionsList
.
value
)
// console.log("888",stepList.value)
// console.log("888",stepList.value)
// if (formList.value.length > 0) {
// if (formList.value.length > 0) {
// activeTab.value = formList.value[0].id // 默认第一个标签的id
// activeTab.value = formList.value[0].id // 默认第一个标签的id
...
...
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