Browse Source

入库管理页面调整

master
huminghao 1 month ago
parent
commit
12b97317ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/views/inventoryControl/putInstorage/index.vue

+ 1
- 0
src/views/inventoryControl/putInstorage/index.vue View File

BaseService.postN('/invw/api/enterApply/batchConfirm', {ids: ids}).then( BaseService.postN('/invw/api/enterApply/batchConfirm', {ids: ids}).then(
(res: any) => { (res: any) => {
if (res && res.code === 0) { if (res && res.code === 0) {
getList()
btnLoading.value = false; btnLoading.value = false;
ElMessage.success(res.message) ElMessage.success(res.message)
} else { } else {

Loading…
Cancel
Save