1
This commit is contained in:
@@ -42,6 +42,16 @@ def AfterCreateNewData(e):
|
||||
entry["FRecAdvanceRate"] = recAdvanceRate
|
||||
entry["FRecAdvanceAmount"] = recAdvanceRate / 100 * contractAmount
|
||||
|
||||
# def EndOperationTransaction(e):
|
||||
# if this.FormOperation.OperationId == 8:
|
||||
# SaveEndUpdateCrmContractId(e)
|
||||
|
||||
# # 保存时,赋值销售合同id
|
||||
# def SaveEndUpdateCrmContractId(e):
|
||||
# for data in e.DataEntitys:
|
||||
# billId = data["Id"]
|
||||
|
||||
|
||||
# def AfterCreateNewData(e):
|
||||
# details = this.View.BusinessInfo.GetEntity("FContractPlan")
|
||||
# entrys = this.View.Model.GetEntityDataObject(details)
|
||||
|
||||
Reference in New Issue
Block a user