创建送出记录
创建送回记录
查看差异记录
送出总费用合计:{{ totalPriceSum1 }}
送回总费用合计:{{ totalPriceSum2 }}
{{ scope.row.flowTypeName || '无' }}
{{ scope.row.batchNumber || '无' }}
{{ scope.row.storeName || '无' }}
{{ scope.row.productType || '无' }}
{{ scope.row.laundrySupplierName || '无' }}
{{ scope.row.quantity || 0 }}
{{ scope.row.laundryPrice || 0 }}
{{ scope.row.totalPrice || 0 }}
{{ scope.row.isEffective === 1 ? '有效' : '无效' }}
{{ scope.row.createUserName || '无' }}
{{ scope.row.flowType === 0
? (scope.row.sendTime ? formatDateTime(scope.row.sendTime) : '无')
: (scope.row.returnTime ? formatDateTime(scope.row.returnTime) : '无')
}}
{{ formatDateTime(scope.row.createTime) || '无' }}
详情
编辑
作废