From 7da497df51ea95e3af3d6091c43a31b7e78ccf05 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期一, 07 四月 2025 16:49:33 +0800
Subject: [PATCH] 新增客户应收账款明细(显示物料)分析报表模块

---
 WebTM/views/验收入库/外购入库/Add_Edit_Kf_POStockInBillList.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Add_Edit_Kf_POStockInBillList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Add_Edit_Kf_POStockInBillList.html"
index 24d1044..4b6edd9 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Add_Edit_Kf_POStockInBillList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Add_Edit_Kf_POStockInBillList.html"
@@ -1041,6 +1041,11 @@
 
             //#region 鎵撳嵃
             function get_PrintReport() {
+                var temp = $("#HInterID").val();
+                if (typeof (temp) != "undefined" && temp != null && temp != "") {
+                    linterid = temp;
+                }
+
                 layer.open({
                     type: 2
                     , area: ['50%', '50%']

--
Gitblit v1.9.1