|
|
@ -129,7 +129,6 @@ import { |
|
|
|
goalParams, |
|
|
|
} from "@/api/mes/workstation"; |
|
|
|
import Detail from './components/Detail.vue' |
|
|
|
import * as PurchaseDetailApi from "@/api/wms/purchaseDetail"; |
|
|
|
defineOptions({ name: 'Workstation' }) |
|
|
|
let tabsDeleteApi = WorkstationApi.deleteTeamRelation |
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
@ -322,9 +321,9 @@ const changeTabs = (data) =>{ |
|
|
|
apiPage.value = WorkstationApi.getProcessPage |
|
|
|
detailAllSchemas.value = Process.allSchemas |
|
|
|
tabsDeleteApi = WorkstationApi.deleteProcessRelation |
|
|
|
}else if(data.prop == 'Production'){ |
|
|
|
}else if(data.prop == 'Opersteps'){ |
|
|
|
apiPage.value = WorkstationApi.getOperstepsPage |
|
|
|
detailAllSchemas.value = Production.allSchemas |
|
|
|
detailAllSchemas.value = Opersteps.allSchemas |
|
|
|
tabsDeleteApi = WorkstationApi.deleteOperstepsRelation |
|
|
|
} |
|
|
|
} |
|
|
|