From 75f0064dc85a6723fbc7f2b24ea1a2afd3d94ce8 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 29 四月 2024 14:11:35 +0800
Subject: [PATCH] 托盘条码自动生成模块:点击 自动组托 后, 子条码文本框自动获取焦点。

---
 WebAPI/Controllers/CGGL/Cg_PayableBillController.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs b/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
index 8343c6f..f6dc975 100644
--- a/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
+++ b/WebAPI/Controllers/CGGL/Cg_PayableBillController.cs
@@ -337,6 +337,12 @@
 
                 oCN.BeginTran();
 
+                //搴斾粯鍗� 鍒犻櫎 鎾ら攢 閲囪喘鍏ュ簱鍗� 鍏宠仈鏁伴噺
+                oCN.RunProc("exec h_p_Cg_UpDateRelation_POStockInToPayable_Del " + HInterID);
+
+                //搴斾粯鍗� 鍒犻櫎 鎾ら攢 閲囪喘璁㈠崟 鍏宠仈鏁伴噺
+                oCN.RunProc("exec h_p_Cg_UpDateRelation_POOrderToPayable_Del " + HInterID);
+
                 oCN.RunProc("delete from Cg_PayableBillMain where HInterID = " + HInterID);
                 oCN.RunProc("delete from Cg_PayableSub where HInterID= " + HInterID);
 

--
Gitblit v1.9.1