| | |
| | | // 技术管理-标准Bom |
| | | const standard = { |
| | | selectTreeByMaterial: "material/selectTreeByMaterial", //查询物料的树 |
| | | selectRawInspectsList: "rawInspect/selectRawInspectsList",//查询原材料检验单列表 |
| | | selectProductByMaterial: "product/selectTreeByMaterial",//根据物料查询项目表格 |
| | | selectTechnologyByMaterial: "technology/select" |
| | | } |
| | | |
| | | |
| | | const url = { |
| | | "enter": "user/enter", //登录 |
| | | "selectTreeByMaterial": "material/selectTreeByMaterial" ,//查询物料的树 |
| | | "selectRawInspectsList": "rawInspect/selectRawInspectsList",//查询原材料检验单列表 |
| | | ...standard |
| | | } |
| | | |
| | | |
| | | export default function(Vue) { |
| | | //添加全局API |
| | | Vue.prototype.$api = { |