From 973032dc914e84cec5ab18c4c23784a77599b2bc Mon Sep 17 00:00:00 2001
From: hjg <hjg@123.com>
Date: 星期五, 17 一月 2025 16:53:48 +0800
Subject: [PATCH] Revert "CRM>分单系统销售退货单同步"

---
 WebContent/basic/dayinzcd.xhtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebContent/basic/dayinzcd.xhtml b/WebContent/basic/dayinzcd.xhtml
index 986386a..a3bc2e4 100644
--- a/WebContent/basic/dayinzcd.xhtml
+++ b/WebContent/basic/dayinzcd.xhtml
@@ -97,7 +97,7 @@
         	}else{
         		let a=$('#keyword').val();
         		let b=$('#cq').children('option:selected').val();
-                window.location.href='/task/printbycard.htm?cardno='+a+'&amp;cqNo'=b;
+                window.location.href='/task/printbycard.htm?cardno='+a+'&amp;cqNo='+b;
 	       //   	 $.post("/task/printbycard.htm", {cardno: a, cqNo: b},
 		      //   function (data, textStatus, jqXHR) {
 		      //       if (data.code >= 1) {

--
Gitblit v1.9.3