Commit 0f44153c authored by 仇晓婷's avatar 仇晓婷

电子对账单

parent adc603b7
......@@ -28,8 +28,11 @@
<Col :span="12" style="text-align: right;padding-right:10px">{{li.productName}}</Col>
</Row>
<Row class="bady-c">
<Col :span="8">订单状态:{{li.status}}</Col>
<Col :span="16">工艺规程:{{li.actualFinishDate}}</Col>
<Col :span="24">
订单状态:
<State code="plan.order.status" :value="parseInt(li.status)" />
</Col>
<!-- <Col :span="16">工艺规程:{{li.actualFinishDate}}</Col> -->
</Row>
<div class="bady-c">订单计划开始时间:{{li.demandStartDate}}</div>
......@@ -101,6 +104,9 @@ export default {
rules: []
};
},
async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典
},
computed: {
listData() {
return this.WorkOrder.filter(u => {
......
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