@@ -257,13 +257,15 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
{
text : "销售单号",
dataIndex : "pd_ordercode",
- width : 150.0
+ width : 150.0,
+ ignore:true
},{
text : "销售序号",
dataIndex : "pd_orderdetno",
xtype : "numbercolumn",
width : 110.0,
format: '0',
+ ignore:true,
renderer: function(v) {
return v ? v : null;
}