From 4aa9727f1d5541770ab6aaab4baa328f7cc23978 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 18 七月 2025 15:27:56 +0800
Subject: [PATCH] 底部求和
---
north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue | 4 ++--
north-glass-erp/northglass-erp/src/views/mm/productStock/FinishedProductOut.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/mm/productStock/FinishedProductOut.vue b/north-glass-erp/northglass-erp/src/views/mm/productStock/FinishedProductOut.vue
index 88b6107..928d073 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/productStock/FinishedProductOut.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/productStock/FinishedProductOut.vue
@@ -340,7 +340,7 @@
<template>
<div class="main-div-customer">
<vxe-grid
- max-height="100%"
+ height="100%"
@filter-change="filterChanged"
class="mytable-scrollbar"
ref="xGrid"
diff --git a/north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue b/north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue
index 713a6ef..3f43be0 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/productStock/StorageRecord.vue
@@ -218,7 +218,7 @@
{field: 'orderDetail.productName',width: '140', title: t('order.product'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'orderDetail.width', width: '100',title: t('order.width'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'orderDetail.height',width: '100', title: t('order.height'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
- {field: 'area',width: '100', title: t('order.trueArea'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
+ {field: 'area',width: '100', title: t('order.area'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'money',width: '100', title: t('order.grossAmount'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'order.project',width: '100', title: t('order.project'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
{field: 'order.customerName',width: '100', title: t('order.customers'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
@@ -247,7 +247,7 @@
},
footerMethod ({ columns, data }) {//椤佃剼鍑芥暟
- let footList = ['quantity']
+ let footList = ['quantity','area','money']
return[
columns.map((column, columnIndex) => {
if (columnIndex === 0) {
--
Gitblit v1.8.0