{{ 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 }}