no message
parent
25a5c1015e
commit
a48d5acc50
|
|
@ -6,6 +6,7 @@
|
|||
<inputUIs>
|
||||
<hidden id="shipment.id" reserve="false"/>
|
||||
<hidden id="shipment.status" reserve="false"/>
|
||||
<hidden id="shipment.costStatus" reserve="false"/>
|
||||
<hidden id="aa" reserve="false"/>
|
||||
<hidden id="bb" reserve="false"/>
|
||||
<text id="shipment.code" title="shipment.code" row="1" col="1" span="1" readOnly="true" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="true"/>
|
||||
|
|
@ -132,7 +133,7 @@ or carrier.id in (select detail.subOrg.id from OrganizationDetail detail where d
|
|||
</inputUIs>
|
||||
<buttons>
|
||||
<commit id="save" title="modifyShipmentPage.save" enableType="none" invisible="false">
|
||||
<enableExpression>
|
||||
<enableExpression>
|
||||
<![CDATA[(${shipment.status}!='CANCEL')&&${shipment.costStatus} == 'OPEN']]></enableExpression>
|
||||
<mappings>
|
||||
<mapping id="shipment" className="com.dev.stms.server.model.shipment.Shipment"/>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
<inputUIs>
|
||||
<hidden id="shipment.id" reserve="false"/>
|
||||
<hidden id="shipment.status" reserve="false"/>
|
||||
<hidden id="shipment.costStatus" reserve="false"/>
|
||||
<hidden id="aa" reserve="false"/>
|
||||
<hidden id="bb" reserve="false"/>
|
||||
<text id="shipment.code" title="shipment.code" row="1" col="1" span="1" readOnly="true" required="false" reserve="false" forceOverride="true" inVisible="false" trimSpace="true" isPrecision="true"/>
|
||||
|
|
@ -132,7 +133,7 @@ or carrier.id in (select detail.subOrg.id from OrganizationDetail detail where d
|
|||
</inputUIs>
|
||||
<buttons>
|
||||
<commit id="save" title="modifyShipmentPage.save" enableType="none" invisible="false">
|
||||
<enableExpression>
|
||||
<enableExpression>
|
||||
<![CDATA[(${shipment.status}!='CANCEL')&&${shipment.costStatus} == 'OPEN']]></enableExpression>
|
||||
<mappings>
|
||||
<mapping id="shipment" className="com.dev.stms.server.model.shipment.Shipment"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue