• {{i18n('订单编号')}}:
  • {{i18n('下单时间')}}:
  • {{i18n('审批时间')}}:
  • {{i18n('下单人')}}:
  • {{i18n('待审批')}}
  • {{i18n('审批通过')}}
  • {{i18n('审批不通过')}}
  • {{i18n('全部')}}
  • {{i18n('订单编号')}} Order No
  • {{i18n('订单金额')}}amount
  • {{i18n('下单人')}}Purchaser
  • {{i18n('下单人部门')}}department
  • {{i18n('下单日期')}}date
  • {{i18n('预计发货日期')}}delivery date
  • {{i18n('审批状态')}}status
  • {{i18n('审批时间')}}Approval time
  • {{i18n('操作')}}operation
无数据
  •  
  • {{order.orderCode}}
  • {{order.orderAmount | currency:isHK?'HK$':'¥'}}
  • {{order.nickName || ' '}}
  • {{order.costName || ' '}}
  • {{order.orderDate.slice(0,10) || ' '}}
  • {{order.shipmentDate || ' '}}
  • {{order.approvalStatusName || ' '}}
  • {{order.approvalDate || ' '}}
  • {{i18n('通过')}} {{i18n('拒绝')}} {{i18n('退回')}}
Click the blue font to view the order details
{{i18n('订单总金额')}}: {{totalMoney | currency:isHK?'HK$':'¥'}} {{i18n('当页金额')}}: {{currentMoney | currency:isHK?'HK$':'¥'}}