| | |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import JEllipsis from '@/components/jeecg/JEllipsis'//引入过长裁剪 |
| | | import store from '@/store' |
| | | import { |
| | | ACCESS_TOKEN, |
| | | USER_NAME, |
| | | USER_INFO, |
| | | USER_AUTH, |
| | | SYS_BUTTON_AUTH, |
| | | UI_CACHE_DB_DICT_DATA, |
| | | TENANT_ID, |
| | | CACHE_INCLUDED_ROUTES |
| | | } from '@/store/mutation-types' |
| | | |
| | | export default { |
| | | name: "FaultReportRepair", |
| | |
| | | dataIndex: 'num' |
| | | }, |
| | | { |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | align: "center", |
| | | dataIndex: 'equipmentNum' |
| | | }, |
| | |
| | | } |
| | | }, |
| | | |
| | | |
| | | methods: { |
| | | |
| | | loadData(arg) { |
| | |
| | | close() { |
| | | this.queryParam = {}; |
| | | this.$emit('close'); |
| | | this.dataSource=[]; |
| | | this.visible = false; |
| | | }, |
| | | handleOk() { |
| | | const that = this; |
| | | // 触发表单验证 |
| | | this.confirmLoading=true; |
| | | if (that.selectedRowKeys.length === 0) { |
| | | that.$message.error("请选择故障报修单后提交!") |
| | | return false; |