Container2.FilterString = "isnull(xshth,'') like'%" +xshth+"%' and isnull(xmmc,'') like '%"+xmmc+"' and sgdh like '%"+sgdh+"%' and " +
" jh_mps.wlmc like '%"+cpmc+"%' and jh_mps.wlxhgg like '%"+xhgg+"%'" ;
InnerViewControl ivc1 = this["sgdhlist"] as InnerViewControl;
ivc1.RefreshData();
}
其中xshth为销售合同号, xmmc为项目名称,sgdh 是施工单号,cpmc 是产品名称,xhgg 是型号规格,求指导!!!