From c1c1b1f95b0880cd58afadb98d6933287fe6311c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 15 12月 2024 16:41:37 +0800 Subject: [PATCH] 22 --- LA24030_LuLiPackageLine_Web/src/views/main/ReportCenter/wareInventorySummary/component/editDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LA24030_LuLiPackageLine_Web/src/views/main/ReportCenter/wareInventorySummary/component/editDialog.vue b/LA24030_LuLiPackageLine_Web/src/views/main/ReportCenter/wareInventorySummary/component/editDialog.vue index 06564b5..3fb7527 100644 --- a/LA24030_LuLiPackageLine_Web/src/views/main/ReportCenter/wareInventorySummary/component/editDialog.vue +++ b/LA24030_LuLiPackageLine_Web/src/views/main/ReportCenter/wareInventorySummary/component/editDialog.vue @@ -34,7 +34,7 @@ import { getDictDataItem as di, getDictDataList as dl } from '/@/utils/dict-utils'; import { ElMessage } from "element-plus"; import type { FormRules } from "element-plus"; - import { addWmsStockQuan, updateWmsStockQuan, detailWmsStockQuan } from "/@/api/main/ReportCenter/wmsStockQuan"; + import { addWmsStockQuan, updateWmsStockQuan, detailWmsStockQuan } from "/@/api/main/ReportCenter/wmsStockQuan_new"; import { getAPI } from '/@/utils/axios-utils'; import { SysEnumApi } from '/@/api-services/api'; -- Gitblit v1.9.3