export default { inventoryGetStockCountSubdetailList: { url: '/admin-api/rtkwms/stock-count-subdetail/getStockCountSubdetailList', name: '盘点作业详情页查询', method: 'GET', }, inventoryGetStockCountList: { url: '/admin-api/rtkwms/stock-count/getStockCountList', name: '盘点作业主列表查询', method: 'GET', }, inventoryGetQrCode: { url: '/admin-api/rtkwms/stock-count-subdetail/getQrCode', name: '盘点扫码条码查询', method: 'POST', }, inventoryFinishStockCount: { url: '/admin-api/rtkwms/stock-count/finishStockCount', name: '结束盘点作业', method: 'POST', }, inventorySaveQrCode: { url: '/admin-api/rtkwms/stock-count-subdetail/saveQrCode', name: '盘点扫码条码保存', method: 'POST', }, inventoryUpdateQrCode: { url: '/admin-api/rtkwms/stock-count-subdetail/updateQrCode', name: '填写备注时,调PDA盘点条码修改', method: 'POST', }, inventoryDelete: { url: '/admin-api/rtkwms/stock-count-subdetail/delete', name: '条码明细行删除', method: 'DELETE', }, }