| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- import service from '@/utils/request'
- export const getTab = (data) => {
- return service({
- url: '/mes_server/packaging_process_output/getTab',
- method: 'get',
- data
- })
- }
- export const getList = (params) => {
- return service({
- url: '/mes_server/packaging_process_output/getList',
- method: 'get',
- params
- })
- }
- export const getInspectCount = (data) => {
- return service({
- url: '/mes_server/inspect/getInspectCount',
- method: 'get',
- data
- })
- }
- export const getDateList = (params) => {
- return service({
- url: '/mes_server/inspect/getDateList',
- method: 'get',
- params
- })
- }
- export const getMachineCount = (data) => {
- return service({
- url:'/mes_server/inspect/getMachineCount',
- method: 'get',
- data
- })
- }
- export const getDateMachine = (params) => {
- return service({
- url:'/mes_server/inspect/getDateMachine',
- method: 'get',
- params
- })
- }
- export const getproductionCount = (data) => {
- return service({
- url:'/mes_server/machine_production_report/getTab',
- method: 'get',
- data
- })
- }
- export const getproductionList = (params) => {
- return service({
- url:'/mes_server/machine_production_report/getList',
- method: 'get',
- params
- })
- }
- export const getproductionaddCount = (data) => {
- return service({
- url:'/mes_server/machine_production_report_add/getTab',
- method: 'get',
- data
- })
- }
- export const getproductionaddList = (params) => {
- return service({
- url:'/mes_server/machine_production_report_add/getList',
- method: 'get',
- params
- })
- }
- export const locate = (params) => {
- return service({
- url:'/mes_server/packaging_process_output/locate',
- method: 'get',
- params
- })
- }
- export const getInfo = (params) => {
- return service({
- url:'/mes_server/packaging_process_output/getInfo',
- method: 'get',
- params
- })
- }
- export const getGxMc = (params) => {
- return service({
- url:'/mes_server/packaging_process_output/getGxMc',
- method: 'get',
- params
- })
- }
- export const edit = (params) => {
- return service({
- url:'/mes_server/packaging_process_output/edit',
- method: 'post',
- params
- })
- }
- export const del = (params) => {
- return service({
- url:'/mes_server/packaging_process_output/del',
- method: 'post',
- params
- })
- }
- export const machineLocate = (params) => {
- return service({
- url:'/mes_server/inspect/machineLocate',
- method: 'get',
- params
- })
- }
- export const MachineInfo = (params) => {
- return service({
- url:'/mes_server/inspect/getMachineInfo',
- method: 'get',
- params
- })
- }
- export const getYg = (params) => {
- return service({
- url:'/mes_server/packaging_count_document/getYg',
- method: 'get',
- params
- })
- }
- export const getMachineGxMc = (params) => {
- return service({
- url:'/mes_server/inspect/getMachineGxMc',
- method: 'get',
- params
- })
- }
- export const getMachineDedh = (params) => {
- return service({
- url:'/mes_server/inspect/getMachineDedh',
- method: 'get',
- params
- })
- }
- export const getMachineScrapFactor = (params) => {
- return service({
- url:'/mes_server/inspect/getMachineScrapFactor',
- method: 'get',
- params
- })
- }
- export const getJtbh = (params) => {
- return service({
- url:'/mes_server/inspect/getJtbh',
- method: 'get',
- params
- })
- }
- export const machineEdit = (params) => {
- return service({
- url:'/mes_server/inspect/machineEdit',
- method: 'post',
- params
- })
- }
- export const machineDel = (params) => {
- return service({
- url:'/mes_server/inspect/machineDel',
- method: 'post',
- params
- })
- }
- //手工检验
- //定位
- export const shougonglocate= (params) => {
- return service({
- url:'/mes_server/inspect/locate',
- method: 'get',
- params
- })
- }
- //获取详细信息
- export const shougonggetInfo= (params) => {
- return service({
- url:'/mes_server/inspect/getInfo',
- method: 'get',
- params
- })
- }
- //查询印件工序及产品名称
- export const shougonggetGxMc= (params) => {
- return service({
- url:'/mes_server/inspect/getGxMc',
- method: 'get',
- params
- })
- }
- //获取定额代号
- export const shougonggetDedh= (params) => {
- return service({
- url:'/mes_server/inspect/getDedh',
- method: 'get',
- params
- })
- }
- //查询废品系数
- export const shougonggetScrapFactor= (params) => {
- return service({
- url:'/mes_server/inspect/getScrapFactor',
- method: 'get',
- params
- })
- }
- //修改
- export const shougongedit= (params) => {
- return service({
- url:'/mes_server/inspect/edit',
- method: 'post',
- params
- })
- }
- //删除
- export const shougongdel= (params) => {
- return service({
- url:'/mes_server/inspect/del',
- method: 'post',
- params
- })
- }
- //按工单显示
- export const getInspectCountByGdbh= (params) => {
- return service({
- url:'/mes_server/inspect/getInspectCountByGdbh',
- method: 'get',
- params
- })
- }
- //机台生产日报表维护附加
- //获取详细信息
- export const addgetInfo= (params) => {
- return service({
- url:'/mes_server/machine_production_report_add/getInfo',
- method: 'get',
- params
- })
- }
- //获取机台
- export const addgetJtbh= (params) => {
- return service({
- url:'/mes_server/machine_production_report_add/getJtbh',
- method: 'get',
- params
- })
- }
- //修改
- export const addedit= (params) => {
- return service({
- url:'/mes_server/machine_production_report_add/edit',
- method: 'post',
- params
- })
- }
- //删除
- export const adddel= (params) => {
- return service({
- url:'/mes_server/machine_production_report_add/del',
- method: 'post',
- params
- })
- }
- //按工单显示
- export const getMachineCountByGdbh= (params) => {
- return service({
- url:'/mes_server/inspect/getMachineCountByGdbh',
- method: 'get',
- params
- })
- }
- //机台日报表维护
- //定位
- export const productionlocate= (params) => {
- return service({
- url:'/mes_server/machine_production_report/locate',
- method: 'get',
- params
- })
- }
- //按工单显示
- export const productionByGdbh= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getTabByGdbh',
- method: 'get',
- params
- })
- }
- //获取详细信息
- export const productionInfo= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getInfo',
- method: 'get',
- params
- })
- }
- //获取工单名称
- export const productionGdmc= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getGdmc',
- method: 'get',
- params
- })
- }
- //获取印件名称
- export const productionYjmc= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getYjmc',
- method: 'get',
- params
- })
- }
- //获取工序信息
- export const productionGx= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getGx',
- method: 'get',
- params
- })
- }
- //获取定额代号
- export const productionDedh= (params) => {
- return service({
- url:'/mes_server/machine_production_report/getDedh',
- method: 'get',
- params
- })
- }
- //修改
- export const productionedit= (params) => {
- return service({
- url:'/mes_server/machine_production_report/edit',
- method: 'post',
- params
- })
- }
- //删除
- export const productiondel= (params) => {
- return service({
- url:'/mes_server/machine_production_report/del',
- method: 'post',
- params
- })
- }
- //员工日工资
- //员工日工资查询侧边栏
- export const dailygetTab= () => {
- return service({
- url:'/mes_server/employee_daily_salary/getTab',
- method: 'get',
- })
- }
- //员工日工资查询上侧列表
- export const dailygetList= (params) => {
- return service({
- url:'/mes_server/employee_daily_salary/getList',
- method: 'get',
- params
- })
- }
- //员工日工资查询下侧列表
- export const dailygetAllList= (params) => {
- return service({
- url:'/mes_server/employee_daily_salary/getAllList',
- method: 'get',
- params
- })
- }
- //员工日工资查询详情
- export const dailygetDetail= (params) => {
- return service({
- url:'/mes_server/employee_daily_salary/getDetail',
- method: 'get',
- params
- })
- }
- //员工定位
- export const dailysearch= (params) => {
- return service({
- url:'/mes_server/employee_daily_salary/search',
- method: 'get',
- params
- })
- }
- //成品入仓
- //侧边栏
- export const finishedTab= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getTab',
- method: 'get',
- params
- })
- }
- //侧边栏 根据工单
- export const finishedTabByGdbh= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getTabByGdbh',
- method: 'get',
- params
- })
- }
- //列表
- export const finishedList= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getList',
- method: 'get',
- params
- })
- }
- //定位
- export const finishedlocate= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/locate',
- method: 'get',
- params
- })
- }
- //获取详细信息
- export const finishedInfo= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getInfo',
- method: 'get',
- params
- })
- }
- //获取仓库信息
- export const finishedgetCk= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getCk',
- method: 'get',
- params
- })
- }
- //获取工单信息
- export const finishedgetGd= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getGd',
- method: 'get',
- params
- })
- }
- //查询工单数量
- export const finishedgetGdsl= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/getGdsl',
- method: 'get',
- params
- })
- }
- //删除
- export const finisheddel= (params) => {
- return service({
- url:'/mes_server/finished_product_warehousing/del',
- method: 'get',
- params
- })
- }
- //设备运行跟踪
- //左侧菜单
- export const facilityTab= (params) => {
- return service({
- url:'/mes_server/facility/getTab',
- method: 'get',
- params
- })
- }
- //当日上报产量
- export const facilitychanLiang= (params) => {
- return service({
- url:'/mes_server/facility/chanLiang',
- method: 'get',
- params
- })
- }
- //当日制程检验记录
- export const facilityInspect= (params) => {
- return service({
- url:'/mes_server/facility/Inspect',
- method: 'get',
- params
- })
- }
- //当前生产订单
- export const facilityProduction= (params) => {
- return service({
- url:'/mes_server/facility/Production',
- method: 'get',
- params
- })
- }
- //班组人员及分配比例
- export const facilityTeam= (params) => {
- return service({
- url:'/mes_server/facility/Team',
- method: 'get',
- params
- })
- }
- //班组维护->机台编号下拉框
- export const facilityMachineList= (params) => {
- return service({
- url:'/mes_server/facility/MachineList',
- method: 'get',
- params
- })
- }
- //设备点检->检验项目
- export const facilityInspectionItem= (params) => {
- return service({
- url:'/mes_server/facility/InspectionItem',
- method: 'get',
- params
- })
- }
- //设备点检->左侧菜单栏
- export const facilitySpotCheckItem= (params) => {
- return service({
- url:'/mes_server/facility/SpotCheckItem',
- method: 'get',
- params
- })
- }
- //关联工资核算
- //设备点检->左侧菜单栏
- export const relatedTab= (params) => {
- return service({
- url:'/mes_server/related_salary_accounting/getTab',
- method: 'get',
- params
- })
- }
- //关联工资核算上侧列表
- export const relatedList= (params) => {
- return service({
- url:'/mes_server/related_salary_accounting/getList',
- method: 'get',
- params
- })
- }
- //关联工资核算上侧列表
- export const relatedsearch= (params) => {
- return service({
- url:'/mes_server/related_salary_accounting/search',
- method: 'get',
- params
- })
- }
|