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
6cf2670d
Commit
6cf2670d
authored
Feb 23, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-ui
into dev
parents
3acc2423
bb393d3e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
240 additions
and
11 deletions
+240
-11
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+7
-3
proofingInfo.vue
src/views/mes/pro/workorder/proofingInfo.vue
+233
-8
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
6cf2670d
...
...
@@ -350,7 +350,7 @@
<
el
-
table
-
column
label
=
"单据状态"
align
=
"center"
prop
=
"status"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.mes_order_status"
:
options
=
"dict.type.mes_
work
order_status"
:
value
=
"scope.row.status"
/>
<
/template
>
...
...
@@ -496,7 +496,7 @@
placeholder
=
"请选择单据状态"
>
<
el
-
option
v
-
for
=
"dict in dict.type.mes_order_status"
v
-
for
=
"dict in dict.type.mes_
work
order_status"
:
key
=
"dict.value"
:
label
=
"dict.label"
:
value
=
"dict.value"
...
...
@@ -718,7 +718,11 @@ import { getToken } from "@/utils/auth";
export
default
{
name
:
"Workorder"
,
dicts
:
[
"mes_order_status"
,
"mes_workorder_sourcetype"
,
"mes_workorder_type"
,
"mes_order_status"
],
dicts
:
[
"mes_workorder_status"
,
"mes_workorder_sourcetype"
,
"mes_workorder_type"
,
],
components
:
{
Treeselect
,
ItemSelect
,
...
...
src/views/mes/pro/workorder/proofingInfo.vue
View file @
6cf2670d
This diff is collapsed.
Click to expand it.
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