优化单据显示,自适应
This commit is contained in:
@@ -47,9 +47,10 @@
|
||||
}
|
||||
}
|
||||
function dgResize() {
|
||||
var searchTabHeight = $('#searchTable').height();
|
||||
$('#tableData').datagrid('resize', {
|
||||
width: $(window).width() - 6,
|
||||
height: $(window).height() - 76
|
||||
height: $(window).height() - searchTabHeight -46
|
||||
});
|
||||
}
|
||||
$(window).resize(function () {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* $('#inputForm').submit(function(){
|
||||
* $('#password').val(DesUtils.encode($('#password').val(), '1,2,3'));
|
||||
* });
|
||||
* @author ThinkGem
|
||||
* @author jishenghua
|
||||
*/
|
||||
(function() {
|
||||
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
* Copyright (c) 2013-Now 华夏erp All rights reserved.
|
||||
*
|
||||
* @author jishenghua
|
||||
* @version 2019-09-14
|
||||
*/
|
||||
(function (a) {
|
||||
window.js = window.js || {};
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* Copyright (c) 2013-Now 华夏ERP All rights reserved.
|
||||
*
|
||||
* 通用公共JavaScript,注意:项目请不要修改公共CSS样式,若需要新增或调整,请在common.js中覆盖
|
||||
* @author ThinkGem
|
||||
* @version 2019-7-10
|
||||
* @author jishenghua
|
||||
* @version 2019-9-14
|
||||
*/
|
||||
if (typeof jQuery === "undefined") {
|
||||
throw new Error("JeeSite's JavaScript requires jQuery")
|
||||
throw new Error("JSHERP's JavaScript requires jQuery")
|
||||
}
|
||||
(function($, window, undefined) {
|
||||
parent.$("iframe.ui-layout-content").each(function() {
|
||||
|
||||
Reference in New Issue
Block a user