no message

main
HUOJIN\92525 2024-08-21 12:12:12 +08:00
parent d8a053fda7
commit 184665a163
1 changed files with 4 additions and 5 deletions

View File

@ -17,11 +17,10 @@
FROM Location location FROM Location location
WHERE upper(location.code) LIKE upper(:param) WHERE upper(location.code) LIKE upper(:param)
AND location.disabled = false AND location.disabled = false
AND (location.countLock = '' or location.countLock is null) AND location.code !=${inventory.location.code}
AND (location.inLock = '' or location.inLock is null) AND location.type in ('STORAGE','TRANSIT')
AND (location.outLock = '' or location.outLock is null) AND (location.id not in (select inventory.location.id from Inventory inventory where inventory.location.id=location.id and inventory.quantity>0 ) or location.mixItem=true)
AND location.code <> ${inventory.location.code} ]]></hql>
AND location.type in ('STORAGE','TRANSIT')]]></hql>
</remote> </remote>
<text id="destLP" title="moveInventoryPage.destLP" row="11" col="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="true" trimSpace="true" isPrecision="true"> <text id="destLP" title="moveInventoryPage.destLP" row="11" col="1" readOnly="false" required="false" reserve="false" forceOverride="true" inVisible="true" trimSpace="true" isPrecision="true">
<!-- <visibleExpression><![CDATA[(${fullLPMove}=='false')]]></visibleExpression> --> <!-- <visibleExpression><![CDATA[(${fullLPMove}=='false')]]></visibleExpression> -->