Просмотр исходного кода

销售模块-删除关联采购订单字段

huangx 7 лет назад
Родитель
Сommit
d7f4356d38
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      frontend/saas-web/app/view/sale/sale/FormPanel.js

+ 0 - 6
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -276,12 +276,6 @@ Ext.define('saas.view.sale.sale.FormPanel', {
                     var format = '0,000.' + xr.join();
                     return Ext.util.Format.number(v, format);
                 }
-            },{
-                text : "关联采购订单", 
-                dataIndex : "sd_pucode",
-                width : 150.0, 
-                items : null,
-                ignore:true
             },{
                 text : "备注", 
                 dataIndex : "sd_remark",