You've already forked reflex-wms-connector
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3230207b81 | |||
| d74a5e2cf9 | |||
| 3d6afa4f30 | |||
| 3f8ee07798 | |||
| ff617683e7 | |||
| d12a852ae4 | |||
| 35819ec7b5 | |||
| baa910ab21 | |||
| d358b41bf0 |
@@ -358,7 +358,7 @@
|
|||||||
]
|
]
|
||||||
</#switch>
|
</#switch>
|
||||||
<#break>
|
<#break>
|
||||||
<#-- *********************************************** ApiRestID = canceled ******************** -->
|
<#-- *********************************************** ApiRestID = status ******************** -->
|
||||||
<#case "status_appointment_put_update_by_ref">
|
<#case "status_appointment_put_update_by_ref">
|
||||||
<#case "status_appointment_put_update_by_number">
|
<#case "status_appointment_put_update_by_number">
|
||||||
<#switch restResponsetMsg.status!no_status>
|
<#switch restResponsetMsg.status!no_status>
|
||||||
|
|||||||
@@ -39,6 +39,10 @@
|
|||||||
<#if appointment.Unloading?? && appointment.Unloading.Projects?? &&
|
<#if appointment.Unloading?? && appointment.Unloading.Projects?? &&
|
||||||
appointment.Unloading.Projects[0]?? &&
|
appointment.Unloading.Projects[0]?? &&
|
||||||
appointment.Unloading.Projects[0].Commissions?? >
|
appointment.Unloading.Projects[0].Commissions?? >
|
||||||
|
<#if (appointment.Unloading.Projects[0].Commissions[0].ExecutionflowID!"") == "" &&
|
||||||
|
(appointment.Unloading.Projects[0].Commissions[0].OrderID!"") == "">
|
||||||
|
"appointment_designation":"${(appointment.Reason!"")!?json_string}",
|
||||||
|
<#else>
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list appointment.Unloading.Projects[0].Commissions?filter(l ->l.ExecutionflowID?? && l.ExecutionflowID !="") as commission>
|
<#list appointment.Unloading.Projects[0].Commissions?filter(l ->l.ExecutionflowID?? && l.ExecutionflowID !="") as commission>
|
||||||
<#list eventRP.executionflowCustomFields.entrySet()?filter(l ->l.key == commission.ExecutionflowID && l.value?? && l.value?has_content) as custom>
|
<#list eventRP.executionflowCustomFields.entrySet()?filter(l ->l.key == commission.ExecutionflowID && l.value?? && l.value?has_content) as custom>
|
||||||
@@ -70,8 +74,7 @@
|
|||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
</#list>
|
</#list>
|
||||||
],
|
],
|
||||||
<#else>
|
</#if>
|
||||||
"appointment_designation":"${(appointment.Reason!"")!?json_string}",
|
|
||||||
</#if>
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
<#if appointment.AppointmentType == AppointmentType.APPOINTMENT_TYPE_LOADING>
|
<#if appointment.AppointmentType == AppointmentType.APPOINTMENT_TYPE_LOADING>
|
||||||
|
|||||||
Reference in New Issue
Block a user