{% extends "base.html" %} {% block title %}标准工时配置 - 工厂工时效率管理系统{% endblock %} {% block content %}

标准工时配置

{% for st in st_configs %} {% endfor %}
产品系列 机型 直接ST (HR/Unit) 间接ST (HR/Unit) 总ST 适用线别 操作
{{ st.product_series }} {{ st.model }} {{ st.direct_st }} {{ st.indirect_st }} {{ "%.2f"|format(st.direct_st + st.indirect_st) }} {{ st.applicable_line }}
{% endblock %} {% block extra_js %} {% endblock %}