From 070bcd1a68e1852dae271d6ef253f9744ed62e46 Mon Sep 17 00:00:00 2001
From: zouyx <1798599149@qq.com>
Date: Wed, 12 Feb 2025 15:26:07 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=9D=A3=E7=AB=AF-=E4=BC=81=E4=B8=9A?=
=?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF=E6=90=9C?=
=?UTF-8?q?=E7=B4=A2=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../code/statisticsEnterprise/statisticsEnterprise.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
index c9a48fc4..2643e8a4 100644
--- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
+++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/code/statisticsEnterprise/statisticsEnterprise.html
@@ -247,7 +247,6 @@
{
title : '详情',
formatter:function (value,row,index) {
- console.log(row);
if(row.totalNumber == 0){
return "详情";
}else{
@@ -515,6 +514,7 @@
/*return "是";*/
pickQY=row.address;
pickJD=row.name;
+ console.log(row)
return ''+'详情'+'';
}
}
@@ -586,6 +586,7 @@
* @param qy
*/
function openDetailsQY(qy){
+ pickQY=qy;
console.log(qy);
var currentId=$('form').eq(0).attr('id');
var params = $.common.formToJSON(currentId);
@@ -695,6 +696,8 @@
// let qyjdList=qyjdStr.splice(",")
// let qy=qyjdList[1]
// let jd=qyjdList[2]
+ pickQY=qy;
+ pickJD=jd;
console.log(qy);
console.log(jd);
var currentId=$('form').eq(0).attr('id');