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
1f0df9c8
Commit
1f0df9c8
authored
Apr 28, 2025
by
lwy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CQC通用和事业部内容维护
parent
8598af0d
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
831 additions
and
53 deletions
+831
-53
cn.json
...ontrolPlan/relationshipManagement/maintainContent/cn.json
+36
-0
en.json
...ontrolPlan/relationshipManagement/maintainContent/en.json
+31
-0
CCAPMaintainContent.vue
...nshipManagement/CCAPCriticalParts/CCAPMaintainContent.vue
+119
-37
CQCMaintainContent.vue
...ionshipManagement/CQCCriticalParts/CQCMaintainContent.vue
+633
-5
index.vue
...rolPlan/relationshipManagement/CQCCriticalParts/index.vue
+12
-11
No files found.
src/locales/controlPlan/relationshipManagement/maintainContent/cn.json
0 → 100644
View file @
1f0df9c8
{
"back"
:
"返回"
,
"addPart"
:
"新增零件"
,
"bulkEdit"
:
"批量编辑"
,
"professionalDepartment"
:
"专业部门"
,
"cccCertificationMark"
:
"3C认证标志"
,
"totalTableProjectModel"
:
"总表项目-型号"
,
"totalTableProjectManufacturerName"
:
"总表项目-生产厂"
,
"totalTableProjectCertificateNumber"
:
"总表项目-证书编号"
,
"p8PostMassProductionUnit"
:
"P8后批量生产单位"
,
"source"
:
"来源"
,
"sort"
:
"排序"
,
"edit"
:
"编辑"
,
"delete"
:
"删除"
,
"submit"
:
"提交"
,
"cancel"
:
"取消"
,
"updateSuccess"
:
"修改成功"
,
"addSuccess"
:
"新增成功"
,
"partLevelOneName"
:
"零部件一级名称"
,
"partLevelTwoName"
:
"零部件二级名称"
,
"partName"
:
"零件名称"
,
"partType"
:
"零件类型"
,
"copyAndAdd"
:
"复制新增"
,
"addBusinessUnit"
:
"添加事业部"
,
"search"
:
"搜索"
,
"reset"
:
"重置"
,
"Submit"
:
"提交"
,
"Index"
:
"序号"
,
"pleaseChoose"
:
"请选择"
,
"pleaseInput"
:
"请输入"
,
"pleaseChooseOrInput"
:
"请选择或输入"
,
"businessDivision"
:
"事业部"
,
"BusinessUnit"
:
"事业部"
,
"Operations"
:
"操作"
,
"Delete"
:
"删除"
}
src/locales/controlPlan/relationshipManagement/maintainContent/en.json
0 → 100644
View file @
1f0df9c8
{
"back"
:
"Back"
,
"addPart"
:
"Add Part"
,
"bulkEdit"
:
"Bulk Edit"
,
"professionalDepartment"
:
"Professional Department"
,
"cccCertificationMark"
:
"3C Certification Mark"
,
"totalTableProjectModel"
:
"Master Table Project Model"
,
"totalTableProjectManufacturerName"
:
"Master Table Project Manufacturer"
,
"totalTableProjectCertificateNumber"
:
"Master Table Project Certificate No."
,
"p8PostMassProductionUnit"
:
"P8 Post-Mass Production Unit"
,
"source"
:
"Source"
,
"sort"
:
"Sort"
,
"edit"
:
"Edit"
,
"submit"
:
"Submit"
,
"cancel"
:
"Cancel"
,
"partLevelOneName"
:
"Level One Part Name"
,
"partLevelTwoName"
:
"Level Two Part Name"
,
"partName"
:
"Part Name"
,
"partType"
:
"Part Type"
,
"search"
:
"Search"
,
"reset"
:
"Reset"
,
"Submit"
:
"Submit"
,
"Index"
:
"Index"
,
"pleaseChoose"
:
"Please Choose"
,
"pleaseInput"
:
"Please Input"
,
"pleaseChooseOrInput"
:
"Please choose or input"
,
"businessDivision"
:
"Business division"
,
"BusinessUnit"
:
"Business Unit"
,
"Operations"
:
"Operations"
,
"Delete"
:
"Delete"
}
src/views/controlPlan/relationshipManagement/CCAPCriticalParts/CCAPMaintainContent.vue
View file @
1f0df9c8
This diff is collapsed.
Click to expand it.
src/views/controlPlan/relationshipManagement/CQCCriticalParts/CQCMaintainContent.vue
View file @
1f0df9c8
This diff is collapsed.
Click to expand it.
src/views/controlPlan/relationshipManagement/CQCCriticalParts/index.vue
View file @
1f0df9c8
...
...
@@ -200,6 +200,7 @@ import { useRouter } from 'vue-router';
import
{
ElMessage
}
from
"element-plus"
;
const
{
proxy
}
=
getCurrentInstance
();
// 对话框
const
tableDialogVisible
=
ref
(
false
)
...
...
@@ -347,20 +348,19 @@ function handleBusinessSelect(selectedId) {
}
// 维护模板内容
function
handleMaintainContentView
(
row
)
{
proxy
.
$router
.
push
({
path
:
'CQCMaintainContent'
path
:
'/control/relationshipManagement/CQCMaintainContent'
,
query
:
{
isDefault
:
row
.
isDefault
,
businessRelationId
:
row
.
id
,
certificationBody
:
row
.
certificationBody
,
divisionName
:
row
.
divisionName
,
updateName
:
row
.
updateName
,
}
})}
/** 新增按钮操作 */
function
handleAdd
()
{
reset
();
open
.
value
=
true
;
title
.
value
=
"添加关键零部件和事业部关系"
;
}
//复制新增按钮
function
handleCopyAdd
(
row
){
...
...
@@ -488,8 +488,9 @@ const handleDelete = (row) => {
onMounted
(()
=>
{
getBusinessUnitList
()
getBusinessUnitList
();
getList
();
})
getList
();
</
script
>
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