| | |
| | | <label class="layui-form-label">ä¾åºå<label style="color:red"> * </label></label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" class="layui-input" name="HSellSupName" id="HSellSupName" style="float:left;width:150px;"> |
| | | <input type="hidden" class="layui-input" name="HSellSupID" id="HSellSupID" style="float:left;width:150px;"> |
| | | <input type="hidden" class="layui-input" name="HSellSupID" id="HSellSupID" value="0" style="float:left;width:150px;"> |
| | | <button type="button" lay-submit="" class="layui-btn" lay-filter="HSupList" style="width:40px;"> |
| | | <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i> |
| | | </button> |
| | |
| | | success: function (data) { |
| | | if (data.count == 1) { |
| | | layer.msg(data.Message, { time: 1 * 10000, icon: 1 }, function () { |
| | | if (linterid == undefined) { |
| | | $('#add-btn').addClass("layui-btn-disabled").attr("disabled", true); |
| | | location.reload(); |
| | | } |
| | | else { |
| | | location.reload(); |
| | | } |
| | | }); |
| | | } |
| | | else { |