liuzhen преди 5 години
родител
ревизия
e49a433d7e

+ 1 - 0
WebUI/CallCenterWeb.UI/Appeal/inquireNews.html

@@ -582,6 +582,7 @@
582 582
                 if (html1) {
583 583
                     html1 = html1.replace("data", val);
584 584
                     html1 = html1.replace("isProtect", row.F_IsProtect);
585
+                    html1 = html1.replace("row", row.F_MainDeptId);
585 586
                 }
586 587
                 html += html1;
587 588
 

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/LeaderYJB.html

@@ -633,6 +633,7 @@
633 633
 					var html1 =  huayi.config.arr[Rows[i].key * 1 - 1];
634 634
 					if(html1) {
635 635
 						html1 = html1.replace("data", val);
636
+						html1 = html1.replace("row", row.F_MainDeptId);
636 637
 					}
637 638
 					html += html1;
638 639
 

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -643,6 +643,7 @@
643 643
                 if (html1) {
644 644
                     html1 = html1.replace("data", val);
645 645
                     html1 = html1.replace("isProtect", row.F_IsProtect);
646
+                    html1 = html1.replace("row", row.F_MainDeptId);
646 647
                 }
647 648
                 html += html1;
648 649
 

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/WorkDCCO.html

@@ -595,6 +595,7 @@
595 595
 					if(html1) {
596 596
 						html1 = html1.replace("data", val);
597 597
 	                    html1 = html1.replace("isProtect", row.F_IsProtect);
598
+	                    html1 = html1.replace("row", row.F_MainDeptId);
598 599
 					}
599 600
 					html += html1;
600 601
 

+ 1 - 0
WebUI/CallCenterWeb.UI/Business/WorkDC_Three.html

@@ -643,6 +643,7 @@
643 643
                 if (html1) {
644 644
                     html1 = html1.replace("data", val);
645 645
                     html1 = html1.replace("isProtect", row.F_IsProtect);
646
+                    html1 = html1.replace("row", row.F_MainDeptId);
646 647
                 }
647 648
                 html += html1;
648 649