From 93feb2bee2d8bf488e1bd76abf867c70f4e841eb Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 20 十二月 2024 17:52:37 +0800
Subject: [PATCH] 财务产量报表机加件数据去除
---
_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
index c6dde50..31cd226 100644
--- a/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
+++ b/_Main/UI/MacroPlannerWebApp/Views/InvnetoryUpdate.vw
@@ -146,7 +146,7 @@
FormInventoryPointSelection_DataSetLevelInventoryPointSelection
{
groupDepth: -1
- sort: 'InventoryPoint'
+ sort: 'DESC:Fac'
column_ImgIsIncluded
{
columnId: 'ImgIsIncluded'
@@ -183,14 +183,14 @@
subtotals: ''
width: 150
}
- column_Quantity
+ column_Fac
{
- columnId: 'Quantity'
- dataPath: 'Quantity'
- dataType: 'real'
+ columnId: 'Fac'
+ dataPath: 'Fac'
+ dataType: 'string'
index: 4
subtotals: ''
- width: 150
+ width: 89
}
}
}
--
Gitblit v1.9.3