Browse Source

调整接口

master
lilili 1 year ago
parent
commit
ed457f0430
  1. 4
      ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs
  2. 8
      ICSSoft.FromERP/ICSSoft.Test/Program.cs

4
ICSSoft.FromERP/ICSSoft.FromERP/ICSSAPDocGet.cs

@ -749,7 +749,7 @@ namespace ICSSoft.FromERP
//需求日期
line.NeedDate = Info.ZXQRQ;
//需求时间
line.NeedTime = Info.ZXQSJ.ToString();
line.NeedTime = Info.ZXQSJ.ToString("yyyy-MM-dd HH:mm:ss");
//备注项
line.RemarksTerm = Info.ZBEIZ;
//工艺文本码
@ -912,7 +912,7 @@ namespace ICSSoft.FromERP
//需求日期
line.NeedDate = Info.ZXQRQ;
//需求时间
line.NeedTime = Info.ZXQSJ.ToString();
line.NeedTime = Info.ZXQSJ.ToString("yyyy-MM-dd HH:mm:ss");
//备注项
line.RemarksTerm = Info.ZBEIZ;
//工艺文本码

8
ICSSoft.FromERP/ICSSoft.Test/Program.cs

@ -13,12 +13,12 @@ namespace ICSSoft.Test
//ICSVendor test = new ICSVendor();
//test.Execute();
//ICSSAPDocGet test = new ICSSAPDocGet();
//test.Execute();
ICSDispatchDoc test = new ICSDispatchDoc();
ICSSAPDocGet test = new ICSSAPDocGet();
test.Execute();
//ICSDispatchDoc test = new ICSDispatchDoc();
//test.Execute();
//ICSWareHouseLotInfoDoc test = new ICSWareHouseLotInfoDoc();
//test.Execute();
}

Loading…
Cancel
Save