| | |
| | | <div v-else>/</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="data_sources" |
| | | show-tooltip-when-overflow |
| | | label="数据来源" |
| | | sortable="custom" |
| | | width="120" |
| | | /> |
| | | <!-- <el-table-column--> |
| | | <!-- prop="data_sources"--> |
| | | <!-- show-tooltip-when-overflow--> |
| | | <!-- label="数据来源"--> |
| | | <!-- sortable="custom"--> |
| | | <!-- width="120"--> |
| | | <!-- />--> |
| | | |
| | | <el-table-column |
| | | prop="lm_user" |
| | |
| | | <!--新增派发对话框--> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | :title="operation==='add'?'新增':'派发'" |
| | | :title="operation==='add'?'新增':'修改'" |
| | | :visible.sync="dialogVisible" |
| | | width="1200px" |
| | | top="8vh" |
| | |
| | | MesOrderDistribution(this.multipleSelection).then(res => { |
| | | if (res.code === '200') { |
| | | this.$notify.success('派发成功!') |
| | | if (this.form.page > 1 && this.tableData.length === 1) { |
| | | this.form.page-- |
| | | } |
| | | this.getMesOrderSearch() |
| | | } |
| | | }) |