修改UI逻辑
이 커밋은 다음에 포함됨:
@@ -726,7 +726,7 @@
|
||||
配件:
|
||||
<input type="checkbox" class="peijian" name="craft" lay-filter="z4PeiJian" value="配葫芦针"
|
||||
title="配葫芦针">
|
||||
<input type="checkbox" class="peijian" lay-filter="z4PeiJian" value="流苏"
|
||||
<input type="checkbox" class="peijian" name="craft" lay-filter="z4PeiJian" value="流苏"
|
||||
title="流苏">
|
||||
<div class="layui-inline select_liusu" style="width: 110px;display: none">
|
||||
<select class="select" name="craft" disabled>
|
||||
@@ -2128,7 +2128,7 @@
|
||||
if (data.value == 3) {
|
||||
$(".kindValue2 input[value='10']").prop("disabled", false);
|
||||
$("#peijian_ui").show();
|
||||
$("#peijian_ui").find(":input").attr("disabled", false);
|
||||
$("#peijian_ui input").attr("disabled", false);
|
||||
}
|
||||
$(".carft_lius").hide();
|
||||
$(".carft_lius checkbox[name='craft']").attr("disabled", true);
|
||||
@@ -2940,6 +2940,10 @@
|
||||
arr.push($(".select_nilongshen select[name='craft'] option:selected").val() + "-" + $("select[name='shen_color'] option:selected").val())
|
||||
return;
|
||||
}
|
||||
if ($(this).val() === '配尼龙绳' || $(this).val() === '穿尼龙绳') {
|
||||
arr.push($(this).val() + "-" + $("select[name='shen_color'] option:selected").val())
|
||||
return;
|
||||
}
|
||||
if ($(this).val() === '流苏') {
|
||||
arr.push($(".select_liusu select[name='craft'] option:selected").val())
|
||||
return;
|
||||
|
||||
새 이슈에서 참조
사용자 차단