Explorar el Código

列表状态字段居中

zhuth hace 7 años
padre
commit
1cc9eb0f71

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

@@ -127,6 +127,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
         },{
             text: '审核状态',
             dataIndex: 'ft_status',
+            align: 'center',
             width: 90
         }, {
             text: '录入人',

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

@@ -109,6 +109,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
             }
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'or_status',
             width: 90
         }, {
@@ -158,6 +159,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
             }
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'or_status',
             width: 90
         }, {

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

@@ -119,6 +119,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
             }
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'os_status',
             width: 90
         },{
@@ -168,6 +169,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
             }
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'os_status',
             width: 90
         },{

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

@@ -94,6 +94,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
                 width: 180,
             }, {
                 text: '单据状态',
+                align: 'center',
                 dataIndex: 'pb_status',
                 width: 90
             }, {
@@ -126,6 +127,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
             width: 180,
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pb_status',
             width: 90
         }, {

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

@@ -85,6 +85,7 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
             width: 180,
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'rb_status',
             width: 80
         }, {
@@ -113,6 +114,7 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
             width: 100
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'rb_status',
             width: 80
         }, {

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

@@ -104,6 +104,7 @@ Ext.define('saas.view.money.verification.QueryPanel', {
             width: 100
         },{
             text: '审核状态',
+            align: 'center',
             dataIndex: 'vc_status',
             width: 100
         },{

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

@@ -112,10 +112,12 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
             width: 110
         }, {
             text: '审核状态',
+            align: 'center',
             dataIndex: 'pu_status',
             width: 90
         },{
             text: '业务状态',
+            align: 'center',
             dataIndex: 'pu_acceptstatus',
             width: 90
         },{
@@ -156,10 +158,12 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
             width: 150
         }, {
             text: '审核状态',
+            align: 'center',
             dataIndex: 'pu_status',
             width: 90
         },{
             text: '业务状态',
+            align: 'center',
             dataIndex: 'pu_acceptstatus',
             width: 90
         }, {

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

@@ -106,10 +106,12 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
             width: 110
         },{
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
             text: '付款状态',
+            align: 'center',
             dataIndex: 'pi_prstatus',
             width: 90
         },{
@@ -154,6 +156,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
             width: 150
         },{
             text: '审核状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{

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

@@ -109,10 +109,12 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
             width: 110
         },{
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
             text: '付款状态',
+            align: 'center',
             dataIndex: 'pi_prstatus',
             width: 90
         },{
@@ -157,6 +159,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
                 width: 150
             },{
                 text: '审核状态',
+                align: 'center',
                 dataIndex: 'pi_status',
                 width: 90
             },{

+ 1 - 0
frontend/saas-web/app/view/purchase/report/Purchase.js

@@ -57,6 +57,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         width: 250
     }, {
         text: '业务状态',
+        align: 'center',
         dataIndex: 'pu_acceptstatus',
         width: 90
     }, {

+ 1 - 0
frontend/saas-web/app/view/sale/report/Sale.js

@@ -56,6 +56,7 @@ Ext.define('saas.view.sale.report.Sale', {
         width: 250
     }, {
         text: '业务状态',
+        align: 'center',
         dataIndex: 'sa_sendstatus'
     }, {
         text: '业务员编号',

+ 3 - 0
frontend/saas-web/app/view/sale/sale/QueryPanel.js

@@ -117,10 +117,12 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
             }
         }, {
             text: '审核状态',
+            align: 'center',
             dataIndex: 'sa_status',
             width: 90
         }, {
             text: '业务状态',
+            align: 'center',
             dataIndex: 'sa_sendstatus',
             width: 90
         }, {
@@ -156,6 +158,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
             width: 200
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'sa_status',
             width: 120
         }, {

+ 3 - 0
frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

@@ -96,10 +96,12 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
             width: 110
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
             text: '收款状态',
+            align: 'center',
             dataIndex: 'pi_prstatus',
             width: 90
         },{
@@ -144,6 +146,7 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
             width: 250
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         }, {

+ 3 - 0
frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

@@ -97,10 +97,12 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             width: 110
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
             text: '收款状态',
+            align: 'center',
             dataIndex: 'pi_prstatus',
             width: 90
         },{
@@ -145,6 +147,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             width: 250
         }, {
             text: '单据状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         }, {

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

@@ -101,6 +101,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
             width: 110
         },{
             text: '状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
@@ -137,6 +138,7 @@ Ext.define('saas.view.stock.appropriationInOut.QueryPanel', {
                 width: 110
             },{
                 text: '状态',
+                align: 'center',
                 dataIndex: 'pi_status',
                 width: 90
             },{

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

@@ -132,6 +132,7 @@ Ext.define('saas.view.stock.make.QueryPanel', {
             width: 80,
         },{
             text: '单据状态',
+            align: 'center',
             dataIndex: 'ma_status',
             width: 90,
         },{

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

@@ -99,6 +99,7 @@ Ext.define('saas.view.stock.otherIn.QueryPanel', {
             width: 250
         },{
             text: '状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
@@ -139,6 +140,7 @@ Ext.define('saas.view.stock.otherIn.QueryPanel', {
             width: 250
         },{
             text: '状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{

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

@@ -99,6 +99,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
             width: 250
         },{
             text: '状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{
@@ -139,6 +140,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
             width: 250
         },{
             text: '状态',
+            align: 'center',
             dataIndex: 'pi_status',
             width: 90
         },{