Browse Source

1、增加工位操作步骤关联

master_hella_20240701
bjang03 8 months ago
parent
commit
4cc1a81d38
  1. 5
      src/views/mes/workstation/index.vue

5
src/views/mes/workstation/index.vue

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

Loading…
Cancel
Save