{% extends "BOM/layout.html" %} {% load static %} {% block script %} {% endblock script %} {% block body %}
{% csrf_token %}
ECN总体签核状态
{% for sign_off in sign_offs %}
签核者:{{ sign_off.owner.name }}
签核状态:{{ sign_off.status }}
签核备注:
{{ sign_off.comment }}
{% endfor %}
{% if is_ecn_signoff %}
{% endif %}
{% if is_ecn_signoff %} {% if is_ecn_creator %} {% endif %} {% endif %} {% comment %} 返回列表 {% endcomment %} 返回列表
{% endblock body %}