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 +++---
 src/main/webapp/views/itemBusiness/itemBusiness.html         |    2 +-
 2 files changed, 4 insertions(+), 4 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>' 
diff --git a/src/main/webapp/views/itemBusiness/itemBusiness.html b/src/main/webapp/views/itemBusiness/itemBusiness.html
index 9a4ba5c..9bac618 100644
--- a/src/main/webapp/views/itemBusiness/itemBusiness.html
+++ b/src/main/webapp/views/itemBusiness/itemBusiness.html
@@ -96,7 +96,7 @@
                     </div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label layui-form-required">浜у搧閲嶉噺: </label>
+                    <label class="layui-form-label layui-form-required">浜у搧閲嶉噺(kg): </label>
                     <div class="layui-input-block">
                         <input class="layui-input" name="weight" onkeyup="value=value.replace(/^\D*(\d*(?:\.\d{0,2})?).*$/g, '$1')"  placeholder="璇疯緭鍏ヤ骇鍝侀噸閲�" lay-verify="required">
                     </div>

--
Gitblit v1.9.1