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
a22dee3f
Commit
a22dee3f
authored
Apr 29, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCAP编制任务处理
parent
1ebc857a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
194 additions
and
132 deletions
+194
-132
cn.json
...n/CCAPControlPlan/CCAPCompileTaskProcessing/index/cn.json
+1
-0
en.json
...n/CCAPControlPlan/CCAPCompileTaskProcessing/index/en.json
+1
-0
index.vue
...lPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
+192
-130
index.vue
...lPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
+0
-2
No files found.
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index/cn.json
View file @
a22dee3f
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
"serialNumber"
:
"序号"
,
"serialNumber"
:
"序号"
,
"viewHistoricalControlPlan"
:
"查看历史控制计划"
,
"viewHistoricalControlPlan"
:
"查看历史控制计划"
,
"view"
:
"查看"
,
"view"
:
"查看"
,
"process"
:
"处理"
,
"revoke"
:
"撤销"
,
"revoke"
:
"撤销"
,
"adjustCompilationResponsiblePerson"
:
"调整编制负责人"
,
"adjustCompilationResponsiblePerson"
:
"调整编制负责人"
,
"generateFile"
:
"生成文件"
,
"generateFile"
:
"生成文件"
,
...
...
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index/en.json
View file @
a22dee3f
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
"serialNumber"
:
"Ordinal"
,
"serialNumber"
:
"Ordinal"
,
"viewHistoricalControlPlan"
:
"View Historical Control Plan"
,
"viewHistoricalControlPlan"
:
"View Historical Control Plan"
,
"view"
:
"View"
,
"view"
:
"View"
,
"process"
:
"Process"
,
"revoke"
:
"Revoke"
,
"revoke"
:
"Revoke"
,
"adjustCompilationResponsiblePerson"
:
"Adjust Compilation Responsible Person"
,
"adjustCompilationResponsiblePerson"
:
"Adjust Compilation Responsible Person"
,
"generateFile"
:
"Generate File"
,
"generateFile"
:
"Generate File"
,
...
...
src/views/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
View file @
a22dee3f
This diff is collapsed.
Click to expand it.
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
View file @
a22dee3f
...
@@ -669,14 +669,12 @@ function getAllBusinessUnit() {
...
@@ -669,14 +669,12 @@ function getAllBusinessUnit() {
function
getAllVehicleModelCode
()
{
function
getAllVehicleModelCode
()
{
getAllvehicleModelCode
().
then
(
res
=>
{
getAllvehicleModelCode
().
then
(
res
=>
{
vehicleModelCodeList
.
value
=
res
.
data
vehicleModelCodeList
.
value
=
res
.
data
console
.
log
(
"车型代码"
,
vehicleModelCodeList
.
value
)
})
})
}
}
function
getList
()
{
function
getList
()
{
getCCAPPlanList
(
queryParams
.
value
).
then
(
res
=>
{
getCCAPPlanList
(
queryParams
.
value
).
then
(
res
=>
{
total
.
value
=
res
.
total
total
.
value
=
res
.
total
tableList
.
value
=
res
.
rows
tableList
.
value
=
res
.
rows
console
.
log
(
"列表"
,
tableList
.
value
)
});
});
}
}
...
...
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