+
+
采购应付单
+
+ 应付单本次核销总额: {{ totalPayableWriteOffAmount.toFixed(2) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ calculateExcludingTax(scope.row.unpaidPaymentAmount, scope.row.taxRate) }}
+
+
+
+
+ {{ calculateTax(scope.row.unpaidPaymentAmount, scope.row.taxRate) }}
+
+
+
+
+
+ {{
+ $calc.sub($calc.sub(scope.row.totalPriceWithTax, scope.row.paidPaymentAmount), scope.row.unpaidPaymentAmount)
+ }}
+
+
+
+
+
+ {{ calculateExcludingTax(scope.row.paidPaymentAmount, scope.row.taxRate) }}
+
+
+
+
+ {{ calculateTax(scope.row.paidPaymentAmount, scope.row.taxRate) }}
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
采购付款单
+
+ 付款单本次核销总额: {{
+ totalPaymentWriteOffAmount.toFixed(2)
+ }}
+ 总价之和不能大于应付单本次核销总价之和
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.preResidueAmount || '0.00' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+