| | |
| | | }) |
| | | } |
| | | |
| | | // 入库记录导出 |
| | | export function StorageRecordExcelSearch(data) { |
| | | return request({ |
| | | url: 'ReportManager/StorageRecordExcelSearch', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 入库记录表头 |
| | | export function InStorageRecordMainSearch(data) { |
| | | return request({ |
| | | url: 'ReportManager/InStorageRecordMainSearch', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 入库记录表体 |
| | | export function InStorageRecordSubSearch(data) { |
| | | return request({ |
| | | url: 'ReportManager/InStorageRecordSubSearch', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | // 入库记录删除 |
| | | export function DeleteMesInStorageRecord(data) { |
| | | return request({ |
| | | url: 'ReportManager/DeleteMesInStorageRecord', |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |
| | | |
| | | // 班组工资报表记录查询 |
| | | export function GroupSalaryReportSearch(data) { |
| | | return request({ |