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
ximai
mes-ui
Commits
10a5157b
Commit
10a5157b
authored
Apr 11, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单根据生产版本里面的工艺获取,工时单位
parent
b2ce96dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ProogingProcess.vue
src/views/mes/pro/workorder/components/ProogingProcess.vue
+3
-0
No files found.
src/views/mes/pro/workorder/components/ProogingProcess.vue
View file @
10a5157b
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<el-table-column
label=
"工作单元名称"
v-if=
"mode === 'makeInfo'"
prop=
"workunitName"
align=
"center"
/>
<el-table-column
label=
"工作单元名称"
v-if=
"mode === 'makeInfo'"
prop=
"workunitName"
align=
"center"
/>
<el-table-column
label=
"标准工时"
prop=
"stdWorkingTime"
align=
"center"
/>
<el-table-column
label=
"标准工时"
prop=
"stdWorkingTime"
align=
"center"
/>
<el-table-column
label=
"换型时间"
prop=
"lineBreakTime"
align=
"center"
/>
<el-table-column
label=
"换型时间"
prop=
"lineBreakTime"
align=
"center"
/>
<el-table-column
label=
"工时单位"
prop=
"stdWorkingTimeUom"
align=
"center"
/>
<el-table-column
label=
"工序总数量"
prop=
"quantity"
align=
"center"
/>
<el-table-column
label=
"工序总数量"
prop=
"quantity"
align=
"center"
/>
<el-table-column
label=
"加工方式"
prop=
"controlCode"
align=
"center"
>
<el-table-column
label=
"加工方式"
prop=
"controlCode"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -219,6 +220,7 @@ export default {
...
@@ -219,6 +220,7 @@ export default {
workstationName
:
""
,
workstationName
:
""
,
processRef
:
""
,
processRef
:
""
,
controlCode
:
""
,
controlCode
:
""
,
stdWorkingTimeUom
:
""
,
x
:
""
,
x
:
""
,
quantity
:
""
,
quantity
:
""
,
stdWorkingTime
:
""
,
stdWorkingTime
:
""
,
...
@@ -308,6 +310,7 @@ export default {
...
@@ -308,6 +310,7 @@ export default {
workstationName
:
""
,
workstationName
:
""
,
processRef
:
""
,
processRef
:
""
,
controlCode
:
""
,
controlCode
:
""
,
stdWorkingTimeUom
:
""
,
x
:
""
,
x
:
""
,
quantity
:
""
,
quantity
:
""
,
stdWorkingTime
:
""
,
stdWorkingTime
:
""
,
...
...
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