Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
ca77c256
Commit
ca77c256
authored
Jun 01, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 工单工艺顺序修改
parent
fe05001d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ProogingProcess.vue
src/views/mes/pro/workorder/components/ProogingProcess.vue
+3
-2
No files found.
src/views/mes/pro/workorder/components/ProogingProcess.vue
View file @
ca77c256
...
...
@@ -2,8 +2,9 @@
<div>
<el-table
:data=
"tableData"
>
<el-table-column
label=
"序号"
prop=
"idx"
width=
"80"
align=
"center"
/>
<el-table-column
label=
"工序编码"
prop=
"processCode"
width=
"150"
align=
"center"
/>
<el-table-column
label=
"工序名称"
prop=
"processName"
align=
"center"
/>
<el-table-column
label=
"工
序编码"
prop=
"processCode
"
align=
"center"
/>
<el-table-column
label=
"工
作中心编码"
prop=
"workstationCode"
width=
"150
"
align=
"center"
/>
<el-table-column
label=
"工作中心"
prop=
"workstationName"
align=
"center"
/>
<el-table-column
v-if=
"mode === 'make'"
label=
"工作单元名称"
width=
"200"
prop=
"workunitName"
align=
"center"
>
<template
slot-scope=
"scope"
>
...
...
@@ -29,7 +30,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"标准文本代码"
prop=
"x"
align=
"center"
/>
<el-table-column
label=
"标准文本代码"
prop=
"x"
width=
"150"
align=
"center"
/>
<el-table-column
width=
"220"
v-if=
"mode === 'make'"
label=
"开始时间"
align=
"center"
prop=
"startTime"
>
<
template
slot-scope=
"scope"
>
<el-date-picker
...
...
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