浏览代码

【界面标准化】【币别居中】

rainco 7 年之前
父节点
当前提交
38dda9b272

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

@@ -18,7 +18,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
         margin:'0 0 0 20',
         margin:'0 0 0 20',
         xtype: 'productDbfindTrigger',
         xtype: 'productDbfindTrigger',
         name: 'pr_detail',
         name: 'pr_detail',
-        emptyText:'输入物料编号或名称',
+        emptyText:'输入物料编号、名称或型号',
         showDetail: true
         showDetail: true
     }, {
     }, {
         xtype: 'condatefield',
         xtype: 'condatefield',
@@ -140,6 +140,7 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
         },{
         },{
             text: '币别',
             text: '币别',
             dataIndex: 'pi_currency',
             dataIndex: 'pi_currency',
+            align: 'center',
             width: 65
             width: 65
         }, {
         }, {
             text: '审核状态',
             text: '审核状态',

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

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

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

@@ -146,6 +146,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
         },{
         },{
             text: '币别',
             text: '币别',
             dataIndex: 'pi_currency',
             dataIndex: 'pi_currency',
+            align: 'center',
             width: 65
             width: 65
         }, {
         }, {
             text: '审核状态',
             text: '审核状态',