From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/pages/ReceivingNoteStockInRequest.page | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/ReceivingNoteStockInRequest.page b/force-app/main/default/pages/ReceivingNoteStockInRequest.page
index 3d26c1a..7732e24 100644
--- a/force-app/main/default/pages/ReceivingNoteStockInRequest.page
+++ b/force-app/main/default/pages/ReceivingNoteStockInRequest.page
@@ -55,8 +55,8 @@
}
});
//20210803 ljh WLIG-C5J9ZP start
- // j$('table#tableData').css('width', (tableWidth + 2) + 'px');
- // j$('table#tableHeader').css('width', (tableWidth + 2) + 'px');
+ //j$('table#tableData').css('width', (tableWidth + 2) + 'px');
+ //j$('table#tableHeader').css('width', (tableWidth + 2) + 'px');
j$('table#tableData').css('width', (2188 + 2) + 'px');
j$('table#tableHeader').css('width', (2188 + 2) + 'px');
//20210803 ljh WLIG-C5J9ZP end
--
Gitblit v1.9.1