基本信息
{{ receivablePlan.period }}
{{ receivablePlan.customerName }}
{{ receivablePlan.contractNo }}
{{ erpPriceInputFormatter(receivablePlan.price) }}
{{ formatDate(receivablePlan.returnTime, 'YYYY-MM-DD') }}
{{ receivablePlan.remindDays }}
{{ receivablePlan.remark }}
{{ erpPriceInputFormatter(receivablePlan.receivable.price) }}
{{ erpPriceInputFormatter(0) }}
{{ erpPriceInputFormatter(receivablePlan.price - receivablePlan.receivable.price) }}
{{ erpPriceInputFormatter(receivablePlan.price) }}
{{ formatDate(receivablePlan.receivable?.returnTime, 'YYYY-MM-DD') }}
系统信息
{{ receivablePlan.ownerUserName }}
{{ receivablePlan.creatorName }}
{{ formatDate(receivablePlan.createTime) }}
{{ formatDate(receivablePlan.updateTime) }}