| | |
| | | method: 'POST' |
| | | }, |
| | | |
| | | // 提煤单 |
| | | // 通知单 |
| | | // 获取发运计划列表 |
| | | GetOrderPlan: { |
| | | url: '/wrzs/wx/getOrderPlan', |
| | |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 获取历史提煤单 |
| | | * @description 获取历史通知单 |
| | | */ |
| | | getJhOrderPlanDataPage: { |
| | | url: '/wrzs/userOperation/getJhOrderPlanDataPage', |
| | |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 获取提煤单详情 河钢 |
| | | * @description 获取通知单详情 河钢 |
| | | */ |
| | | getTakeCoal: { |
| | | url: '/wrzs/userOperation/getTakeCoal', |
| | |
| | | */ |
| | | getJcProductList: { |
| | | url: '/wrzs/jcproduct/getJcProductList', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 验质产品 河钢 */ |
| | | qualityInspection: { |
| | | url: '/wrzs/userOperation/qualityInspection', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 验质产品历史 河钢 */ |
| | | qualityInspectionHistory: { |
| | | url: '/wrzs/userOperation/qualityInspectionHistory', |
| | | method: 'GET' |
| | | }, |
| | | // 获取appid和secret |
| | | getAppidAndSercet: { |
| | | url: '/wrzs/wx/getAppidAndSercet', |
| | | method: 'GET' |
| | | }, |
| | | getMaterialDetailByOrderCode: { |
| | | url: '/wrzs/materialdetail/getMaterialDetailByOrderCode', |
| | | method: 'GET' |
| | | }, |
| | | // 用户 |
| | |
| | | url: '/wrzs/userOperation/weighList', |
| | | method: 'GET' |
| | | }, |
| | | // 加减煤 |
| | | // 加减煤 河钢 |
| | | addAndSubtractCoal: { |
| | | url: '/wrzs/jcgatestate/repeatCheck', |
| | | method: 'POST' |
| | | }, |
| | | // 继续称重 |
| | | continueWeigh: { |
| | | url: '/wrzs/jcgatestate/continueWeigh', |
| | | method: 'POST' |
| | | }, |
| | | // 获取所在磅房 |
| | |
| | | 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', |
| | |
| | | setUpWxOpenid: { |
| | | url: '/admin/user/setUpWxOpenid', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 根据id更新折扣率 河钢*/ |
| | | updateTmTaskCoalItem: { |
| | | url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | *@description 查询一级品类 */ |
| | | getFirstCategoryName: { |
| | | url: '/wrzs/jcproduct/getFirstCategoryName', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | *@description 查询二级品类 */ |
| | | getSecondCategoryName: { |
| | | url: '/wrzs/jcproduct/getSecondCategoryName', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | *@description 根据一级品类 二级品类查询规格*/ |
| | | getSpec: { |
| | | url: '/wrzs/jcproduct/getSpec', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 获取登录日志 如果第一次登录 就强制打开新手指引 */ |
| | | getLogOn: { |
| | | url: 'admin/log/getLogOn', |
| | | method: 'GET' |
| | | } |
| | | } |