{{ 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) }}
合同模板:
调整合同
合同总额:
确定总额
递交审批
{{ content }}