Browse Source

代码提交

hy 7 years ago
parent
commit
6d321af5a3
1 changed files with 7 additions and 1 deletions
  1. 7 1
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

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

@@ -79,7 +79,13 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         text: '业务类型',
         dataIndex: 'pi_class',
         width: 100,
-        locked: true
+        locked: true,
+        renderer:function(v,m,r){
+            if(v=='MOVEIN'){
+                return '拨入单'
+            }
+            return v
+        }
     }, {
         text: '往来单位',
         dataIndex: 'bizname',