hy hace 7 años
padre
commit
6d321af5a3
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  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',