From 7fe7e5c3155ed0a91430d37c2c8dc66c8fbf6de3 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 06 二月 2026 15:29:57 +0800
Subject: [PATCH] 新增销售退货、采购退料、生产退库校验上传调用方法
---
WebAPI/Service/GeTuiService.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebAPI/Service/GeTuiService.cs b/WebAPI/Service/GeTuiService.cs
index 9261a6c..164895e 100644
--- a/WebAPI/Service/GeTuiService.cs
+++ b/WebAPI/Service/GeTuiService.cs
@@ -46,7 +46,7 @@
{
string title = ds.Tables[0].Rows[0]["涓婚"].ToString();
string content = ds.Tables[0].Rows[0]["鍐呭"].ToString();
- template = GetNotificationTemplate(title, content, "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillList", "0");
+ template = GetNotificationTemplate(title, content, "/pages/ZLGL/OA_WorkLink/OA_WorkLinkBillQuery", "0"); // 璺宠浆鍒板伐浣滆仈绯诲崟鏌ヨ椤甸潰
// 骞挎挱
if(ds.Tables[0].Rows[0]["鍙戦�佺被鍨�"].ToString() == "鍏叡")
@@ -156,8 +156,8 @@
template.IsClearable = true;
var customData = new Dictionary<string, string>
{
- {"pagePath", pagePath}, // 绀轰緥锛�"/pages/detail/detail"
- {"itemId", HItemID} // 绀轰緥锛�"123456"
+ {"pagePath", pagePath},
+ {"itemId", HItemID}
};
template.TransmissionContent = JsonConvert.SerializeObject(customData); // 搴忓垪鍖栦负 JSON 瀛楃涓�
template.TransmissionType = 1; // 1=鐐瑰嚮閫氱煡鍚庤Е鍙戝鎴风鍥炶皟锛堥�忎紶鍐呭缁欏鎴风锛�
--
Gitblit v1.9.1