{{ groupName }}{{ isPrintPrice ? '货物销售单' : '货物签收单' }}
客户:{{ formData.contactName }}
单据编码:{{ formData.docNo }}
项目:{{ formData.projectName }}
单据日期:{{ formData.createTime ? formData.createTime.split(' ')[0] : '' }}
| 序号 |
规格型号 |
单位 |
数量 |
单价 |
税率 |
金额 |
颜色 |
备注 |
| {{ index + 1 }} |
{{ item.modelType }}
|
{{ item.saleUnit }} |
{{ item.saleCount }} |
{{ item.singlePrice }} |
{{ item.taxRate }}{{ item.taxRate ? '%' : '0%' }} |
{{ item.totalPrice }} |
{{ item.colorKey }} |
{{ item.remark }} |
| 合计 |
|
{{ getTotalValue('totalCount', 2) }} |
|
|
{{ getTotalValue('totalPrice', 2) }} |
{{ isPrintPrice ? convertToChinese(getTotalValue('totalPrice', 2)) : '' }} |
|
业务员:{{ formData.saleOrderList[0]?.salesmanName }}
制单人:{{ formData.makerName }}
核对人:
发货人: