| | |
| | | <el-button type="primary" @click="$refs.switchCourtDetaols.open('更换派遣单位申请单详情')">导出详单</el-button> |
| | | <el-button type="primary">查看申请单</el-button> |
| | | <el-button type="primary" @click="visible3 = true">上传批单</el-button> |
| | | <el-button type="danger" @click="visible1 = true">退回投保</el-button> |
| | | <el-button type="danger" @click="visible1 = true">退回申请</el-button> |
| | | <el-button type="danger" @click="visible4 = true">修改批单</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 退回投保 --> |
| | | <!-- 退回申请 --> |
| | | <el-dialog |
| | | title="退回投保" |
| | | title="退回申请" |
| | | :visible.sync="visible1" |
| | | :show-close="false" |
| | | :close-on-click-modal="false" |