新增冰箱贴背卡工艺
This commit is contained in:
@@ -622,12 +622,7 @@
|
||||
if (kindValueSelect == '素芸') {
|
||||
size = $("input[name='size']").val();
|
||||
}
|
||||
$("input[name='craft']:checked").each(function () {
|
||||
if (!$(this).is(':disabled')) {
|
||||
craft_list.push($(this).val());
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
let craft_list = [];
|
||||
$("input[name='craft']:checked").each(function () {
|
||||
if (!$(this).is(':disabled')) {
|
||||
|
||||
Reference in New Issue
Block a user