Browse Source

修改其它出入库单界面

zhoudw 7 years ago
parent
commit
ffaf63ab7c

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

@@ -201,7 +201,7 @@ Ext.define('saas.view.stock.otherIn.QueryPanel', {
             dataIndex: 'pd_whname',
             width: 120
         },{
-            text: '单位成本',
+            text: '单',
             dataIndex: 'pd_orderprice',
             xtype:'numbercolumn',
             renderer : function(v) {

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

@@ -182,7 +182,7 @@ Ext.define('saas.view.stock.otherOut.QueryPanel', {
             dataIndex: 'pd_whname',
             width: 120
         },{
-            text: '单位成本',
+            text: '单',
             dataIndex: 'pd_orderprice',
             xtype:'numbercolumn',
             renderer : function(v) {