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)
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CRM_Contract\BillEventPlugInEx.py" />
|
||||
<Compile Include="CRM_Contract\OperationEvenPlugInEx.py" />
|
||||
<Compile Include="PRD_MORPT\OperationEventPlugInEx.py" />
|
||||
<Compile Include="SAL_SaleOrder\OperationEventPlugInEx.py" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user