| | |
| | | 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', |
| | |
| | | url: '/wrzs/jcproduct/getProductTree', |
| | | method: 'GET' |
| | | }, |
| | | getProductIsDanger:{ |
| | | url: '/wrzs/jcproduct/getProductIsDanger', |
| | | method: 'GET' |
| | | }, |
| | | |
| | | /** |
| | | * @description 购买证 |
| | | */ |
| | |
| | | getQualityResultEachCustomer:{ |
| | | url: '/wrzs/warehouse/getQualityResultEachCustomer', |
| | | methods: 'GET' |
| | | } |
| | | }, |
| | | |
| | | getMyEscortList: { |
| | | url: '/wrzs/app/driver/getMyEscortList', |
| | |
| | | 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' |
| | | } |
| | | } |