| | |
| | | <!-- |
| | | * @Description: file content |
| | | * @Description: 工艺路线岗位资源维护 |
| | | * @Author: Ben Lin |
| | | * @version: |
| | | * @Date: 2024-06-11 21:07:04 |
| | | * @LastEditors: Ben Lin |
| | | * @LastEditTime: 2024-08-04 18:34:26 |
| | | * @LastEditTime: 2024-10-23 21:36:49 |
| | | --> |
| | | <!-- |
| | | * @Description: 右侧属性面板控件 表单属性面板 |
| | |
| | | import { DeleteWhere, getListByPage } from '/@/api/tigerapi/system'; |
| | | import { useRouteDesignState } from '../hooks/useRouteDesignState'; |
| | | import { SaveRouteNodePost, SaveWoRouteNodePost } from '/@/api/tigerapi/mes/router'; |
| | | import { WORD_BREAK } from 'html2canvas/dist/types/css/property-descriptors/word-break'; |
| | | |
| | | const { t } = useI18n(); |
| | | const { routeConfig, mesRoute } = useRouteDesignState(); |
| | |
| | | ], |
| | | tableName: 'MES_POSITION', |
| | | rowKey: 'POST_CODE', |
| | | searchInfo: { TABLE_NAME: 'MES_POSITION' }, |
| | | searchInfo: { |
| | | TABLE_NAME: 'MES_POSITION', |
| | | OPER_CODE: routeConfig['currentItem'].OPER_CODE, |
| | | nolike: 'Y', |
| | | }, |
| | | }); |
| | | } |
| | | |