bklLiudl
2024-07-11 452ec2a2e75264515a9b315d1965db3069433d82
HTML/views/BaseSetting/Customer.html
@@ -28,9 +28,8 @@
               <div class="layui-inline">
                  <label class="layui-form-label" style="width: 56px;">客户编码</label>
                  <div class="layui-input-inline">
                     <input type="text" id="CustomerNo" name="CustomerNo" placeholder="客户编码"
                        autocomplete="off" class="layui-input"
                        onkeyup="this.value=this.value.replace(/[, ]/g,'')">
                     <input type="text" id="CustomerNo" name="CustomerNo" placeholder="客户编码" autocomplete="off"
                        class="layui-input" onkeyup="this.value=this.value.replace(/[, ]/g,'')">
                  </div>
               </div>
               <div class="layui-inline">
@@ -144,7 +143,8 @@
               // response:{
               //    statusCode: 0 
               // },
               done: function () {
               done: function (ref) {
                  console.log(ref);
                  $(function() {
                     $(".editClass").hide();
                     $(".delClass").hide();