using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace DAL
|
{
|
public class Cls_S_Sc_ICMOSortHisBill : Cls_S_Xt_BaseBill
|
{
|
|
public Cls_S_Sc_ICMOSortHisBill()
|
{
|
base.ViewName = "h_v_Sc_ICMOSortBillHisList_Source";
|
base.mvarReportTitle = "生产派工单";
|
base.mvarItemKey = "3708";
|
base.sCondtion = " and HRelationQty<本日计划数 ";
|
base.sOrderSql = " order by 日期,hsubid";
|
base.sKeyCol = "部门";
|
}
|
//
|
|
|
|
}
|
}
|