From d7e2542a00dc0a82ade08d4ff250e374b20f79a8 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Mon, 24 Mar 2025 16:15:28 +0800 Subject: [PATCH] no message --- .../business/base/location/location-form.vue | 1 - .../business/base/location/location-list.vue | 1 - .../views/business/base/stock/stock-form.vue | 246 +++++++++--------- .../views/business/base/stock/stock-list.vue | 40 ++- .../business/base/stock/stock-select.vue | 110 ++++++++ 5 files changed, 267 insertions(+), 131 deletions(-) create mode 100644 smart-admin-web-typescript/src/views/business/base/stock/stock-select.vue diff --git a/smart-admin-web-typescript/src/views/business/base/location/location-form.vue b/smart-admin-web-typescript/src/views/business/base/location/location-form.vue index 1c2496d..8b4fc1c 100644 --- a/smart-admin-web-typescript/src/views/business/base/location/location-form.vue +++ b/smart-admin-web-typescript/src/views/business/base/location/location-form.vue @@ -112,7 +112,6 @@ function changeAreaSelect(selectValue: any) { if(selectValue){ form.areaId = selectValue.areaId; } - } // 点击确定,验证表单 diff --git a/smart-admin-web-typescript/src/views/business/base/location/location-list.vue b/smart-admin-web-typescript/src/views/business/base/location/location-list.vue index 5ed1bb4..99c067c 100644 --- a/smart-admin-web-typescript/src/views/business/base/location/location-list.vue +++ b/smart-admin-web-typescript/src/views/business/base/location/location-list.vue @@ -345,7 +345,6 @@ function changeLocationSelect(selectValue: any) { if (selectValue) { queryForm.locationId = selectValue.locationId; } - } diff --git a/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue b/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue index 09948ba..a7e401c 100644 --- a/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue +++ b/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue @@ -7,41 +7,39 @@ -->