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
25661d80
Commit
25661d80
authored
Jun 25, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产领料,和生产版本功能完善
parent
4db3d217
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
simpletableSingle.vue
src/components/workstationSelect/simpletableSingle.vue
+0
-1
proofingInfo.vue
src/views/mes/pro/productionSolution/proofingInfo.vue
+2
-2
line.vue
src/views/mes/wm/issue/line.vue
+1
-3
No files found.
src/components/workstationSelect/simpletableSingle.vue
View file @
25661d80
...
...
@@ -50,7 +50,6 @@
</el-table-column>
<el-table-column
label=
"工作中心名称"
align=
"center"
prop=
"workstationName"
/>
<el-table-column
label=
"工作中心地点"
align=
"center"
prop=
"workstationAddress"
/>
<el-table-column
label=
"工作单元编码"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"所在车间名称"
align=
"center"
prop=
"workshopName"
/>
<el-table-column
label=
"所属工序"
align=
"center"
prop=
"processName"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
...
...
src/views/mes/pro/productionSolution/proofingInfo.vue
View file @
25661d80
...
...
@@ -74,9 +74,9 @@
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"
工艺路线"
prop=
"routeName
"
>
<el-form-item
label=
"
组件号"
prop=
"groupCounter
"
>
<el-input
v-model=
"form.
routeName
"
v-model=
"form.
groupCounter
"
disabled
placeholder
></el-input>
...
...
src/views/mes/wm/issue/line.vue
View file @
25661d80
...
...
@@ -47,9 +47,7 @@
<el-table-column
label=
"领料数量"
align=
"center"
prop=
"quantityIssued"
/>
<el-table-column
label=
"批次号"
align=
"center"
prop=
"batchCode"
/>
<el-table-column
label=
"仓库名称"
align=
"center"
prop=
"warehouseName"
/>
<el-table-column
label=
"库区名称"
align=
"center"
prop=
"locationName"
/>
<el-table-column
label=
"库位名称"
align=
"center"
prop=
"areaName"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
align=
"center"
v-if=
"optType != 'view'"
width=
"100px"
class-name=
"small-padding fixed-width"
>
<template
slot-scope=
"scope"
>
<el-button
...
...
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