| | |
| | | export const globalApi = { |
| | | // 绑定微信 |
| | | wxBind:{ |
| | | url:'/wrzs/social/bind', |
| | | method:"POST" |
| | | wxBind: { |
| | | url: '/wrzs/social/bind', |
| | | method: "POST" |
| | | }, |
| | | |
| | | |
| | | // 提煤单 |
| | | // 获取发运计划列表 |
| | | GetOrderPlan: { |
| | |
| | | // method: "POST" |
| | | // }, |
| | | /** |
| | | * @转发修改 |
| | | * @description 转发修改 |
| | | */ |
| | | forward: { |
| | | url: "/wrzs/userOperation/forward", |
| | | url: "/wrzs/userOperation/forwardList", |
| | | method: "POST" |
| | | }, |
| | | |
| | | /** |
| | | * @description 转发修改回显 |
| | | */ |
| | | forwardList: { |
| | | url: "/wrzs/userOperation/forwardListData", |
| | | method: "GET" |
| | | }, |
| | | /** |
| | | * @description 删除一组转发 |
| | | */ |
| | | deleteForward: { |
| | | url: "/wrzs/userOperation/deleteForward", |
| | | method: "POST" |
| | | }, |
| | | /** |
| | | * @description 获取历史提煤单 |
| | | */ |
| | | getJhOrderPlanDataPage: { |
| | | url: '/wrzs/userOperation/getJhOrderPlanDataPage', |
| | | method: "GET" |
| | | }, |
| | | // 货代首页列表 |
| | | // huoDaiList: { |
| | | // url: "/wrzs/wx/huoDaiList", |
| | |
| | | * @货代首页列表修改 |
| | | */ |
| | | huoDaiList: { |
| | | url: "/wrzs/userOperation/huoDaiList", |
| | | url: "/wrzs/userOperation/huoDaiList ", |
| | | method: "GET" |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | /** |
| | | * @description 第一次放空 |
| | | */ |
| | | getOneEvacuation: { |
| | | url: "/wrzs/userOperation/getOneEvacuation", |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 第二次放空 |
| | | */ |
| | | getTwoEvacuation: { |
| | | url: "/wrzs/userOperation/getTwoEvacuation", |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @称重 |
| | | */ |
| | | saveWeigh: { |
| | |
| | | method: 'GET' |
| | | }, |
| | | // 加减煤 |
| | | addAndSubtractCoal:{ |
| | | url:'/wrzs/jcgatestate/repeatCheck', |
| | | method:'POST' |
| | | addAndSubtractCoal: { |
| | | url: '/wrzs/jcgatestate/repeatCheck', |
| | | method: 'POST' |
| | | }, |
| | | // 获取所在磅房 |
| | | getWeighHouse:{ |
| | | url:"/wrzs/jccoalweighhouse/getWeighHouse", |
| | | method:'GET' |
| | | getWeighHouse: { |
| | | url: "/wrzs/jccoalweighhouse/getWeighHouse", |
| | | method: 'GET' |
| | | }, |
| | | |
| | | // 提煤单日志查询 |
| | | coalDayPage: { |
| | | url: "/wrzs/tmtaskcoallog/getTmId", |
| | | method: 'GET' |
| | | }, |
| | | |
| | | // 获取openId |
| | | getCallOutList: { |
| | | url: '/wrzs/callout/getCallOutList', |
| | | method: 'GET' |
| | | } |
| | | } |