From 90b8b7ebad81296d27c99b012fe2097040cae786 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 07 三月 2024 10:34:23 +0800
Subject: [PATCH] 排查饼修改取消出库任务问题,注释向wcs下发任务代码。
---
HTML/js/public.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/HTML/js/public.js b/HTML/js/public.js
index 7b8cf0d..7e11b1b 100644
--- a/HTML/js/public.js
+++ b/HTML/js/public.js
@@ -179,6 +179,9 @@
var bodyHeight = $("#body").outerHeight();
var topHeight = $("#top").outerHeight();
var centerHeight = $("#center").outerHeight();
+// console.log(bodyHeight);
+// console.log(topHeight);
+// console.log(centerHeight);
var hh = bodyHeight - topHeight-centerHeight - 26 ;//6鏄痓ody涓婂唴杈硅窛
return hh;
@@ -207,6 +210,20 @@
var h2 = parseInt(hh*0.4)
return h2;
}
+//鑾峰彇闄ゆ悳绱㈡潯浠朵互鍙婇〉绛惧楂樺害
+function GetTableTabHeight() {
+ var bodyHeight = $("#body").outerHeight();
+ var topHeight = $("#top").outerHeight();
+ var centerHeight = $("#center").outerHeight();
+ var tabHeight = $("#tab").outerHeight();
+ // console.log(bodyHeight);
+ // console.log(topHeight);
+ // console.log(centerHeight);
+ // console.log(tabHeight);
+
+ var hh = bodyHeight - topHeight-centerHeight-tabHeight - 57 ;//6鏄痓ody涓婂唴杈硅窛
+ return hh;
+}
//鍒ゆ柇鏄惁姝f暣鏁� true 姝f暣鏁� false 鍏朵粬
function isIntNum(val){
--
Gitblit v1.8.0