검색조건
{% if not rsItem %}
내용이 없습니다!
{% else %}
{% for i in rsItem %}
{{ i.item_cd }}
|
{{ i.item_spec }} |
{% if i.bom_flag == '0' %}
{% else %}
{% endif %}
|
{% endfor %}
{% endif %}
|
BOM TREE
BOM품목
|
{{ itemcd }}
|
{{ itemspec }}
|
|
|
|
|
{{ registerdate }}
|
|
|
{% if not rsBOM %}
BOM이 없습니다.
{% else %}
{% for i in rsBOM %}
{{i.item.item_cd}}
|
{{i.bom_level}}
|
{% if i.leaf_flag == "1" %}
{% else %}
{% endif %}
|
{{i.item.item_name}}
|
{{i.item.item_spec}}
|
{{i.unit_product}}
|
{{i.demand_amt}}
|
|
{% endfor %}
{% endif %}
BOM 구성정보
{% if bomid != "0" %}
{% endif %}
|