工程明细列表

|
工程名称:
{{ sub_project.sub_project_name }}
{% if items %} {% for item in items %} {% endfor %} {% else %} {% endif %}
名称 规格型号 数量 单位 定额编号 处理状态 发送状态 操作
{{ item.device_name if item.device_name else '-' }} {{ item.device_model if item.device_model else '-' }} {{ item.device_count if item.device_count else '-' }} {{ item.device_unit if item.device_unit else '-' }} {{ item.standard_no if item.standard_no else '-' }} {% if item.process_status == 1 %} 处理中... {% elif item.process_status == 2 %} 已处理 {% elif item.process_status == 3 %} 处理失败 {% else %} 未处理 {% endif %} {% if item.send_status == 1 %} 推送中... {% elif item.send_status == 2 %} 已推送 {% elif item.send_status == 3 %} 推送失败 {% else %} 未推送 {% endif %} {% if item.process_status == 0 %} {% elif item.process_status == 2 %} {% elif item.process_status == 3 %} {% endif %} {% if item.send_status == 0 and item.process_status != 1 %} {% elif item.send_status == 2 and item.process_status != 1 %} {% elif item.send_status == 3 and item.process_status != 1 %} {% endif %}
没有明细数据