⚡ 加急
{{ statusText(o.status) }}
{{ o.order_no }}
🕒计划时间: {{ fmtDate(o.plan_start_time) }} ~ {{ fmtDate(o.plan_end_time) }}
📄产品信息: {{ o.material_code }} | {{ o.material_name }} | {{ o.spec||'-' }}
◎工单进度: {{ o.good_qty||0 }}/{{ o.plan_qty }}
{{ p.progress>=100 ? '✓' : (Math.round(p.progress||0)+'%') }}
{{ p.process_name }}