|
@@ -358,6 +358,7 @@
|
|
:title="isAdd ? '添加订单' : '查看'"
|
|
:title="isAdd ? '添加订单' : '查看'"
|
|
destroy-on-close
|
|
destroy-on-close
|
|
:visible.sync="routeOrderStatus"
|
|
:visible.sync="routeOrderStatus"
|
|
|
|
+ v-if="routeOrderStatus"
|
|
@close="onFormClose('ruleForm')"
|
|
@close="onFormClose('ruleForm')"
|
|
width="600px"
|
|
width="600px"
|
|
>
|
|
>
|
|
@@ -1237,6 +1238,7 @@ export default {
|
|
],
|
|
],
|
|
applyType: null,
|
|
applyType: null,
|
|
userId: "",
|
|
userId: "",
|
|
|
|
+ calenderId: null
|
|
};
|
|
};
|
|
}
|
|
}
|
|
},
|
|
},
|