From 756d5b12074143d163a77edebff9ea41ddac021b Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期四, 07 四月 2022 15:45:53 +0800 Subject: [PATCH] Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms --- 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