From 7ffc133ec00a1e460a03d33085943f7d2ac4a29e Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期二, 06 四月 2021 17:33:27 +0800
Subject: [PATCH] 工序下推页面优化处理
---
WebTM/views/Baseset/基础资料/Gy_GetProductionTeamList.html | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
index f2b9889..ee606c9 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_GetProductionTeamList.html"
@@ -50,20 +50,18 @@
var checkStatus = table.checkStatus('ck-table')
, data = checkStatus.data;
parent.GetProductionTeamValue(data);
- //var index = parent.layer.getFrameIndex(window.name);
- //parent.layer.close(0);
});
RoadQuery($('#Value').val());
table.render({
elem: '#ck-table'
// , url: '/demo/table/user/'
, data: []
- , cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
+ //, cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
, cols: [[
{ type: 'radio' }
- , { field: 'HItemID', width: 150, title: '鐝粍ID', hide: true }
- , { field: '鐝粍浠g爜', width: 150, title: '鐝粍浠g爜' }
- , { field: '鐝粍', width: 150, title: '鐝粍', sort: true }
+ , { field: 'HItemID', title: '鐝粍ID', hide: true }
+ , { field: '鐝粍浠g爜', width:110, title: '鐝粍浠g爜' }
+ , { field: '鐝粍', width: 110, title: '鐝粍', sort: true }
]]
, page: true
});
@@ -82,7 +80,7 @@
ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
table.reload('ck-table', {
data: ajaxReturnData
- , height: 'full-10'
+ //, height: 'full-10'
, loading: false
, done: function (index, res) {
--
Gitblit v1.9.1