{% include "common/viewport_header.html" %}
형지엘리트 디자인 제안 시스템
{{ userinfo.name }}님 로그인
디자인관리
원단정보관리
대리점관리
학교정보관리
사용자관리
{% if not schoolId %}
디자인별관리
학교별관리
{% else %}
디자인별관리
학교별관리
{% endif %}
검색조건관리
{{ designObj.orderCode }}
- {{ designObj.name }}
MEMO
{% if designObj.schoolUsed == True %}
디자인제안 공개설정
{% else %}
디자인제안 비공개설정
{% endif %} {% if not schoolId %}
LIST
{% else %}
LIST
{% endif %}
스펙
특이사항
{% for product in productList %}
{{ product.name }}
{% if product.fabricCode %} {% for fabric in product.fabricCode %} {{ fabric.fabricGroup.name }} : {{ fabric.name }} {% endfor %} {% else %} - {% endif %}
{% endfor %}
특이사항
{% if not designObj.memo or designObj.memo|length == 0 %} 내용이 없습니다 {% else %} {{ designObj.memo }} {% endif %} {#
작성
#}
저장
취소
{#
#} {% if not schoolId %}
{% else %}
{% endif %}