From f03b093daecd07fb4f546e3d11b294fbe0f21449 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 11 四月 2024 14:02:37 +0800
Subject: [PATCH] 销售出库单:打印 出库码单(客户)
---
WebTM/views/基础资料/公用基础资料/HBarPlanPrint.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
index 7d69572..0587e9e 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/HBarPlanPrint.html"
@@ -232,6 +232,9 @@
case "Kf_SellOutBillList_BarCodeNote": //閿�鍞爜鍗�
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillList_BarCodeNote.aspx?linterid=" + value, true, "");
break;
+ case "Kf_SellOutBillList_BarCodeNote_ByCusDefine": //閿�鍞爜鍗�(瀹㈡埛鐗╂枡)
+ CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Kf_SellOutBillList_BarCodeNote_ByCusDefine.aspx?linterid=" + value, true, "");
+ break;
case "Sc_ICMOChangeBillList": //鐢熶骇璁㈠崟鍙樻洿鍗�
CreateDisplayViewerEx("100%", "100%", "../../grf/" + OpenTmp + ".grf", "xmlLBM_Sc_ICMOChangeBillList.aspx?linterid=" + value, true, "");
break;
--
Gitblit v1.9.1