|
@@ -18,14 +18,14 @@
|
|
|
</div>
|
|
|
<!-- 批量预约/改约 -->
|
|
|
<div class="cartographer_big">
|
|
|
- <el-dialog title="批量预约 / 改约" width="100%" :modal="false" :visible.sync="rescheduleBool"
|
|
|
+ <el-dialog title="批量约单" width="100%" :modal="false" :visible.sync="rescheduleBool"
|
|
|
:before-close="rescheduleClose">
|
|
|
<Reschedule v-if="rescheduleBool" :recordSelected="recordSelected" @close="rescheduleClose" />
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
<!-- 批量派工/改派 -->
|
|
|
<div class="cartographer_big">
|
|
|
- <el-dialog title="批量派工 / 改派" width="100%" :modal="false" :visible.sync="reassignmentBool"
|
|
|
+ <el-dialog title="批量派单" width="100%" :modal="false" :visible.sync="reassignmentBool"
|
|
|
:before-close="reassignmentClose">
|
|
|
<Reassignment v-if="reassignmentBool" :recordSelected="recordSelected" @close="reassignmentClose" />
|
|
|
</el-dialog>
|