+
+
+ 集团编码: {{orderGroupMsg.code}}
+
+
返回
+
+
+
+ 订单名称
+ {{orderGroupMsg.name}}
+
+
+ 产品名称
+ {{orderGroupMsg.productName}}
+
+
+ 产品规格
+ {{orderGroupMsg.specifications}}
+
+
+ 客户
+ {{orderGroupMsg.customerName}}
+
+
+ 包装要求
+ 接口没有该字段
+
+
+ 交货时间
+ 需要确认时哪个字段
+
+
+
+
+ 创建时间
+ {{ parseTime(orderGroupMsg.triggerTime) }}
+
+
+ 计划开始时间
+ {{ parseTime(orderGroupMsg.planStartTime) }}
+
+
+ 计划完成时间
+ {{ parseTime(orderGroupMsg.planFinishTime) }}
+
+
+ 计划加工数量
+ {{orderGroupMsg.planQuantity}}
+
+
+ 加工平方数(平方米)
+ 接口没有该字段
+
+
+ 状态
+ {{getDictDataLabel(DICT_TYPE.ORDER_STATUS, orderGroupMsg.status)}}
+
+
+
+
+ 实际开始时间
+ {{ parseTime(orderGroupMsg.startProduceTime) }}
+
+
+ 实际完成时间
+ {{ parseTime(orderGroupMsg.finishProduceTime) }}
+
+
+ 实际生产数量
+ {{orderGroupMsg.actualquantity }}
+
+
+ 完成比%
+ {{orderGroupMsg.completeRate}}
+
+
+ 废片数量
+ 接口未看到该字段
+
+
+
+