瀏覽代碼

入库管理页面调整

master
huminghao 1 周之前
父節點
當前提交
12b97317ae
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/views/inventoryControl/putInstorage/index.vue

+ 1
- 0
src/views/inventoryControl/putInstorage/index.vue 查看文件

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

Loading…
取消
儲存