| | |
| | | //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite(); |
| | | //return dal.DisSourceBillList(sWhere); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 返回生产汇报单列表 源单 |
| | | /// </summary> |
| | | /// <param name="sWhere">过滤条件</param> |
| | | /// <returns></returns> |
| | | public DataSet GetSc_ICMOReportBillList(string sWhere) |
| | | { |
| | | WebS.WebService1 oWebs = new WebS.WebService1(); |
| | | BLL.ClsKf_ProductInBill bll = new BLL.ClsKf_ProductInBill(); |
| | | return oWebs.GetSc_ICMOReportBillList (sWhere); |
| | | //DAL.Cls_S_IF_ICMOBill_Lite dal = new DAL.Cls_S_IF_ICMOBill_Lite(); |
| | | //return dal.DisSourceBillList(sWhere); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 生成产品入库单K3 |