src/main/webapp/static/js/projectSchedule/projectSchedule.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/itemBusiness/itemBusiness.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>' 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>