using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { public class Cls_S_Kf_EntrustProcOutBill : Cls_S_Xt_BaseBill { // public Cls_S_Kf_EntrustProcOutBill() { base.ViewName = "h_v_Kf_EntrustProcOutBillList"; base.mvarReportTitle = "委外工序出库单"; base.mvarItemKey = "1233"; base.sCondtion = " and 实发数量>关联数量 and 审核人<>'' "; base.sOrderSql = " order by 单据号 desc,hsubid "; //base.sKeyCol = "工序"; } /// 刷新源单 /// /// /// public override bool Refresh(string sWhere) { return base.Refresh(sWhere); } } }