Browse Source

客户资料从表取消固定高度

zhuth 7 years ago
parent
commit
23131bb1f1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/saas-web/app/view/document/customer/FormPanel.js

+ 4 - 4
frontend/saas-web/app/view/document/customer/FormPanel.js

@@ -232,8 +232,8 @@ Ext.define('saas.view.document.customer.FormPanel', {
         detnoColumn: 'cc_detno',
         detnoColumn: 'cc_detno',
         showCount: false,
         showCount: false,
         deleteDetailUrl:'/api/document/customer/deletecontact',
         deleteDetailUrl:'/api/document/customer/deletecontact',
-        height:145,
-        emptyRows: 3,
+        // height:145,
+        // emptyRows: 3,
         columns : [
         columns : [
             {
             {
                 text : "ID", 
                 text : "ID", 
@@ -297,8 +297,8 @@ Ext.define('saas.view.document.customer.FormPanel', {
         detnoColumn: 'ca_detno',
         detnoColumn: 'ca_detno',
         showCount: false,
         showCount: false,
         deleteDetailUrl:'/api/document/customer/deleteaddress',
         deleteDetailUrl:'/api/document/customer/deleteaddress',
-        height:145,
-        emptyRows: 3,
+        // height:145,
+        // emptyRows: 3,
         columns : [
         columns : [
             {
             {
                 text : "ID", 
                 text : "ID",