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
49007801
Commit
49007801
authored
Oct 26, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单编号、产品编号调整字段
parent
d02bf4b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+10
-10
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
49007801
...
@@ -185,9 +185,9 @@
...
@@ -185,9 +185,9 @@
<dict-tag
:options=
"dict.type.mes_workorder_type"
:value=
"scope.row.workorderType"
/>
<dict-tag
:options=
"dict.type.mes_workorder_type"
:value=
"scope.row.workorderType"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('订单编号')"
width=
"140"
align=
"center"
prop=
"
salesVoucher
"
/>
<el-table-column
:label=
"$t('订单编号')"
width=
"140"
align=
"center"
prop=
"
orderCode
"
/>
<el-table-column
:label=
"$t('产品分类')"
width=
"200"
align=
"center"
prop=
"itemTypeName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('产品分类')"
width=
"200"
align=
"center"
prop=
"itemTypeName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('产品编号')"
width=
"120"
align=
"center"
prop=
"
sapItem
Code"
/>
<el-table-column
:label=
"$t('产品编号')"
width=
"120"
align=
"center"
prop=
"
product
Code"
/>
<el-table-column
:label=
"$t('产品名称')"
width=
"200"
align=
"center"
prop=
"productName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('产品名称')"
width=
"200"
align=
"center"
prop=
"productName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('规格型号')"
align=
"center"
prop=
"productSpc"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('规格型号')"
align=
"center"
prop=
"productSpc"
:show-overflow-tooltip=
"true"
/>
<el-table-column
:label=
"$t('需求日期')"
align=
"center"
prop=
"requestDate"
width=
"180"
>
<el-table-column
:label=
"$t('需求日期')"
align=
"center"
prop=
"requestDate"
width=
"180"
>
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
<
/el-form-item
>
<
/el-form-item
>
<
/el-col> --
>
<
/el-col> --
>
<
el
-
col
:
span
=
"8"
v
-
if
=
"form.orderSource == 'ORDER'"
>
<
el
-
col
:
span
=
"8"
v
-
if
=
"form.orderSource == 'ORDER'"
>
<
el
-
form
-
item
:
label
=
"$t('订单编号')"
prop
=
"
salesVoucher
"
>
<
el
-
form
-
item
:
label
=
"$t('订单编号')"
prop
=
"
orderCode
"
>
<
el
-
input
v
-
model
=
"form.salesVoucher"
/>
<
el
-
input
v
-
model
=
"form.salesVoucher"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
...
...
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