Browse Source

列width为0的改为hidden

zhuth 7 years ago
parent
commit
111127af18

+ 2 - 2
frontend/saas-web/app/view/home/infoCardList/Payment.js

@@ -23,7 +23,7 @@ Ext.define('saas.view.home.infoCardList.Payment', {
     }, {
         text: '单据类型',
         dataIndex: 'pd_piclass',
-        width: 0
+        hidden: true
     }, {
         text: '单据日期',
         dataIndex: 'pi_date',
@@ -32,7 +32,7 @@ Ext.define('saas.view.home.infoCardList.Payment', {
     }, {
         text: '供应商编号',
         dataIndex: 'pi_vendcode',
-        width: 0
+        hidden: true
     }, {
         text: '供应商名称',
         dataIndex: 'pi_vendname',

+ 0 - 1
frontend/saas-web/app/view/home/infoCardList/PurchaseIn.js

@@ -14,7 +14,6 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
     listColumns: [{
         text: 'id',
         dataIndex: 'pu_id',
-        width: 0,
         hidden: true
     }, {
         text: '采购单号',

+ 2 - 2
frontend/saas-web/app/view/home/infoCardList/UnauditCheckIn.js

@@ -23,7 +23,7 @@ Ext.define('saas.view.home.infoCardList.UnauditCheckIn', {
     }, {
         text: '单据类型',
         dataIndex: 'pd_piclass',
-        width: 0
+        hidden: true
     }, {
         text: '单据日期',
         dataIndex: 'pi_date',
@@ -32,7 +32,7 @@ Ext.define('saas.view.home.infoCardList.UnauditCheckIn', {
     }, {
         text: '供应商编号',
         dataIndex: 'pi_vendcode',
-        width: 0
+        hidden: true
     }, {
         text: '供应商名称',
         dataIndex: 'pi_vendname',

+ 4 - 4
frontend/saas-web/app/view/money/fundtransfer/FormPanel.js

@@ -60,11 +60,11 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
                 }, {
                     text: "转出账户ID",
                     dataIndex: "ftd_bankid",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "转出账户编号",
                     dataIndex: "ftd_bankcode",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "转出账户",
                     width: 200.0,
@@ -92,11 +92,11 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
                 }, {
                     text: "转入账户ID",
                     dataIndex: "ftd_inbankid",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "转入账户编号",
                     dataIndex: "ftd_inbankcode",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "转入账户",
                     width: 200.0,

+ 1 - 1
frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

@@ -113,7 +113,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
         }, {
             text: '结算号',
             dataIndex: 'ftd_paycode',
-            width: 0
+            hidden: true
         },{
             text: '审核状态',
             dataIndex: 'ft_status',

+ 0 - 2
frontend/saas-web/app/view/money/payBalance/QueryPanel.js

@@ -71,7 +71,6 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
             {
                 text: 'id',
                 dataIndex: 'id',
-                width: 0,
                 xtype: 'numbercolumn',
                 hidden: true
             }, {
@@ -104,7 +103,6 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
         relativeColumn: [{
             text: 'id',
             dataIndex: 'id',
-            width: 0,
             xtype: 'numbercolumn',
             hidden: true
         }, {

+ 2 - 0
frontend/saas-web/app/view/money/verification/FormPanel.js

@@ -61,6 +61,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
 
         detail1: {
             xtype: "detailGridField",
+            name: 'detail1',
             storeModel: 'saas.model.money.Verification1',
             detnoColumn: 'vd_detno',
             deleteDetailUrl: '/api/money/verification/deleteDetail1',
@@ -159,6 +160,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
         },
         detail2: {
             xtype: "detailGridField",
+            name: 'detail2',
             storeModel: 'saas.model.money.Verification2',
             detnoColumn: 'vcd_detno',
             deleteDetailUrl: '/api/money/verification/deleteDetail2',

+ 0 - 2
frontend/saas-web/app/view/purchase/purchase/QueryPanel.js

@@ -97,7 +97,6 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
         {
             text: 'id',
             dataIndex: 'pu_id',
-            width: 0,
             xtype: 'numbercolumn',
             hidden:true
         }, {
@@ -161,7 +160,6 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
         {
             text: 'id',
             dataIndex: 'pu_id',
-            width: 0,
             hidden: true
         }, {
             text: '采购单号',

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseIn/QueryPanel.js

@@ -111,7 +111,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
         },{
             text: '单据类型',
             dataIndex: 'pi_class',
-            width: 0
+            hidden: true
         },{
             text: '单据日期',
             dataIndex: 'pi_date',

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseOut/QueryPanel.js

@@ -117,7 +117,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
         }, {
             text: '单据类型',
             dataIndex: 'pi_class',
-            width: 0
+            hidden: true
         }, {
             text: '单据日期',
             dataIndex: 'pi_date',

+ 1 - 1
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -109,7 +109,7 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                 }, {
                     text: "物料id",
                     dataIndex: "sd_prodid",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "物料编号",
                     width: 150.0,

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -126,7 +126,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
                 }, {
                     text: "物料id",
                     dataIndex: "pd_prodid",
-                    width: 0
+                    hidden: true
                 }, {
                     text: "物料编号",
                     width: 150.0,

+ 1 - 1
frontend/saas-web/app/view/stock/make/QueryPanel.js

@@ -153,7 +153,7 @@ Ext.define('saas.view.stock.make.QueryPanel', {
             text: '单位成本',
             dataIndex: 'ma_total',
             xtype: 'numbercolumn',
-            width: 0,
+            hidden: true,
         }],
         relativeColumn: []
     }