| | |
| | | } |
| | | export function ywOutinboundEx (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywOutinbound/exportExcel', data, { |
| | | trim: true |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | export function ywOutinboundDetail (id) { |
| | |
| | | } |
| | | export function ywStockPageEx (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywStock/exportExcel', data, { |
| | | trim: true |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |
| | | |
| | |
| | | } |
| | | export function ywOutinboundRecordEx (data) { |
| | | return request.post('/visitsAdmin/cloudService/business/ywOutinboundRecord/exportExcel', data, { |
| | | trim: true |
| | | trim: true, |
| | | download: true |
| | | }) |
| | | } |