|
@@ -74,31 +74,31 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 月报发送确认 -->
|
|
|
- <normal-dialog ref="dialogDelete" is-succes :show-dialog="false" :title="'删除月报'" width="300px" @succes="deleteReport('删除')" @cancel="deleteReport('取消')">
|
|
|
+ <normal-dialog ref="dialogDelete" is-succes :show-dialog="false" :title="'删除月报'" width="420px" @succes="deleteReport('删除')" @cancel="deleteReport('取消')">
|
|
|
<div class="report-delete">
|
|
|
确认删除当前月报?
|
|
|
</div>
|
|
|
</normal-dialog>
|
|
|
<!-- 月报取消 -->
|
|
|
- <normal-dialog ref="dialogCancel" is-succes :show-dialog="false" :title="'取消月报'" width="320px" @succes="$router.push({ path: '/monthlyReport/index' });window.log({ c: 'report_edit', d: 'report_edit_cancel' })" @cancel="$refs.dialogCancel.visible = false">
|
|
|
+ <normal-dialog ref="dialogCancel" is-succes :show-dialog="false" :title="'取消月报'" width="420px" @succes="$router.push({ path: '/monthlyReport/index' });window.log({ c: 'report_edit', d: 'report_edit_cancel' })" @cancel="$refs.dialogCancel.visible = false">
|
|
|
<div class="report-delete">
|
|
|
取消后填写的数据将不会保存,是否确认?
|
|
|
</div>
|
|
|
</normal-dialog>
|
|
|
<!-- 月报发送确认 -->
|
|
|
- <normal-dialog ref="dialogSend" is-succes :show-dialog="false" :title="'发送确认'" width="300px" @succes="sendReport" @cancel="sendReport('取消')">
|
|
|
+ <normal-dialog ref="dialogSend" is-succes :show-dialog="false" :title="'发送确认'" width="420px" @succes="sendReport" @cancel="sendReport('取消')">
|
|
|
<div class="report-delete">
|
|
|
确认发送当前月报?
|
|
|
</div>
|
|
|
</normal-dialog>
|
|
|
<!-- 月报发布确认 -->
|
|
|
- <normal-dialog ref="dialogPublishAll" is-succes :show-dialog="false" :title="'发送确认'" width="300px" @succes="publishAllReport">
|
|
|
+ <normal-dialog ref="dialogPublishAll" is-succes :show-dialog="false" :title="'发送确认'" width="420px" @succes="publishAllReport">
|
|
|
<div class="report-delete">
|
|
|
月报数据已检查无误,确认发布?
|
|
|
</div>
|
|
|
</normal-dialog>
|
|
|
<!-- 月报确认 -->
|
|
|
- <normal-dialog ref="dialogConfirm" is-succes :show-dialog="false" :title="'确认月报'" width="300px" @succes="confirmReport">
|
|
|
+ <normal-dialog ref="dialogConfirm" is-succes :show-dialog="false" :title="'确认月报'" width="420px" @succes="confirmReport">
|
|
|
<div class="report-delete">
|
|
|
确认数据已填写无误,进行月报确认吗?
|
|
|
</div>
|
|
@@ -476,7 +476,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.report-delete {
|
|
|
+/deep/.report-delete {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|