| | |
| | | method: 'POST' |
| | | }, |
| | | |
| | | // 提煤单 |
| | | // 收发单 |
| | | // 获取发运计划列表 |
| | | GetOrderPlan: { |
| | | url: '/wrzs/customerSupplier/getOrderPlan', |
| | |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 获取历史提煤单 |
| | | * @description 获取历史收发单 |
| | | */ |
| | | getJhOrderPlanDataPage: { |
| | | url: '/wrzs/userOperation/getJhOrderPlanDataPage', |
| | |
| | | method: 'POST' |
| | | }, |
| | | |
| | | //获取提煤单详情 |
| | | //获取收发单详情 |
| | | // getTakeCoal: { |
| | | // url: "/wrzs/wx/getTakeCoal", |
| | | // method: "GET" |
| | | // }, |
| | | /** |
| | | * @获取提煤单详情修改后 |
| | | * @获取收发单详情修改后 |
| | | */ |
| | | getTakeCoal: { |
| | | url: '/wrzs/userOperation/getTakeCoal', |
| | |
| | | * @称重 |
| | | */ |
| | | saveWeigh: { |
| | | url: '/wrzs/userOperation/saveWeigh', |
| | | // url: '/wrzs/userOperation/saveWeigh', |
| | | url:'/wrzs/app/driver/saveWeigh', |
| | | method: 'POST' |
| | | }, |
| | | // 获取称重信息 |
| | |
| | | url: '/wrzs/jccoalweighhouse/getWeighHouse', |
| | | method: 'GET' |
| | | }, |
| | | // 提煤单日志查询 |
| | | // 收发单日志查询 |
| | | coalDayPage: { |
| | | url: '/wrzs/tmtaskcoallog/getTmId', |
| | | method: 'GET' |
| | |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 判断是否要完成外销提煤单 |
| | | @description 判断是否要完成外销收发单 |
| | | */ |
| | | getTmTaskCoalOrderType: { |
| | | url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | @description 更新提煤单状态 |
| | | @description 更新收发单状态 |
| | | */ |
| | | updateTmTaskCoalState: { |
| | | url: '/wrzs/tmtaskcoal/updateTmTaskCoalState', |
| | |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 装卸员通过负责的单位查询煤场*/ |
| | | * @description 装卸员通过负责的单位查询场地*/ |
| | | getDeptIdFiled: { |
| | | url: '/wrzs/jccoalfiled/getDeptIdFiled', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 装卸员查看煤场下所有的煤种类型 |
| | | * @description 装卸员查看场地下所有的煤种类型 |
| | | */ |
| | | getFiledIdCoalBunker: { |
| | | url: '/wrzs/jccoalbunker/getFiledIdCoalBunker', |
| | |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询煤场 |
| | | * @description 根据单位查询场地 |
| | | */ |
| | | getDeptIdByFiledList: { |
| | | url: '/wrzs/jccoalfiled/getDeptIdByFiledList', |
| | |
| | | url: '/wrzs/tmtaskcoal/insideConnect', |
| | | methods: 'POST' |
| | | }, |
| | | //"煤仓视频地址" |
| | | //"仓库视频地址" |
| | | useEqCodeGetCameraUrl: { |
| | | url: '/wrzs/jcequipment/useEqCodeGetCameraUrl', |
| | | method: 'GET' |
| | |
| | | url: '/wrzs/jcproduct/getProductTree', |
| | | method: 'GET' |
| | | }, |
| | | getProductIsDanger:{ |
| | | url: '/wrzs/jcproduct/getProductIsDanger', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | /** |
| | | * @description 购买证 |
| | | */ |
| | |
| | | url: '/wrzs/app/driver/saveMyEscort', |
| | | methods: 'POST' |
| | | }, |
| | | //修改收发单 |
| | | tmtaskCoalPut:{ |
| | | url: '/wrzs/tmtaskcoal', |
| | | methods: 'PUT' |
| | | }, |
| | | //填写集装箱号 |
| | | addContainer:{ |
| | | url: '/wrzs/app/driver/addContainer', |
| | | methods: 'PUT' |
| | | }, |
| | | //字典 |
| | | dictFun:{ |
| | | url: '/admin/dict/type', |
| | | methods: 'GET' |
| | | }, |
| | | // 修改头像 |
| | | faceEdit:{ |
| | | url: '/wrzs/userentity/updateImgPath', |
| | | methods: 'PUT' |
| | | }, |
| | | // 修改密码 |
| | | passwordEdit:{ |
| | | url: '/wrzs/userentity/appUpdatePassword', |
| | | methods: 'PUT' |
| | | }, |
| | | //获取客户or供应商标识 |
| | | getPersonnelType:{ |
| | | url: '/wrzs/yhcustomer', |
| | | methods: 'PUT' |
| | | } |
| | | } |