{% extends "BOM/layout.html" %} {% load static %} {% block script %} {% endblock script %} {% block body %}
{% for sign_off in sign_off_list %} {% endfor %}
ECN号码 料号 版本 发起者 状态 查看
ECN{{ sign_off.ecn.number }} {{ sign_off.ecn.target_part.part_number }} {% if sign_off.ecn.target_part.version|length > 1 %} {{ sign_off.ecn.target_part.version }} {% else %} 0{{ sign_off.ecn.target_part.version }} {% endif %} {{ sign_off.ecn.creator.name }} {{ sign_off.ecn.status }} 查看
{% comment %} {% endcomment %} 返回
{% endblock body %}