Selaa lähdekoodia

【界面标准化】【客户名称200、供应商名称200、仓库110、类型100、状态,单据状态80】【前端处理】

rainco 7 vuotta sitten
vanhempi
commit
2a45bc39e4
40 muutettua tiedostoa jossa 79 lisäystä ja 76 poistoa
  1. 1 1
      frontend/saas-web/app/view/core/dbfind/types/CustomerDbfindTrigger.js
  2. 1 1
      frontend/saas-web/app/view/core/dbfind/types/EmployeeDbfindTrigger.js
  3. 8 8
      frontend/saas-web/app/view/core/dbfind/types/ProductAddMultiDbfindTrigger.js
  4. 8 8
      frontend/saas-web/app/view/core/dbfind/types/ProductDbfindTrigger.js
  5. 7 7
      frontend/saas-web/app/view/core/dbfind/types/ProductMultiDbfindTrigger.js
  6. 4 4
      frontend/saas-web/app/view/document/customer/BasePanel.js
  7. 1 1
      frontend/saas-web/app/view/document/customer/FormPanel.js
  8. 3 3
      frontend/saas-web/app/view/document/vendor/BasePanel.js
  9. 1 1
      frontend/saas-web/app/view/document/vendor/FormPanel.js
  10. 2 2
      frontend/saas-web/app/view/home/infoCardList/Payment.js
  11. 2 2
      frontend/saas-web/app/view/home/infoCardList/PurchaseIn.js
  12. 1 1
      frontend/saas-web/app/view/home/infoCardList/Recment.js
  13. 1 1
      frontend/saas-web/app/view/home/infoCardList/SaleOut.js
  14. 2 2
      frontend/saas-web/app/view/home/infoCardList/UnauditCheckIn.js
  15. 1 1
      frontend/saas-web/app/view/home/infoCardList/UnauditSaleOut.js
  16. 1 1
      frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js
  17. 1 1
      frontend/saas-web/app/view/money/othreceipts/FormPanelController.js
  18. 2 2
      frontend/saas-web/app/view/money/othreceipts/QueryPanel.js
  19. 1 1
      frontend/saas-web/app/view/money/othspendings/FormPanelController.js
  20. 2 2
      frontend/saas-web/app/view/money/othspendings/QueryPanel.js
  21. 1 1
      frontend/saas-web/app/view/money/payBalance/FormPanelController.js
  22. 2 2
      frontend/saas-web/app/view/money/payBalance/QueryPanel.js
  23. 1 1
      frontend/saas-web/app/view/money/recBalance/FormPanelController.js
  24. 2 2
      frontend/saas-web/app/view/money/recBalance/QueryPanel.js
  25. 4 4
      frontend/saas-web/app/view/money/verification/FormPanelController.js
  26. 3 3
      frontend/saas-web/app/view/money/verification/QueryPanel.js
  27. 1 1
      frontend/saas-web/app/view/purchase/purchase/QueryPanel.js
  28. 2 0
      frontend/saas-web/app/view/purchase/purchase/QueryPanelController.js
  29. 1 1
      frontend/saas-web/app/view/purchase/purchaseIn/FormPanel.js
  30. 1 1
      frontend/saas-web/app/view/purchase/purchaseIn/QueryPanel.js
  31. 1 1
      frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js
  32. 1 1
      frontend/saas-web/app/view/purchase/purchaseOut/QueryPanel.js
  33. 2 1
      frontend/saas-web/app/view/sale/saleIn/FormPanel.js
  34. 1 1
      frontend/saas-web/app/view/sale/saleOut/FormPanel.js
  35. 1 1
      frontend/saas-web/app/view/stock/inventory/EditDataList.js
  36. 1 1
      frontend/saas-web/app/view/stock/make/FormPanel.js
  37. 1 1
      frontend/saas-web/app/view/stock/otherIn/FormPanel.js
  38. 1 1
      frontend/saas-web/app/view/stock/otherOut/FormPanel.js
  39. 1 1
      frontend/saas-web/app/view/stock/otherOut/QueryPanel.js
  40. 1 1
      frontend/saas-web/app/view/stock/report/DataList.js

+ 1 - 1
frontend/saas-web/app/view/core/dbfind/types/CustomerDbfindTrigger.js

@@ -49,7 +49,7 @@ Ext.define('saas.view.core.dbfind.types.CustomerDbfindTrigger', {
         dataIndex: "cu_type",
         width: 110
     }, {
-        text: "税率",
+        text: "税率(%)",
         dataIndex: "cu_taxrate",
         xtype: 'numbercolumn',
         width:80,

+ 1 - 1
frontend/saas-web/app/view/core/dbfind/types/EmployeeDbfindTrigger.js

@@ -44,7 +44,7 @@ Ext.define('saas.view.core.dbfind.types.EmployeeDbfindTrigger', {
     }, {
         text: "类型",
         dataIndex: "em_class",
-        width: 110,
+        width: 100,
     }, {
         text: "手机",
         dataIndex: "em_mobile",

+ 8 - 8
frontend/saas-web/app/view/core/dbfind/types/ProductAddMultiDbfindTrigger.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
         allowBlank: true,
         width:300,
         getCondition: function (v) {
-            return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_brand) like '%" + v.toUpperCase() + "%')";
+            return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_orispeccode) like '%" + v.toUpperCase() + "%')";
         }
     }],
     //窗口列设置
@@ -41,23 +41,23 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
     },{
         text: "品牌",
         dataIndex: "pr_brand",
-        width: 110
+        width: 100
     },{
-        text: "名称",
-        width: 200,
+        text: "物料名称",
+        width: 150,
         dataIndex: "pr_detail"
     }, {
         text : "型号", 
         dataIndex : "pr_orispeccode", 
-        width : 150.0
+        width : 200.0
     }, {
         text : "规格", 
         dataIndex : "pr_spec", 
-        width : 150.0
+        width : 200.0
     },{
         text: "单位",
         dataIndex: "pr_unit",
-        width: 80
+        width: 65
     },{
         text: "类型",
         dataIndex: "pr_kind",
@@ -85,7 +85,7 @@ Ext.define('saas.view.core.dbfind.types.ProductAddMultiDbfindTrigger', {
     }, {
         text: "仓库",
         dataIndex: "pr_whname",
-        width: 200,
+        width: 110,
         hidden: true
     }, {
         text: "最新采购单价(元)",

+ 8 - 8
frontend/saas-web/app/view/core/dbfind/types/ProductDbfindTrigger.js

@@ -20,7 +20,7 @@ Ext.define('saas.view.core.dbfind.types.ProductDbfindTrigger', {
         name : "search", 
         width: 200,
         getCondition: function(v) {
-            return "(upper(pr_brand) like '%" + v.toUpperCase()+"%' or upper(pr_code) like '%"+v.toUpperCase()+"%' or upper(pr_detail) like '%"+v.toUpperCase()+"%')";
+            return "(upper(pr_orispeccode) like '%" + v.toUpperCase()+"%' or upper(pr_code) like '%"+v.toUpperCase()+"%' or upper(pr_detail) like '%"+v.toUpperCase()+"%')";
         },
         allowBlank : true, 
         columnWidth :300
@@ -36,23 +36,23 @@ Ext.define('saas.view.core.dbfind.types.ProductDbfindTrigger', {
     },{
         text: "品牌",
         dataIndex: "pr_brand",
-        width: 110
+        width: 100
     },{
-        text: "名称",
-        width: 200,
+        text: "物料名称",
+        width: 150,
         dataIndex: "pr_detail"
     }, {
         text : "型号", 
         dataIndex : "pr_orispeccode", 
-        width : 150.0
+        width : 200.0
     }, {
         text : "规格", 
         dataIndex : "pr_spec", 
-        width : 150.0
+        width : 200.0
     },{
         text: "单位",
         dataIndex: "pr_unit",
-        width: 80
+        width: 65
     },{
         text: "类型",
         dataIndex: "pr_kind",
@@ -80,7 +80,7 @@ Ext.define('saas.view.core.dbfind.types.ProductDbfindTrigger', {
     }, {
         text: "仓库",
         dataIndex: "pr_whname",
-        width: 200,
+        width: 110,
         hidden: true
     }, {
         text: "最新采购单价(元)",

+ 7 - 7
frontend/saas-web/app/view/core/dbfind/types/ProductMultiDbfindTrigger.js

@@ -28,7 +28,7 @@ Ext.define('saas.view.core.dbfind.types.ProductMultiDbfindTrigger', {
         allowBlank: true,
         width:300,
         getCondition: function (v) {
-            return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_brand) like '%" + v.toUpperCase() + "%')";
+            return "(upper(pr_code) like '%" + v.toUpperCase() + "%' or upper(pr_detail) like '%" + v.toUpperCase() + "%' or upper(pr_orispeccode) like '%" + v.toUpperCase() + "%')";
         }
     }],
     //窗口列设置
@@ -43,23 +43,23 @@ Ext.define('saas.view.core.dbfind.types.ProductMultiDbfindTrigger', {
     },{
         text: "品牌",
         dataIndex: "pr_brand",
-        width: 110
+        width: 100
     },{
         text: "物料名称",
-        width: 200,
+        width: 150,
         dataIndex: "pr_detail"
     }, {
         text : "型号", 
         dataIndex : "pr_orispeccode", 
-        width : 150.0
+        width : 200.0
     }, {
         text : "规格", 
         dataIndex : "pr_spec", 
-        width : 150.0
+        width : 200.0
     },{
         text: "单位",
         dataIndex: "pr_unit",
-        width: 80
+        width: 65
     },{
         text: "类型",
         dataIndex: "pr_kind",
@@ -87,7 +87,7 @@ Ext.define('saas.view.core.dbfind.types.ProductMultiDbfindTrigger', {
     }, {
         text: "仓库",
         dataIndex: "pr_whname",
-        width: 200,
+        width: 110,
         hidden: true
     }, {
         text: "最新采购单价(元)",

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

@@ -92,16 +92,16 @@ Ext.define('saas.view.document.customer.BasePanel', {
         }, {
             text : "状态", 
             dataIndex : "cu_status", 
-            width : 90.0
+            width : 80.0
         }, {
             text : "类型", 
             dataIndex : "cu_type", 
-            width : 110.0
+            width : 100.0
         }, {
-            text : "税率", 
+            text : "税率(%)", 
             dataIndex : "cu_taxrate", 
             xtype: 'numbercolumn', 
-            width : 110.0, 
+            width : 80.0, 
             renderer : function(v) {
                 return saas.util.BaseUtil.numberFormat(v, 2, false);
             }

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

@@ -137,7 +137,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
     },{
         xtype : "numberfield", 
         name : "cu_taxrate", 
-        fieldLabel : "税率", 
+        fieldLabel : "税率(%)", 
         allowBlank : false, 
         columnWidth : 0.25,
         minValue:0,

+ 3 - 3
frontend/saas-web/app/view/document/vendor/BasePanel.js

@@ -85,13 +85,13 @@ Ext.define('saas.view.document.vendor.BasePanel', {
         }, {
             text : "状态", 
             dataIndex : "ve_status", 
-            width : 90.0
+            width : 80.0
         }, {
             text : "类型", 
             dataIndex : "ve_type", 
-            width : 110.0 
+            width : 100.0 
         }, {
-            text : "税率", 
+            text : "税率(%)", 
             xtype: 'numbercolumn', 
             dataIndex : "ve_taxrate", 
             width : 80.0, 

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

@@ -145,7 +145,7 @@ Ext.define('saas.view.document.vendor.FormPanel', {
         xtype : "numberfield", 
         name : "ve_taxrate", 
         hideTrigger:true,
-        fieldLabel : "税率", 
+        fieldLabel : "税率(%)", 
         allowBlank : false, 
         columnWidth : 0.25,
         minValue:0,  

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

@@ -36,12 +36,12 @@ Ext.define('saas.view.home.infoCardList.Payment', {
     }, {
         text: '供应商名称',
         dataIndex: 'pi_vendname',
-        width: 250
+        width: 200
     }, {
         text: '审核状态',
         align: 'center',
         dataIndex: 'pi_status',
-        width: 90
+        width: 80
     },{
         text: '关联单号',
         dataIndex: 'pi_pucode',

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

@@ -28,12 +28,12 @@ Ext.define('saas.view.home.infoCardList.PurchaseIn', {
     }, {
         text: '供应商名称',
         dataIndex: 'pu_vendname',
-        width: 150
+        width: 200
     }, {
         text: '审核状态',
         align: 'center',
         dataIndex: 'pu_status',
-        width: 90
+        width: 80
     }, {
         text: '业务状态',
         align: 'center',

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

@@ -28,7 +28,7 @@ Ext.define('saas.view.home.infoCardList.Recment', {
     },{
         text: '客户名称',
         dataIndex: 'pi_custname',
-        width: 250
+        width: 200
     }, {
         text: '单据状态',
         align: 'center',

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

@@ -38,7 +38,7 @@ Ext.define('saas.view.home.infoCardList.SaleOut', {
     }, {
         text: '客户名称',
         dataIndex: 'sa_custname',
-        width: 250
+        width: 200
     }, {
         text: '明细序号',
         dataIndex: 'sd_detno',

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

@@ -36,12 +36,12 @@ Ext.define('saas.view.home.infoCardList.UnauditCheckIn', {
     }, {
         text: '供应商名称',
         dataIndex: 'pi_vendname',
-        width: 250
+        width: 200
     }, {
         text: '审核状态',
         align: 'center',
         dataIndex: 'pi_status',
-        width: 90
+        width: 80
     },{
         text: '关联单号',
         dataIndex: 'pi_pucode',

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

@@ -28,7 +28,7 @@ Ext.define('saas.view.home.infoCardList.UnauditSaleOut', {
     },{
         text: '客户名称',
         dataIndex: 'pi_custname',
-        width: 250
+        width: 200
     }, {
         text: '单据状态',
         align: 'center',

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

@@ -118,7 +118,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
             text: '审核状态',
             dataIndex: 'ft_status',
             align: 'center',
-            width: 90
+            width: 80
         }, {
             text: '备注',
             dataIndex: 'ftd_remark',

+ 1 - 1
frontend/saas-web/app/view/money/othreceipts/FormPanelController.js

@@ -41,7 +41,7 @@ Ext.define('saas.view.money.othreceipts.FormPanelController', {
                             dataIndex: "cu_sellername",
                             width:110
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "cu_taxrate",
                             xtype: 'numbercolumn',
                             width:80,

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

@@ -111,7 +111,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
         }, {
             text: '客户名称',
             dataIndex: 'or_custname',
-            width: 250
+            width: 200
         },  {
             text: '结算账户',
             dataIndex: 'or_bankname',
@@ -150,7 +150,7 @@ Ext.define('saas.view.money.othreceipts.QueryPanel', {
         }, {
             text: '客户名称',
             dataIndex: 'or_custname',
-            width: 250
+            width: 200
         },  {
             text: '结算账户',
             dataIndex: 'or_bankname',

+ 1 - 1
frontend/saas-web/app/view/money/othspendings/FormPanelController.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.money.othspendings.FormPanelController', {
                             dataIndex: "ve_type",
                             width: 110,
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "ve_taxrate",
                             width: 80,
                             xtype: 'numbercolumn',

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

@@ -109,7 +109,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
         }, {
             text: '供应商名称',
             dataIndex: 'os_vendname',
-            width:250
+            width:200
         },{
             text: '结算账户',
             dataIndex: 'os_bankname',
@@ -149,7 +149,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
         }, {
             text: '供应商名称',
             dataIndex: 'os_vendname',
-            width:250
+            width:200
         },{
             text: '结算账户',
             dataIndex: 'os_bankname',

+ 1 - 1
frontend/saas-web/app/view/money/payBalance/FormPanelController.js

@@ -27,7 +27,7 @@ Ext.define('saas.view.money.payBalance.FormPanelController', {
                             dataIndex: "ve_type",
                             width: 110,
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "ve_taxrate",
                             width: 80,
                             xtype: 'numbercolumn',

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

@@ -86,7 +86,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
             }, {
                 text: '供应商名称',
                 dataIndex: 'pb_vendname',
-                width: 180,
+                width: 200,
             }, {
                 text: '单据状态',
                 align: 'center',
@@ -119,7 +119,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
         }, {
             text: '供应商名称',
             dataIndex: 'pb_vendname',
-            width: 180,
+            width: 200,
         }, {
             text: '单据状态',
             align: 'center',

+ 1 - 1
frontend/saas-web/app/view/money/recBalance/FormPanelController.js

@@ -42,7 +42,7 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
                             dataIndex: "cu_sellername",
                             width:110
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "cu_taxrate",
                             xtype: 'numbercolumn',
                             width:80,

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

@@ -77,7 +77,7 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
         }, {
             text: '客户名称',
             dataIndex: 'rb_custname',
-            width: 180,
+            width: 200,
         }, {
             text: '单据状态',
             align: 'center',
@@ -115,7 +115,7 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
         }, {
             text: '客户名称',
             dataIndex: 'rb_custname',
-            width: 180,
+            width: 200,
         },{
             text: '收款人',
             dataIndex: 'rb_manname',

+ 4 - 4
frontend/saas-web/app/view/money/verification/FormPanelController.js

@@ -42,7 +42,7 @@ Ext.define('saas.view.money.verification.FormPanelController', {
                             dataIndex: "cu_sellername",
                             width:110
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "cu_taxrate",
                             xtype: 'numbercolumn',
                             width:80,
@@ -124,7 +124,7 @@ Ext.define('saas.view.money.verification.FormPanelController', {
                             dataIndex: "cu_sellername",
                             width:110
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "cu_taxrate",
                             xtype: 'numbercolumn',
                             width:80,
@@ -191,7 +191,7 @@ Ext.define('saas.view.money.verification.FormPanelController', {
                             dataIndex: "ve_type",
                             width: 110,
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "ve_taxrate",
                             width: 80,
                             xtype: 'numbercolumn',
@@ -266,7 +266,7 @@ Ext.define('saas.view.money.verification.FormPanelController', {
                             dataIndex: "ve_type",
                             width: 110,
                         }, {
-                            text: "税率",
+                            text: "税率(%)",
                             dataIndex: "ve_taxrate",
                             width: 80,
                             xtype: 'numbercolumn',

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

@@ -97,7 +97,7 @@ Ext.define('saas.view.money.verification.QueryPanel', {
             text: '审核状态',
             align: 'center',
             dataIndex: 'vc_status',
-            width: 100
+            width: 80
         },{
             text: '业务类型',
             dataIndex: 'vc_kind',
@@ -109,7 +109,7 @@ Ext.define('saas.view.money.verification.QueryPanel', {
         }, {
             text: '客户名称',
             dataIndex: 'vc_custname',
-            width: 130
+            width: 200
         }, {
             text: '供应商编号',
             dataIndex: 'vc_vendcode',
@@ -117,7 +117,7 @@ Ext.define('saas.view.money.verification.QueryPanel', {
         }, {
             text: '供应商名称',
             dataIndex: 'vc_vendname',
-            width: 130
+            width: 200
         }, {
             text: '核销金额(元)',
             dataIndex: 'vc_amount1',

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

@@ -20,7 +20,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
         xtype: 'productDbfindTrigger',
         name: 'pr_detail',
         showDetail: true,
-        emptyText:'输入物料编号或名称',
+        emptyText:'输入物料编号、名称或型号',
     }, {
         xtype: 'condatefield',
         name: 'pu_date',

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

@@ -13,6 +13,8 @@ Ext.define('saas.view.purchase.purchase.QueryPanelController', {
                             from:'pr_code',to:'pd_prodcode',
                         }, {
                             from:'pr_detail',to:'pr_detail'
+                        }, {
+                            from:'pr_orispeccode',to:'pr_orispeccode'
                         }],
                     }) ;   
 

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

@@ -177,7 +177,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
         }, {
             text: "仓库",
             dataIndex: "pd_whname",
-            width: 80.0,
+            width: 110.0,
             allowBlank: false,
             editor: {
                 displayField: "display",

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

@@ -120,7 +120,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
         },{
             text: '供应商名称',
             dataIndex: 'pi_vendname',
-            width: 150
+            width: 200
         },{
             text: '金额(元)',
             xtype: 'numbercolumn',

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

@@ -172,7 +172,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
         }, {
             text: "仓库",
             dataIndex: "pd_whname",
-            width: 80.0,
+            width: 110.0,
             allowBlank: false,
             editor: {
                 displayField: "display",

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

@@ -126,7 +126,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
         }, {
             text: '供应商名称',
             dataIndex: 'pi_vendname',
-            width: 150
+            width: 200
         }, {
             text: '金额(元)',
             xtype: 'numbercolumn',

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

@@ -192,13 +192,14 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                 width : 0
             }, {
                 text : "仓库", 
+                width: 110.0,
                 dataIndex : "pd_whcode", 
                 hidden :true
             }, {
                 text : "仓库", 
                 dataIndex : "pd_whname", 
                 allowBlank:false,
-                width : 80.0, 
+                width: 110.0,
                 editor : {
                     displayField : "display", 
                     editable : true, 

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

@@ -204,7 +204,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
         }, {
             text: "仓库",
             dataIndex: "pd_whname",
-            width: 80.0,
+            width: 110.0,
             items: null,
             allowBlank: false,
             editor: {

+ 1 - 1
frontend/saas-web/app/view/stock/inventory/EditDataList.js

@@ -118,7 +118,7 @@ Ext.define('saas.view.stock.inventory.EditDataList', {
     }, {
         text : "仓库", 
         dataIndex : "st_whname", 
-        width : 80.0
+        width: 110.0
     }, {
         text : "物料类型", 
         dataIndex : "st_prodkind", 

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

@@ -265,7 +265,7 @@ Ext.define('saas.view.stock.make.FormPanel', {
             }, {
                 text : "仓库",
                 dataIndex : "mm_whname",
-                width : 80.0,
+                width: 110.0,
                 items : null,
                 allowBlank : false,
                 editor : {

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

@@ -182,7 +182,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
             }, {
                 text : "仓库", 
                 dataIndex : "pd_whname", 
-                width : 80.0, 
+                width: 110.0,
                 allowBlank : false,
                 editor : {
                     displayField : "display", 

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

@@ -165,7 +165,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
             }, {
                 text: "仓库",
                 dataIndex: "pd_whname",
-                width: 80.0,
+                width: 110.0,
                 allowBlank : false,
                 editor: {
                     displayField: "display",

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

@@ -151,7 +151,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
             text: '审核状态',
             align: 'center',
             dataIndex: 'pi_status',
-            width: 90
+            width: 80
         }, {
             text: '物料编号',
             dataIndex: 'pd_prodcode',

+ 1 - 1
frontend/saas-web/app/view/stock/report/DataList.js

@@ -75,7 +75,7 @@ Ext.define('saas.view.stock.report.DataList', {
         dataIndex: "rc_whName",
         hidden: true,
         toggle: true,
-        width: 80,
+        width: 110.0
     }, {
         text: "数量",
         xtype: 'numbercolumn',