Commit 5d6980cf authored by 仇晓婷's avatar 仇晓婷

工单执行

parent 9411906c
......@@ -105,10 +105,11 @@
</Col>
<Col span="16" class="row">
<p>
工艺:{{ row.routingHeaderCode }} /
{{ row.routingHeaderName }}
工艺编号:{{ row.routingHeaderCode }}
<!-- /
{{ row.routingHeaderName }} -->
</p>
<!-- <p>工艺名称:{{ row.routingHeaderName }}</p> -->
<p>工艺名称:{{ row.routingHeaderName }}</p>
<p>{{ l("beginTime") }}{{ row.begin_time }}</p>
<p>
<span v-if="getStatus(row.status)"
......@@ -130,10 +131,10 @@
<p>{{ l("quantity") }}{{ row.quantity }}</p></Col
>
<Col span="12"
><p>工序号:{{ row.taskSeq }}</p></Col
><p>工序号:{{ row.task_seq }}</p></Col
>
</Row>
<p>工序名称:{{ row.taskName }}</p>
<p>工序名称:{{ row.name }}</p>
</Col>
</Row>
<Row class="rowBottom">
......
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