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
93c21564
Commit
93c21564
authored
Nov 06, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料申请手动新增bug修复
parent
8239710b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
single.vue
src/components/itemSelect/single.vue
+9
-9
workorderSelect.vue
src/views/mes/pro/request/components/workorderSelect.vue
+2
-6
No files found.
src/components/itemSelect/single.vue
View file @
93c21564
...
...
@@ -97,6 +97,15 @@
v-if=
"columns[0].visible"
>
</el-table-column>
<el-table-column
label=
"sap物料编码"
width=
"120"
align=
"center"
key=
"sapItemCode"
prop=
"sapItemCode"
v-if=
"columns[0].visible"
>
</el-table-column>
<el-table-column
label=
"物料名称"
min-width=
"120"
...
...
@@ -145,15 +154,6 @@
v-if=
"columns[5].visible"
width=
"120"
/>
<el-table-column
label=
"备注"
align=
"center"
key=
"remark"
prop=
"remark"
v-if=
"columns[7].visible"
:show-overflow-tooltip=
"true"
width=
"160"
/>
<el-table-column
label=
"创建时间"
align=
"center"
...
...
src/views/mes/pro/request/components/workorderSelect.vue
View file @
93c21564
...
...
@@ -64,12 +64,8 @@
<el-table-column
label=
"工单编码"
width=
"180"
prop=
"workorderCode"
>
</el-table-column>
<el-table-column
label=
"工单名称"
width=
"200"
align=
"center"
prop=
"workorderName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"工单来源"
align=
"center"
prop=
"orderSource"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.mes_workorder_sourcetype"
:value=
"scope.row.orderSource"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"订单编号"
width=
"140"
align=
"center"
prop=
"sourceCode"
/>
<el-table-column
label=
"编排单号"
width=
"140"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"产品编号"
width=
"120"
align=
"center"
prop=
"productCode"
/>
<el-table-column
label=
"产品名称"
width=
"200"
align=
"center"
prop=
"productName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"规格型号"
align=
"center"
prop=
"productSpc"
:show-overflow-tooltip=
"true"
/>
...
...
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