From 318d5261ad9184d4d3fd024945c5ba318f465707 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 7 Feb 2024 12:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20ERP=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E8=AE=A1=E7=AE=97=E7=9A=84=E5=9B=9B=E8=88=8D?= =?UTF-8?q?=E4=BA=94=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/product/product/index.vue | 22 ++++++++++++++++--- .../erp/purchase/supplier/SupplierForm.vue | 1 + src/views/erp/stock/record/index.vue | 17 +++++++++++--- src/views/erp/stock/stock/index.vue | 8 ++++++- src/views/erp/stock/warehouse/index.vue | 15 +++++++++++-- 5 files changed, 54 insertions(+), 9 deletions(-) diff --git a/src/views/erp/product/product/index.vue b/src/views/erp/product/product/index.vue index 3b7fc9cf..1e8f89e3 100644 --- a/src/views/erp/product/product/index.vue +++ b/src/views/erp/product/product/index.vue @@ -61,9 +61,24 @@ - - - + + + - + - - + + @@ -139,6 +149,7 @@ import download from '@/utils/download' import { StockRecordApi, StockRecordVO } from '@/api/erp/stock/record' import { ProductApi, ProductVO } from '@/api/erp/product/product' import { WarehouseApi, WarehouseVO } from '@/api/erp/stock/warehouse' +import { erpCountTableColumnFormatter } from '@/utils' /** ERP 产品库存明细列表 */ defineOptions({ name: 'ErpStockRecord' }) diff --git a/src/views/erp/stock/stock/index.vue b/src/views/erp/stock/stock/index.vue index 6c30bc90..5135b0fd 100644 --- a/src/views/erp/stock/stock/index.vue +++ b/src/views/erp/stock/stock/index.vue @@ -69,7 +69,12 @@ - + @@ -87,6 +92,7 @@ import download from '@/utils/download' import { StockApi, StockVO } from '@/api/erp/stock/stock' import { ProductApi, ProductVO } from '@/api/erp/product/product' import { WarehouseApi, WarehouseVO } from '@/api/erp/stock/warehouse' +import { erpCountTableColumnFormatter } from '@/utils' /** ERP 产品库存列表 */ defineOptions({ name: 'ErpStock' }) diff --git a/src/views/erp/stock/warehouse/index.vue b/src/views/erp/stock/warehouse/index.vue index e0532b95..6d112565 100644 --- a/src/views/erp/stock/warehouse/index.vue +++ b/src/views/erp/stock/warehouse/index.vue @@ -62,8 +62,18 @@ - - + + @@ -129,6 +139,7 @@ import { dateFormatter } from '@/utils/formatTime' import download from '@/utils/download' import { WarehouseApi, WarehouseVO } from '@/api/erp/stock/warehouse' import WarehouseForm from './WarehouseForm.vue' +import { erpPriceTableColumnFormatter } from '@/utils' /** ERP 仓库列表 */ defineOptions({ name: 'ErpWarehouse' })