From eb64e35f9234f42a08cd35e714b4406dc01b60e7 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 4 Jun 2026 16:50:29 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=A8=A1=E5=85=B7=E5=87=BA?= =?UTF-8?q?=E5=BA=93/=E6=A8=A1=E5=85=B7=E5=85=A5=E5=BA=93-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E/=E7=BC=96=E8=BE=91-=E6=B8=85=E5=8D=95=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E6=88=90=E6=A8=A1=E5=85=B7=E7=BB=84/=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moldget/components/StockOutItemForm.vue | 268 ++++++------------ src/views/mes/moldget/index.vue | 2 +- .../moldreturn/components/StockInItemForm.vue | 268 ++++++------------ src/views/mes/moldreturn/index.vue | 2 +- 4 files changed, 188 insertions(+), 352 deletions(-) diff --git a/src/views/mes/moldget/components/StockOutItemForm.vue b/src/views/mes/moldget/components/StockOutItemForm.vue index b58fb9a3..08289ccd 100644 --- a/src/views/mes/moldget/components/StockOutItemForm.vue +++ b/src/views/mes/moldget/components/StockOutItemForm.vue @@ -3,14 +3,14 @@
- + - + @@ -24,25 +24,59 @@ v-model="queryParams.name" :placeholder="t('MoldManagement.Mold.name')" clearabl - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -64,8 +98,7 @@ v-model="queryParams.name" :placeholder="t('MoldManagement.Mold.name')" clearabl diff --git a/src/views/mes/moldget/index.vue b/src/views/mes/moldget/index.vue index ad033595..ef523c16 100644 --- a/src/views/mes/moldget/index.vue +++ b/src/views/mes/moldget/index.vue @@ -409,7 +409,7 @@ onMounted(async () => { await getList() // 加载产品、仓库列表、客户 // productList.value = await ProductApi.getProductSimpleList() - moldList.value = await MoldBrandApi.getMoldAllList() + moldList.value = await MoldBrandApi.getBrandList() warehouseList.value = await WarehouseApi.getWarehouseSimpleList() customerList.value = await CustomerApi.getCustomerSimpleList() userList.value = await UserApi.getSimpleUserList() diff --git a/src/views/mes/moldreturn/components/StockInItemForm.vue b/src/views/mes/moldreturn/components/StockInItemForm.vue index 5d8ee791..be7d2152 100644 --- a/src/views/mes/moldreturn/components/StockInItemForm.vue +++ b/src/views/mes/moldreturn/components/StockInItemForm.vue @@ -3,14 +3,14 @@
- + - + @@ -24,25 +24,59 @@ v-model="queryParams.name" :placeholder="t('MoldManagement.Mold.name')" clearabl - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -64,8 +98,7 @@ v-model="queryParams.name" :placeholder="t('MoldManagement.Mold.name')" clearabl diff --git a/src/views/mes/moldreturn/index.vue b/src/views/mes/moldreturn/index.vue index 114ad4b2..4ce2d006 100644 --- a/src/views/mes/moldreturn/index.vue +++ b/src/views/mes/moldreturn/index.vue @@ -405,7 +405,7 @@ onMounted(async () => { await getList() // 加载产品、仓库列表、客户 // productList.value = await ProductApi.getProductSimpleList() - moldList.value = await MoldBrandApi.getMoldAllList() + moldList.value = await MoldBrandApi.getBrandList() warehouseList.value = await WarehouseApi.getWarehouseSimpleList() customerList.value = await CustomerApi.getCustomerSimpleList() userList.value = await UserApi.getSimpleUserList()