mrzhssss
2022-04-07 756d5b12074143d163a77edebff9ea41ddac021b
Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms
2个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/js/projectSchedule/projectSchedule.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/itemBusiness/itemBusiness.html 2 ●●● 补丁 | 查看 | 原始文档 | 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>