|
|
@ -86,7 +86,8 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -136,7 +137,8 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "客户物料")] |
|
|
|
[ImporterHeader(Name = "客户物料")] |
|
|
@ -216,14 +218,15 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ImporterHeader(Name = "BillNum", IsIgnore = true)] |
|
|
|
[ExporterHeader(DisplayName = "BillNum", IsIgnore = true)] |
|
|
|
public string BillNum { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "状态")] |
|
|
|
[ValueMapping("未处理", 0)] |
|
|
|
[ValueMapping("申请出库", 1)] |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
[ImporterHeader(Name = "开票单价")] |
|
|
|
[ExporterHeader(DisplayName = "开票单价")] |
|
|
|
|
|
|
@ -272,7 +275,8 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "物料代码")] |
|
|
|
/// <summary>
|
|
|
@ -365,7 +369,8 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
public int State { set; get; } |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
[ImporterHeader(Name = "物料代码")] |
|
|
|
[ExporterHeader(DisplayName = "物料代码")] |
|
|
@ -450,13 +455,14 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ExporterHeader(DisplayName = "BillNum", IsIgnore = true)] |
|
|
|
public string BillNum { set; get; } |
|
|
|
|
|
|
|
[ValueMapping("0", "未处理")] |
|
|
|
[ValueMapping("1", "申请出库")] |
|
|
|
[ValueMapping("2", "确认出库")] |
|
|
|
[ValueMapping("3", "不能出库")] |
|
|
|
[ValueMapping("4", "取消出库")] |
|
|
|
[ExporterHeader(DisplayName = "状态")] |
|
|
|
public int State { set; get; } |
|
|
|
[ValueMapping("未处理", 0)] |
|
|
|
[ValueMapping("申请出库", 1)] |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
[ImporterHeader(Name = "开票单价")] |
|
|
|
[ExporterHeader(DisplayName = "开票单价")] |
|
|
@ -508,25 +514,16 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
[ImporterHeader(Name = "BillNum", IsIgnore = true)] |
|
|
|
[ExporterHeader(DisplayName = "BillNum", IsIgnore = true)] |
|
|
|
public string BillNum { set; get; } |
|
|
|
//[ValueMapping("未处理", "0")]
|
|
|
|
//[ValueMapping("申请出库", "1")]
|
|
|
|
//[ValueMapping("确认出库", "2")]
|
|
|
|
//[ValueMapping("不能出库", "3")]
|
|
|
|
//[ValueMapping("取消出库", "4")]
|
|
|
|
//[ValueMapping("0","未处理")]
|
|
|
|
//[ValueMapping("1","申请出库")]
|
|
|
|
//[ValueMapping("2","确认出库")]
|
|
|
|
//[ValueMapping("3","不能出库")]
|
|
|
|
//[ValueMapping("4","取消出库")]
|
|
|
|
|
|
|
|
[ValueMapping("未处理", ExporterStatus.Normal)] |
|
|
|
[ValueMapping("申请出库", ExporterStatus.PupilsAway)] |
|
|
|
[ValueMapping("确认出库", ExporterStatus.Suspension)] |
|
|
|
[ValueMapping("不能出库", ExporterStatus.WorkStudy)] |
|
|
|
[ValueMapping("取消出库", ExporterStatus.PostPractice)] |
|
|
|
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "状态")] |
|
|
|
|
|
|
|
public int State { set; get; } |
|
|
|
[ValueMapping("未处理", 0)] |
|
|
|
[ValueMapping("申请出库", 1)] |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
[ImporterHeader(Name = "开票单价")] |
|
|
|
[ExporterHeader(DisplayName = "开票单价")] |
|
|
|
|
|
|
@ -587,12 +584,13 @@ namespace Win.Sfs.SettleAccount.Entities |
|
|
|
public string InPut { set; get; } |
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "状态")] |
|
|
|
//[ValueMapping("未处理", 0)]
|
|
|
|
//[ValueMapping("申请出库", 1)]
|
|
|
|
//[ValueMapping("确认出库", 2)]
|
|
|
|
//[ValueMapping("不能出库", 3)]
|
|
|
|
//[ValueMapping("取消出库", 4)]
|
|
|
|
public int State { set; get; } |
|
|
|
[ValueMapping("未处理", 0)] |
|
|
|
[ValueMapping("申请出库", 1)] |
|
|
|
[ValueMapping("确认出库", 2)] |
|
|
|
[ValueMapping("不能出库", 3)] |
|
|
|
[ValueMapping("取消出库", 4)] |
|
|
|
|
|
|
|
public ExporterStatus State { set; get; } |
|
|
|
|
|
|
|
[ImporterHeader(Name = "结算物料号")] |
|
|
|
[ExporterHeader(DisplayName = "结算物料号")] |
|
|
|