产品名称
+{{ currentOrder?.producName || '-' }}
+产品类型
+{{ currentOrder?.productTypeName || '-' }}
+颜色
+{{ currentOrder?.color || '-' }}
+订单类型
+{{ currentOrder?.orderType === '0' ? '客户订单' : '备库订单' }}
+客户名称
+{{ currentOrder?.customerName || '-' }}
+订单编号
+{{ currentOrder?.orderCode || '-' }}
+规格型号
+{{ currentOrder?.specification + '(' + currentOrder?.model + ')' || '-' }}
+数量
+{{ currentOrder?.weight || '-' }}
+单位
+{{ currentOrder?.measureName || '-' }}
+交付日期
+{{ currentOrder?.payTime || '-' }}
+当前状态
+申请人
+{{ currentOrder?.applyBy || '-' }}
+申请时间
+{{ currentOrder?.applyTime || '-' }}
+审批时间
+{{ currentOrder?.approveTime || '-' }}
+审批人
+{{ currentOrder?.approveBy || '-' }}
+审批意见
+{{ currentOrder?.approveRemark || '-' }}
+