| | |
| | | </div> |
| | | |
| | | <div class="elTableDiv"> |
| | | <!-- <TableColumnSettings--> |
| | | <!-- :list1="tableColumnSettingsArray"--> |
| | | <!-- @tableColumnUpdate="tableColumnUpdate"--> |
| | | <!-- />--> |
| | | <TableColumnSettings |
| | | :list1="tableColumnSettingsArray" |
| | | @tableColumnUpdate="tableColumnUpdate" |
| | | /> |
| | | <el-table |
| | | ref="tableDataRef" |
| | | :key="tableTimeStampKey" |
| | |
| | | UserGroupSearch, |
| | | UserOrganization, |
| | | UserSearch |
| | | } from '@/api/jcsz' |
| | | } from '@/api/basicSettings' |
| | | import { getCookie } from '@/utils/auth' |
| | | import $ from 'jquery' |
| | | import clearAllChildren, { validateCode } from '@/utils/global' |
| | | import { MesOrderStepReportSelectUserGroup } from '@/api/scgl' |
| | | import { MesOrderStepReportSelectUserGroup } from '@/api/produceManager' |
| | | import elDragDialog from '@/directive/el-drag-dialog' |
| | | import TableColumnSettings from '@/components/TableColumnSettings' |
| | | |