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

工单执行

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