| | |
| | | scoreDetail: { |
| | | url: '/wrzs/userintegral/appPage', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据司机去查询相关送货客户列表 |
| | | */ |
| | | getShipToList: { |
| | | url: '/wrzs/shipto/getShipToList', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 保存送货客户 |
| | | */ |
| | | saveShipTo: { |
| | | url: '/wrzs/shipto/saveShipTo', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 删除送货客户 |
| | | */ |
| | | deleteShipTo: { |
| | | url: '/wrzs/shipto/deleteShipTo', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description 根据车牌号查询相关的单位 |
| | | */ |
| | | getCarNoByVarieties: { |
| | | url: '/wrzs/specialvarieties/getCarNoByVarieties', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询相关的产品 |
| | | */ |
| | | getDeptByProductName: { |
| | | url: '/wrzs/specialvarieties/getDeptByProductName', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询煤场 |
| | | */ |
| | | getDeptIdByFiledList: { |
| | | url: '/wrzs/jccoalfiled/getDeptIdByFiledList', |
| | | method: 'GET' |
| | | }, |
| | | /** |
| | | * @description 根据单位查询煤场 |
| | | */ |
| | | saveDeliveryNote: { |
| | | url: '/wrzs/tmtaskcoal/saveDeliveryNote', |
| | | method: 'POST' |
| | | }, |
| | | /** |
| | | * @description |
| | | */ |
| | | getDeptAndProductNameByCustomer: { |
| | | url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer', |
| | | method: 'GET' |
| | | } |
| | | } |