Commit e0c0ef05 by yiyu.li

add

parent 2db5b27b
...@@ -79,7 +79,11 @@ ...@@ -79,7 +79,11 @@
<p class="flex"> <p class="flex">
<span class="infoLabel">状态:</span> <span class="infoLabel">状态:</span>
<span class="info">{{ <span class="info">{{
orderDetail.status orderDetail.status == 1
? "待上料"
: orderDetail.status == 2
? "运行中"
: "待下料"
}}</span> }}</span>
</p> </p>
<p class="flex"> <p class="flex">
...@@ -245,7 +249,7 @@ export default { ...@@ -245,7 +249,7 @@ export default {
a: -1, a: -1,
b: -1, b: -1,
attr1: false, //上料、下料、上下料 attr1: false, //上料、下料、上下料
attr2: false, //上料、下料、上下料 attr2: true, //上料、下料、上下料
modal: false, modal: false,
code: "", //工令单 code: "", //工令单
columns1: [ columns1: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment