Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
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
mes
mes-ui
Commits
c60eed6b
Commit
c60eed6b
authored
Aug 20, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改工序检测模版
parent
f8f3f8da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
index.vue
src/views/mes/qc/templateProcess/index.vue
+3
-0
No files found.
src/views/mes/qc/templateProcess/index.vue
View file @
c60eed6b
...
@@ -327,6 +327,7 @@ export default {
...
@@ -327,6 +327,7 @@ export default {
templateName
:
null
,
templateName
:
null
,
itemTypeId
:
null
,
itemTypeId
:
null
,
itemTypeName
:
null
,
itemTypeName
:
null
,
itemTypeCode
:
null
,
qcType
:
'IPQC'
,
qcType
:
'IPQC'
,
processId
:
null
,
processId
:
null
,
processName
:
null
,
processName
:
null
,
...
@@ -427,6 +428,7 @@ export default {
...
@@ -427,6 +428,7 @@ export default {
/** 查询分类下拉树结构 */
/** 查询分类下拉树结构 */
getTreeselect
()
{
getTreeselect
()
{
treeselect
().
then
(
response
=>
{
treeselect
().
then
(
response
=>
{
console
.
log
(
'response.data'
,
response
.
data
)
this
.
itemTypeOptions
=
response
.
data
;
this
.
itemTypeOptions
=
response
.
data
;
});
});
},
},
...
@@ -509,6 +511,7 @@ export default {
...
@@ -509,6 +511,7 @@ export default {
},
},
onItemTypeSelected
(
obj
)
{
onItemTypeSelected
(
obj
)
{
this
.
form
.
itemTypeName
=
obj
.
label
;
this
.
form
.
itemTypeName
=
obj
.
label
;
this
.
form
.
itemTypeCode
=
obj
.
itemTypeCode
},
},
// 文件上传中处理
// 文件上传中处理
handleFileUploadProgress
(
event
,
file
,
fileList
)
{
handleFileUploadProgress
(
event
,
file
,
fileList
)
{
...
...
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