From f18ecf463ccea1cc0c9e09dab49d9da59a522e62 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Thu, 5 Dec 2024 10:46:07 +0800 Subject: [PATCH] no message --- .../shipping/maintainZCInventoryPage.xml | 4 +- .../shipping/maintainZCInventoryPage.xml | 86 ------------------- 2 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml diff --git a/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml b/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml index d69b337..968e158 100644 --- a/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml @@ -47,9 +47,9 @@ LEFT JOIN inventory.itemKeyInventory.itemKey.item item left join item.location WHERE 1=1 - AND inventory.location.type <> 'COUNT' + and inventory.location.type <> 'COUNT' and inventory.quantity!=0 - inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' + and inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' /~location.id: AND inventory.location.id = {location.id}~/ /~item.code: AND upper(item.code) LIKE upper({item.code})~/ /~item.name: AND item.name LIKE {item.name}~/ diff --git a/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml b/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml deleted file mode 100644 index d69b337..0000000 --- a/target/nzwms/WEB-INF/classes/config/origen/shipping/maintainZCInventoryPage.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - 'COUNT' and location.disabled=false - ]]> - - - - - - - - - - - 'COUNT' - and inventory.quantity!=0 - inventory.itemKeyInventory.itemKey.lotInfo.propC3!='ZLWX' - /~location.id: AND inventory.location.id = {location.id}~/ - /~item.code: AND upper(item.code) LIKE upper({item.code})~/ - /~item.name: AND item.name LIKE {item.name}~/ - /~inventory.propC1: AND inventory.itemKeyInventory.itemKey.lotInfo.propC1 LIKE {inventory.propC1}~/ - /~inventory.storageDate: AND inventory.itemKeyInventory.itemKey.storageDate = {inventory.storageDate}~/ - /~minQuantity: AND inventory.quantity >= {minQuantity}~/ - /~maxQuantity: AND inventory.quantity <= {maxQuantity}~/ - /~inventory.barCode: AND upper(inventory.itemKeyInventory.itemKey.lotInfo.propC9) LIKE upper({inventory.barCode})~/ - ]]> - - - - - - - - - - - - - - - - - - - - - - - - -