From 785ce007ce4b7b2119a99aacc95cefe9da09e32e Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期二, 04 七月 2023 16:49:09 +0800
Subject: [PATCH] 优化出入库逻辑,调整节点事件

---
 igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml
index 3f25fb1..3e27763 100644
--- a/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml
+++ b/igds-inout/src/main/java/com/ld/igds/inout/view/InoutHand.view.xml
@@ -607,6 +607,11 @@
       <Property name="executingMessage">姝e湪鎵ц鎵撳嵃鈥︹��</Property>
       <Property name="async">false</Property>
     </AjaxAction>
+    <AjaxAction id="ajaxPrintCheckBill">
+      <Property name="async">false</Property>
+      <Property name="executingMessage">姝e湪鎵ц鎵撳嵃鈥︹��</Property>
+      <Property name="service">inoutDataPR#printShipBill</Property>
+    </AjaxAction>
     <CustomDropDown id="ddDicArea">
       <Property name="minHeight">500</Property>
       <Property name="minWidth">500</Property>

--
Gitblit v1.9.3