From a27f35ea06c7b6bd9a6dc310c86c366e8052897b Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 11 12月 2024 10:43:09 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- 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