From 8b434a01ef9e2e48d1300be7792caa91f653b08e Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 11 九月 2023 20:04:05 +0800 Subject: [PATCH] #销售核价可查看甲方单位与规划单信息 --- src/main/webapp/static/js/cstmr/cstmr.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index bc5a4d4..ab0c979 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -138,10 +138,10 @@ // size: 'sm', skin: 'line', cols: [[ - {type: 'checkbox'} + // {type: 'checkbox'} // ,{field: 'id', align: 'center',title: 'ID'} - // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'} - ,{field: 'name', align: 'left',title: '瀹㈡埛鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 350} + // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'}, + {field: 'name', align: 'left',title: '瀹㈡埛鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 350} ,{field: 'simple', align: 'left',title: '瀹㈡埛绠�绉�', hide: true} ,{field: 'uuid', align: 'left',title: '瀹㈡埛浠e彿'} ,{field: 'addr', align: 'left',title: '璇︾粏鍦板潃', templet:function(d){return emptyShow(d.addr)}} @@ -405,6 +405,7 @@ autoRow: true, filterable: true, remoteSearch: true, + clickClose: true, radio: true, remoteMethod: function (val, cb, show) { $.ajax({ -- Gitblit v1.9.1