OA用印自动同步,完善确认书来源标识
This commit is contained in:
@@ -545,6 +545,7 @@ namespace YLErp.Modules.TradeModule.DocGenerateModule
|
||||
contractRecord.SellerName = isGJBuyer ? firstTrade.ClientName : (PS.Config.CompanyName ?? "");
|
||||
contractRecord.FileType = fileType;
|
||||
contractRecord.Status = ContractStatusEnum.Draft;
|
||||
contractRecord.SourceType = 1; // 系统生成
|
||||
contractRecord.Paths = "/App_Docs/contractdoc/output/" + fileName;
|
||||
contractRecord.FileName = fileName;
|
||||
contractRecord.StampDocumentFileName = null;
|
||||
@@ -697,6 +698,7 @@ namespace YLErp.Modules.TradeModule.DocGenerateModule
|
||||
contractRecord.SellerName = isGJBuyer ? firstTrade.ClientName : (PS.Config.CompanyName ?? "");
|
||||
contractRecord.FileType = fileType;
|
||||
contractRecord.Status = ContractStatusEnum.Draft;
|
||||
contractRecord.SourceType = 1; // 系统生成
|
||||
contractRecord.Paths = "/App_Docs/contractdoc/output/" + fileName;
|
||||
contractRecord.FileName = fileName;
|
||||
contractRecord.StampDocumentFileName = null;
|
||||
|
||||
Reference in New Issue
Block a user