04 2021 档案

摘要:string RowNo = row["行号"].ToString(); RowNo = RowNo.PadLeft(5, '0'); 就是一个数一共就是5位 ,如果RowNo = 20; 那最后就 00020 阅读全文
posted @ 2021-04-06 13:53 黑月SAMA 阅读(719) 评论(0) 推荐(0)
摘要:这些步骤完成后就可以像调用方法一样调用接口了。 public string QueryOrderInformation(DataRow rows, string VoucherNo) { string QCNum = rows["QC工号"].ToString(); string type = ro 阅读全文
posted @ 2021-04-01 09:15 黑月SAMA 阅读(507) 评论(0) 推荐(0)
摘要:public string GetVoucherNo(DataTable dt, string Plant, string Username) { try { string nowDate = DateTime.Now.ToString("yyyyMMdd"); RfcDestination des 阅读全文
posted @ 2021-04-01 09:08 黑月SAMA 阅读(668) 评论(0) 推荐(0)