From 4efce59c899fc0c63f3bf14e4f64b846660c28bf Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 28 九月 2023 14:03:43 +0800 Subject: [PATCH] #bug修复 --- src/main/webapp/static/js/cstmr/cstmr.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index abc13f8..e15803f 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -148,6 +148,8 @@ ,{field: 'tel', align: 'left',title: '鐢佃瘽', templet:function(d){return emptyShow(d.tel)}} ,{field: 'remarks', align: 'left',title: '澶囨敞', templet:function(d){return emptyShow(d.remarks)}} ,{field: 'cstmrType$', align: 'left',title: '瀹㈡埛绫诲埆'} + ,{field: 'industry', align: 'left',title: '瀹㈡埛琛屼笟'} + ,{field: 'productCategory', align: 'left',title: '浜у搧绫诲埆'} ,{field: 'userId$', align: 'left',title: '娣诲姞浜哄憳'} ,{field: 'createTime$', align: 'left',title: '娣诲姞鏃堕棿'} ,{field: 'deptId$', align: 'left',title: '鎵�灞為儴闂�', hide: true} @@ -405,6 +407,7 @@ autoRow: true, filterable: true, remoteSearch: true, + clickClose: true, radio: true, remoteMethod: function (val, cb, show) { $.ajax({ -- Gitblit v1.9.1