| 1234567891011121314151617181920212223242526272829303132 |
- export default {
- scanProductInDetailTemp: {
- url: '/admin-api/mes/product-in-detail-temp/create',
- name: '扫描箱号',
- method: 'GET'
- },
- getProductInDetailTempPage: {
- url: '/admin-api/mes/product-in-detail-temp/page',
- name: '已扫页面列表',
- method: 'GET'
- },
- deleteProductInDetailTemp: {
- url: '/admin-api/mes/product-in-detail-temp/delete',
- name: '删除扫描未入库',
- method: 'DELETE'
- },
- createProductInStorageDetail: {
- url: '/admin-api/mes/product-in-storage-detail/createBatch',
- name: '生成入库单',
- method: 'POST'
- },
- getIncomingProduceDetailPage: {
- url: '/admin-api/wms/incoming-produce-detail/ToStockPage',
- name: '签收单页面列表',
- method: 'GET'
- },
- signIncomingProduceDetail: {
- url: '/admin-api/wms/incoming-produce-detail/sign',
- name: '签收',
- method: 'POST'
- },
- }
|