bip采购到货更改到货交易类型

This commit is contained in:
2024-10-25 17:27:09 +08:00
parent 6aae58644d
commit 8d4f3ef3b1
4 changed files with 17 additions and 8 deletions

View File

@@ -290,7 +290,7 @@ namespace Tnb.WarehouseMgr
erpRequestData.Add("creator",erpCreateId);
erpRequestData.Add("dbilldate",purchase.create_time.ToString("yyyy-MM-dd HH:mm:ss"));
erpRequestData.Add("dmakedate",nowStr);
erpRequestData.Add("ctrantypeid", erpOrg.transaction_type_id);//到货交易类型主键
erpRequestData.Add("ctrantypeid", "0001H11000000000D2ZU");//到货交易类型主键
erpRequestData.Add("ntotalastnum",purchaseDs.Sum(x=>x.purchase_arriveqty));
erpRequestData.Add("pk_arriveorder",null);
// erpRequestData.Add("pk_dept","1001A1100000001JFOPQ");