| 1234567891011121314151617181920212223242526272829303132 |
- export default {
- getWmsBoxList: {
- url: '/admin-api/wms/incoming-produce-detail/pdaCasePage',
- name: '箱号列表',
- method: 'GET'
- },
- getWmsBoxSnList: {
- url: '/admin-api/wms/finish-goods-box-detail/PdaGetSnPage',
- name: '箱号下成品查询',
- method: 'GET'
- },
- getWmsReBoxSnList: {
- url: '/admin-api/wms/re-box-detail/splitPage',
- name: '已拆成品列表',
- method: 'GET'
- },
- boxSplit: {
- url: '/admin-api/wms/re-box-detail/pdaCreateSplit',
- name: '拆箱',
- method: 'GET'
- },
- boxRepacking: {
- url: '/admin-api/wms/re-box-detail/reCreate',
- name: '重新装箱',
- method: 'POST'
- },
- scanWmsBoxSn: {
- url: '/admin-api/wms/re-box-detail/getReBoxDetail',
- name: '扫描SN码',
- method: 'GET'
- },
- }
|