Browse Source

【界面标准化】【采购单列表】【审核状态前新增“币别”列,采购数量改为数量】【前端处理】

rainco 7 years ago
parent
commit
bba295a30d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      frontend/saas-web/app/view/purchase/purchase/QueryPanel.js

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

@@ -136,6 +136,10 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
                 var format = '0,000.' + xr.join('');
                 return Ext.util.Format.number(v, format);
             }
+        },{
+            text: '币别',
+            dataIndex: 'pu_currency',
+            width: 65
         }, {
             text: '审核状态',
             align: 'center',
@@ -204,7 +208,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
             dataIndex: 'pr_spec',
             width: 200
         },{
-            text: '采购数量',
+            text: '数量',
             dataIndex: 'pd_qty',
             xtype: 'numbercolumn',
             width: 110,