快速修改价格
还原
{{ scope.row.交货期.split(' ')[0] || '—' }}
{{ scope.row.机床图号 }}
{{ scope.row.组号 }}
{{ scope.row.名称 }}
{{ scope.row.图号 ? scope.row.图号 : '—' }}
{{ scope.row.规格 ? scope.row.规格 : '—' }}
{{ scope.row.数量 }}
{{ scope.row.计量单位 }}
—
—
{{ hasTax==='未税' ? scope.row.未税总额 = (Number(scope.row.数量) * Number(scope.row.未税单价)).toFixed(2) : scope.row.未税总额 = (scope.row.含税总额 / (1+taxRate)).toFixed(2) }}
{{ hasTax==='含税' ? scope.row.含税总额 = (Number(scope.row.数量) * Number(scope.row.含税单价)).toFixed(2) : scope.row.含税总额 = (scope.row.未税总额 * (1+taxRate)).toFixed(2) }}
{{ scope.row.备注 || '—' }}
递交审批:
递交
{{ content }}