| | |
| | | } |
| | | // 原材料检验 |
| | | const raw = { |
| | | selectRawInspectsList: "/rawInspect/selectRawInspectsList", //查询原材料检验单列表 |
| | | selectRawInspectsListById: "/rawInspect/selectRawInspectsListById/", //根据检验单id获取检验单详情 |
| | | updaterawInsProduct: '/rawInsProduct/updaterawInsProduct', //修改项目的检验值 |
| | | updateRawInspectsById: "/rawInspect/updateRawInspectsById/", //上报, |
| | | rawSelectDevice: "/rawInsProduct/selectDevice", //查询设备信息 |
| | | addRawInspects: "/rawInspect/addRawInspects", // 添加 |
| | | updateDevByRpId: "/rawInsProduct/updateDevByRpId", // 更改设备 |
| | | selectRawInspectsList: "/rawInspect/selectRawInspectsList", //查询原材料检验单列表 |
| | | selectRawInspectsListById: "/rawInspect/selectRawInspectsListById/", //根据检验单id获取检验单详情 |
| | | updaterawInsProduct: '/rawInsProduct/updaterawInsProduct', //修改项目的检验值 |
| | | updateRawInspectsById: "/rawInspect/updateRawInspectsById/", //上报, |
| | | rawSelectDevice: "/rawInsProduct/selectDevice", //查询设备信息 |
| | | addRawInspects: "/rawInspect/addRawInspects", // 添加 |
| | | updateDevByRpId: "/rawInsProduct/updateDevByRpId", // 更改设备 |
| | | rawInspectChooseIFS: "/rawInspect/chooseIFS",//通过设备编码得到信息 |
| | | } |
| | | |
| | | // 查询成品不合格品管理 |
| | |
| | | |
| | | } |
| | | const url = { |
| | | enter: "user/enter", //登录 |
| | | ...standard, |
| | | ...raw, |
| | | ...laboratory, |
| | | ...measure, |
| | | ...finishedIns, |
| | | ...dispose, |
| | | ...Basicdata, |
| | | ...unRawInspects, |
| | | ...processInspection, |
| | | // ...gettable, |
| | | selectSaleList: "sale/selectSaleList", //查询销售单列表 |
| | | selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情, |
| | | addSale: "sale/addSale", //新增销售单 |
| | | saleCheck: "sale/check", //审核销售单 |
| | | synchronization: "sale/synchronization", //同步 |
| | | updateSaleById: "sale/updateSaleById", //根据销售单id修改详情信息 |
| | | delSale: "sale/delSale", //根据销售单id删除 |
| | | delAllSale: "sale/delAllSale", //批量删除销售单, |
| | | chooseType: "technologyTemplate/chooseType", //查询类型 |
| | | enter: "user/enter", //登录 |
| | | ...standard, |
| | | ...raw, |
| | | ...laboratory, |
| | | ...measure, |
| | | ...finishedIns, |
| | | ...dispose, |
| | | ...Basicdata, |
| | | ...unRawInspects, |
| | | ...processInspection, |
| | | // ...gettable, |
| | | selectSaleList: "sale/selectSaleList", //查询销售单列表 |
| | | selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情, |
| | | addSale: "sale/addSale", //新增销售单 |
| | | saleCheck: "sale/check", //审核销售单 |
| | | exportSale: "sale/exportSale",//导出销售订单 |
| | | saleDownload: "sale/download",//下载附件 |
| | | synchronization: "sale/synchronization", //同步 |
| | | updateSaleById: "sale/updateSaleById", //根据销售单id修改详情信息 |
| | | delSale: "sale/delSale", //根据销售单id删除 |
| | | delAllSale: "sale/delAllSale", //批量删除销售单, |
| | | chooseType: "technologyTemplate/chooseType", //查询类型 |
| | | } |
| | | |
| | | |
| | |
| | | Vue.prototype.$api = { |
| | | url |
| | | } |
| | | } |
| | | } |