|
@ -67,7 +67,7 @@ import TableHead from '@/components/TableHead/src/TableHead.vue' |
|
|
import ImportForm from '@/components/ImportForm/src/ImportForm.vue' |
|
|
import ImportForm from '@/components/ImportForm/src/ImportForm.vue' |
|
|
import Detail from '@/components/Detail/src/Detail.vue' |
|
|
import Detail from '@/components/Detail/src/Detail.vue' |
|
|
|
|
|
|
|
|
// 生产线 |
|
|
// 生产线管理 |
|
|
defineOptions({ name: 'Productionline' }) |
|
|
defineOptions({ name: 'Productionline' }) |
|
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
const message = useMessage() // 消息弹窗 |
|
@ -154,10 +154,10 @@ const openForm = (type: string, row?: any) => { |
|
|
if (item.field == 'code') { |
|
|
if (item.field == 'code') { |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
} |
|
|
} |
|
|
if (item.field == 'workshopCode') { |
|
|
// if (item.field == 'workshopCode') { |
|
|
item.componentProps.disabled = true |
|
|
// item.componentProps.disabled = true |
|
|
item.componentProps.isSearchList = false |
|
|
// item.componentProps.isSearchList = false |
|
|
} |
|
|
// } |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
}else { |
|
|
}else { |
|
|