|
|
|
@ -196,7 +196,7 @@
|
|
|
|
|
<p>재료 추가</p>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
<button type="submit" id="" name="" class="btns blue_btn" style="width: 100%">등록</button>
|
|
|
|
|
<button type="submit" id="" class="btns blue_btn" style="width: 100%">등록</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -228,13 +228,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="nutrition_kinds_search" style="padding-top: 5px;">
|
|
|
|
|
<ul id="nutrition_kinds_basic3" class="search_result introduce_list_shopping">
|
|
|
|
|
<ul id="nutrition_kinds_basic3" class="input_ul input_cont">
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" id="" name="" class="btns blue_btn" style="width: 100%" onclick="javascript:frmCommerce.ajax_insert_self()">등록</button>
|
|
|
|
|
<button type="button" id="btnIngre" class="btns blue_btn" style="width: 100%" onclick="javascript:frmCommerce.ajax_insert_self()">등록</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -629,11 +629,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function removeEle(obj) {
|
|
|
|
|
$(obj.parentNode).remove();
|
|
|
|
|
$(obj.parentNode).remove();
|
|
|
|
|
var offset = $("#btnIngre").offset();
|
|
|
|
|
$('html, body').animate({scrollTop : offset.top}, 400);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function save_set2(col, val, title){
|
|
|
|
|
|
|
|
|
|
var tag ="<li><a href=\"javascript:save_set2(\'db_dbi_no\', \'' + dbi_no + '\', \'' + name_real + '\' );\" ><span>"+title+"</span></a>";
|
|
|
|
|
tag +="<input type=\"number\" name=\"dbi_no\" pattern='\d*' class=\"input_box\" style=\"width: 90px; margin: 0;\" />g(ml)";
|
|
|
|
|
tag +="<input type=\"hidden\" name=\"di_name\" value=\""+ title +"\" />";
|
|
|
|
|