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
e4199cbd
Commit
e4199cbd
authored
Mar 04, 2024
by
赵汉亭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单指令页面字段修改
parent
c4eef20c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
WorkOrderSale.vue
src/views/mes/pro/workorder/components/WorkOrderSale.vue
+8
-3
No files found.
src/views/mes/pro/workorder/components/WorkOrderSale.vue
View file @
e4199cbd
...
@@ -26,12 +26,11 @@
...
@@ -26,12 +26,11 @@
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
<el-table-column
label=
"指令
列表
"
label=
"指令
号
"
align=
"center"
align=
"center"
prop=
"
directiveList
"
prop=
"
clientCmd
"
width=
"120"
width=
"120"
/>
/>
<el-table-column
label=
"数量"
align=
"center"
prop=
"num"
width=
"120"
/>
<el-table-column
<el-table-column
label=
"LOSS数"
label=
"LOSS数"
align=
"center"
align=
"center"
...
@@ -178,6 +177,12 @@
...
@@ -178,6 +177,12 @@
prop=
"plantCode"
prop=
"plantCode"
width=
"120"
width=
"120"
/>
/>
<el-table-column
label=
"采购组织"
align=
"center"
prop=
"purchaseOrg"
width=
"120"
/>
<!--
<el-table-column
<!--
<el-table-column
v-if=
"mode != 'info'"
v-if=
"mode != 'info'"
label=
"操作"
label=
"操作"
...
...
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