归属公司:
{{ companyInfo.companyCode || '--' }},{{ companyInfo.companyName || '--' }}
业务人员:
{{ orderDetail.businessStaff }}
发票类型:
{{ orderDetail.invoiceType }}
发货仓库:
{{ warehouseInfo.warehouseName || '--' }}
采购事由:
{{ orderDetail.purchaseReason }}
订单备注:
{{ orderDetail.remark }}
附件:
{{ orderDetail.attachmentPath || '' }}
客户名称:
{{ customerInfo.customerNo || '--' }},{{ customerInfo.customerName || '--' }}
客服人员:
{{ orderDetail.customerService }}
支付方式:
{{ getDictLabel(pay_method, orderDetail.payType) }}
费用类型:
{{ getDictLabel(fee_type, orderDetail.expenseType) }}
所属项目
{{ '--' }}
业务部门:
{{ orderDetail.businessDept }}
下单部门:
{{ orderDetail.userDept }}
订单状态:
{{ getDictLabel(order_status, orderDetail.orderStatus) }}