From ba5b9f28eb0ba21641c606507d74ef0937cce4e9 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 22 二月 2022 16:19:59 +0800
Subject: [PATCH] 单据页面过滤条件部分隐藏,查询布局优化
---
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html
index 0a2a976..5f52a29 100644
--- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html
+++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_EntrustOrderBill.html
@@ -349,8 +349,8 @@
, { field: 'HUnitNumber', title: '璁¢噺鍗曚綅浠g爜', width: 100, hide: true }
, { field: 'HUnitID', title: '璁¢噺鍗曚綅ID', width: 100, hide: true }
, { field: 'HQty', title: '鏁伴噺', width: 100 }
- , { field: 'HPrice', title: '鍗曚环', width: 100 }
- , { field: 'HMoney', title: '閲戦', width: 100 }
+ , { field: 'HPrice', title: '鍗曚环', width: 100, hide: true }
+ , { field: 'HMoney', title: '閲戦', width: 100, hide: true}
, { field: 'HDate', title: '瑕佹眰浜よ揣鏃ユ湡', width: 150 }
//, { field: 'HDate2', title: '纭浜よ揣鏃ユ湡', width: 150 }
, { field: 'HPURCHASEORGID', title: '閲囪喘缁勭粐', width: 150 }
--
Gitblit v1.9.1