Commit 9fef6107 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents f73bf79b f0f4def6
...@@ -60,20 +60,19 @@ export default { ...@@ -60,20 +60,19 @@ export default {
return { return {
orderTitle: "进度汇报", orderTitle: "进度汇报",
orderindex: 0, orderindex: 0,
gdId: 0,
listLength: 0, //工单数量 listLength: 0, //工单数量
starmodal: true, starmodal: true,
orderlistMode: false, orderlistMode: false,
functionalMode: false, functionalMode: false,
gdId: 0,
detail: null, detail: null,
row:{},
odermodel: -9, odermodel: -9,
orderId: null, orderId: null,
row:{},
condition: [] condition: []
}; };
}, },
created() { created() {
// this.orderId = this.$route.query.orderId;
let row={} let row={}
row.id = this.$route.query.id; row.id = this.$route.query.id;
row.orderId = this.$route.query.orderId; row.orderId = this.$route.query.orderId;
......
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