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
a1b6b4a0
Commit
a1b6b4a0
authored
Apr 28, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCAP编制任务处理创建
parent
9e35182d
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
759 additions
and
13 deletions
+759
-13
CCAPCompileTaskProcessing.js
...pi/CCAPCompileTaskProcessing/CCAPCompileTaskProcessing.js
+14
-0
cn.json
...rolPlan/CCAPControlPlan/CCAPCompileTaskProcessing/cn.json
+0
-4
en.json
...rolPlan/CCAPControlPlan/CCAPCompileTaskProcessing/en.json
+0
-4
cn.json
...n/CCAPControlPlan/CCAPCompileTaskProcessing/index/cn.json
+53
-0
en.json
...n/CCAPControlPlan/CCAPCompileTaskProcessing/index/en.json
+53
-0
index.vue
...lPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
+639
-5
No files found.
src/api/CCAPCompileTaskProcessing/CCAPCompileTaskProcessing.js
0 → 100644
View file @
a1b6b4a0
// 查询所有事业部名称
export
function
getAllBusinessUnitName
()
{
return
request
({
url
:
'/control/unit/list'
,
method
:
'get'
,
})
}
// 查询所有车型代码
export
function
getAllvehicleModelCode
()
{
return
request
({
url
:
'/control/notificationManagement/getAllModelCode'
,
method
:
'get'
,
})
}
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/cn.json
deleted
100644 → 0
View file @
9e35182d
{
"search"
:
"搜索"
,
"reset"
:
"重置"
}
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/en.json
deleted
100644 → 0
View file @
9e35182d
{
"search"
:
"search"
,
"reset"
:
"reset"
}
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index/cn.json
0 → 100644
View file @
a1b6b4a0
{
"search"
:
"搜索"
,
"reset"
:
"重置"
,
"pleaseChoose"
:
"请选择"
,
"pleaseEnter"
:
"请输入"
,
"pleaseChooseOrEnter"
:
"请选择或输入"
,
"businessDivision"
:
"事业部"
,
"vehicleTypeCode"
:
"车型代码"
,
"vehicleTypeSeries"
:
"车型系列"
,
"versionNumber"
:
"版本号"
,
"creator"
:
"创建人"
,
"controlPlanStatus"
:
"控制计划状态"
,
"controlPlanNumber"
:
"控制计划编号"
,
"productionAddress"
:
"生产地址"
,
"compilationDeadline"
:
"编制截止日期"
,
"revisionDate"
:
"修订日期"
,
"creationDate"
:
"创建日期"
,
"productionPlant"
:
"生产厂"
,
"productionSituation"
:
"生产情况"
,
"keyPartsListFormStatus"
:
"关键件清单表单状态"
,
"keyProcessFormStatus"
:
"关键工序……表单状态"
,
"COPTestAndChecklistFormStatus"
:
"COP试验和检查表表单状态"
,
"operation"
:
"操作"
,
"serialNumber"
:
"序号"
,
"viewHistoricalControlPlan"
:
"查看历史控制计划"
,
"view"
:
"查看"
,
"revoke"
:
"撤销"
,
"adjustCompilationResponsiblePerson"
:
"调整编制负责人"
,
"generateFile"
:
"生成文件"
,
"remindDownload"
:
"提醒下载"
,
"change"
:
"变更"
,
"fineTune"
:
"微调"
,
"delete"
:
"删除"
,
"prompt"
:
"提示"
,
"confirmUndoControlPlan"
:
"确定撤销该控制计划吗?"
,
"confirmDeleteControlPlan"
:
"确定删除该控制计划吗?"
,
"cancel"
:
"取消"
,
"confirm"
:
"确定"
,
"receiver"
:
"接收人"
,
"messageTitle"
:
"消息标题"
,
"messageContent"
:
"消息内容"
,
"selectMessageReceiver"
:
"选择消息接收人"
,
"editMessageContent"
:
"编辑消息内容"
,
"selectPersonnel"
:
"选择人员"
,
"controlPlanNumberPrefix"
:
"(控制计划编号:"
,
"controlPlanNumberSuffix"
:
")"
,
"keyPartsList"
:
"关键零部件清单"
,
"keyProcessAssemblyInspectionList"
:
"关键工序、装配、检验清单"
,
"copTestAndChecklist"
:
"COP试验和检查表"
,
"compilationResponsiblePerson"
:
"编制负责人"
,
"manufacturingCompilationResponsiblePerson"
:
"制造编制负责人"
,
"qualityControlCompilationResponsiblePerson"
:
"质管编制负责人"
}
src/locales/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index/en.json
0 → 100644
View file @
a1b6b4a0
{
"search"
:
"Search"
,
"reset"
:
"Reset"
,
"pleaseChoose"
:
"Please Choose"
,
"pleaseEnter"
:
"Please Enter"
,
"pleaseChooseOrEnter"
:
"Please choose or enter"
,
"businessDivision"
:
"Business division"
,
"vehicleTypeCode"
:
"Vehicle Type Code"
,
"vehicleTypeSeries"
:
"Vehicle Type Series"
,
"versionNumber"
:
"Version Number"
,
"creator"
:
"Creator"
,
"controlPlanStatus"
:
"Control Plan Status"
,
"controlPlanNumber"
:
"Control Plan Number"
,
"productionAddress"
:
"Production Address"
,
"compilationDeadline"
:
"Compilation Deadline"
,
"revisionDate"
:
"Revision Date"
,
"creationDate"
:
"Creation Date"
,
"productionPlant"
:
"Production Plant"
,
"productionSituation"
:
"Production Situation"
,
"keyPartsListFormStatus"
:
"Key Parts List Form Status"
,
"keyProcessFormStatus"
:
"Key Process...Form Status"
,
"COPTestAndChecklistFormStatus"
:
"COP Test and Checklist Form Status"
,
"operation"
:
"Operation"
,
"serialNumber"
:
"Ordinal"
,
"viewHistoricalControlPlan"
:
"View Historical Control Plan"
,
"view"
:
"View"
,
"revoke"
:
"Revoke"
,
"adjustCompilationResponsiblePerson"
:
"Adjust Compilation Responsible Person"
,
"generateFile"
:
"Generate File"
,
"remindDownload"
:
"Remind Download"
,
"change"
:
"Change"
,
"fineTune"
:
"Fine Tune"
,
"delete"
:
"Delete"
,
"prompt"
:
"Prompt"
,
"confirmUndoControlPlan"
:
"Are you sure to undo this control plan?"
,
"confirmDeleteControlPlan"
:
"Are you sure you want to delete this control plan?"
,
"cancel"
:
"Cancel"
,
"confirm"
:
"Confirm"
,
"receiver"
:
"Receiver"
,
"messageTitle"
:
"Message Title"
,
"messageContent"
:
"Message Content"
,
"selectMessageReceiver"
:
"Select Message Receiver"
,
"editMessageContent"
:
"Edit Message Content"
,
"selectPersonnel"
:
"Select Personnel"
,
"controlPlanNumberPrefix"
:
"(Control Plan Number: "
,
"controlPlanNumberSuffix"
:
")"
,
"keyPartsList"
:
"Key Parts List"
,
"keyProcessAssemblyInspectionList"
:
"Key Process, Assembly and Inspection List"
,
"copTestAndChecklist"
:
"COP Test and Checklist"
,
"compilationResponsiblePerson"
:
"Compilation Responsible Person"
,
"manufacturingCompilationResponsiblePerson"
:
"Manufacturing Compilation Responsible Person"
,
"qualityControlCompilationResponsiblePerson"
:
"Quality Control Compilation Responsible Person"
}
src/views/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
View file @
a1b6b4a0
This diff is collapsed.
Click to expand it.
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