From 0c673f0817ede32335014ad15b3d668f251a8e70 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期四, 07 四月 2022 15:26:59 +0800 Subject: [PATCH] . --- src/main/webapp/static/js/projectSchedule/projectSchedule.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/projectSchedule/projectSchedule.js b/src/main/webapp/static/js/projectSchedule/projectSchedule.js index 58bb7c3..81946bb 100644 --- a/src/main/webapp/static/js/projectSchedule/projectSchedule.js +++ b/src/main/webapp/static/js/projectSchedule/projectSchedule.js @@ -7,7 +7,7 @@ setInterval(function(){ setBody(); - changeTd(); + // changeTd(); },5000) @@ -45,8 +45,8 @@ + '<td>' + bodyData[i].preinDate0$ + '</td>' + '<td>' + bodyData[i].realMonth + '</td>' + '<td>' + bodyData[i].weight + '</td>' - + '<td>' + bodyData[i].installMk + '</td>' - + '<td>' + bodyData[i].deliveryMk + '</td>' + + '<td>' + bodyData[i].installMk$ + '</td>' + + '<td>' + bodyData[i].deliveryMk$ + '</td>' + '<td>' + bodyData[i].custMan + '</td>' + '<td>' + bodyData[i].custMobile + '</td>' + '<td>' + bodyData[i].custAdress + '</td>' -- Gitblit v1.9.1