<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Default.Master" Inherits="System.Web.Mvc.ViewPage" %> :: SCM :: - 수주등록
■ 일반사항
수주번호
수주일자
담당자
<% if (Model.UserInfo.UserId == "SUPER") { %> <% } %> <% else if(Model.UserInfo.UserGb == "A"){ %> <% } %> <% else { %> <% } %>
단가구분
판매구분
<%= Html.DropDownList("MD.CMB_SaleDIv", Model.MD.CMB_SaleDIv, "선택", new { style = "width: 90%;", @disabled="disabled" })%>
운송방법
<%= Html.DropDownList("MD.CMB_gDelivery", Model.MD.CMB_gDelivery, "선택", new { style = "width: 80%;"})%>
매출처
<% if (Model.UserInfo.UserGb == "A") { %> <% } %> <% else { %> <% } %>
행사정보
행사기간
~