This commit is contained in:
王怡栋
2022-11-16 13:51:46 +08:00
parent e04c30fa3b
commit 5db92a2dad
+1
View File
@@ -163,6 +163,7 @@ function setParentProgram(parentProgram)
$(this).find('[name^=products]').attr('name', 'products[' + index + ']').attr('id', 'products' + index).attr('data-branch', selectedBranch).attr('data-plan', selectedPlan);
$(this).find('[name^=products]').val(selectedProduct).chosen().change();
});
$('#productsBox .row .col-sm-4:last').find('.input-group').append($('#productsBox .addProduct .input-group:first .input-group-addon').prop('outerHTML'));
}
if(parentProgram != 0)