Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
25e68386
Commit
25e68386
authored
Nov 25, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug orderList
parent
bb0fca04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
orderlist.vue
pages/produce/execute/components/orderlist.vue
+2
-1
index.vue
pages/produce/execute/starOrder/index.vue
+3
-3
No files found.
pages/produce/execute/components/orderlist.vue
View file @
25e68386
...
@@ -13,8 +13,9 @@
...
@@ -13,8 +13,9 @@
<p
class=
"order_tit"
>
{{
item
.
productName
}}
</p>
<p
class=
"order_tit"
>
{{
item
.
productName
}}
</p>
<p>
<p>
<Icon
type=
"ios-pricetags"
/>
<Icon
type=
"ios-pricetags"
/>
{{
item
.
taskName
}}
{{
item
.
taskSeq
}}
.
{{
item
.
taskName
}}
</p>
</p>
<p>
{{
item
.
beginTime
}}
~
{{
item
.
endTime
}}
</p>
<p>
{{
item
.
beginTime
}}
~
{{
item
.
endTime
}}
</p>
</Card>
</Card>
<p>
共
{{
listTasks
.
length
}}
个工单
</p>
<p>
共
{{
listTasks
.
length
}}
个工单
</p>
...
...
pages/produce/execute/starOrder/index.vue
View file @
25e68386
...
@@ -64,9 +64,9 @@
...
@@ -64,9 +64,9 @@
<ul>
<ul>
<li>
工序名称:
{{
entity
.
seqName
}}
</li>
<li>
工序名称:
{{
entity
.
seqName
}}
</li>
<li>
工序序号:
{{
entity
.
seqNo
}}
</li>
<li>
工序序号:
{{
entity
.
seqNo
}}
</li>
<li>
派工数量:
{{
entity
.
dispatchQuantity
}}
</li>
<li>
派工数量:
{{
entity
.
dispatchQuantity
}}
工时
</li>
<li>
人员信息:
{{
entity
.
userNames
}}
</li>
<li>
人员信息:
{{
entity
.
userNames
}}
</li>
<li>
准备工时:
{{
entity
.
setupTime
}}
</li>
<li>
准备工时:
{{
entity
.
setupTime
}}
工时
</li>
<li>
<li>
工单状态:
工单状态:
<state
code=
"taskList.status"
ref=
"state1"
:value=
"dispatchStatus"
type=
"text"
></state>
<state
code=
"taskList.status"
ref=
"state1"
:value=
"dispatchStatus"
type=
"text"
></state>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</div>
</div>
<div
class=
"img_box fl"
>
<div
class=
"img_box fl"
>
<ViewerImg
:images=
"images"
v-if=
"images"
/>
<ViewerImg
:images=
"images"
v-if=
"images"
/>
<img
src=
"@/assets/imgicon/chan_Pin.png"
width=
"70%"
height=
"100%"
/>
<img
src=
"@/assets/imgicon/chan_Pin.png"
width=
"70%"
height=
"100%"
v-if=
"false"
/>
</div>
</div>
</div>
</div>
<Modal
v-model=
"ransferModal"
:title=
"transferTitle"
fullscreen
style=
"z-index: 99999"
:footer-hide=
"cardlist.length == 0"
>
<Modal
v-model=
"ransferModal"
:title=
"transferTitle"
fullscreen
style=
"z-index: 99999"
:footer-hide=
"cardlist.length == 0"
>
...
...
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