username@email.com
2022-12-26 ce50650dbd08bddfa53ef8ab592a477761633e3d
zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml
@@ -102,7 +102,7 @@
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    
                                    <div class="col-sm-12 col-md-12">
                                        <input class="form-control" label="客户名称" name="Price" id="Price" labtype="txt" addvisible="true"   editvisible="true" reg="" ismust="true" type="number" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                        <input class="form-control" label="客户名称" name="Price" id="Price" labtype="txt" addvisible="true"   editvisible="true" reg="" ismust="true" type="text" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                    </div>
                                </div>