采购合同税率

This commit is contained in:
chenjianan
2019-06-04 18:13:43 +08:00
parent 9a4416cdf4
commit 08724c5a46
2 changed files with 2 additions and 2 deletions

View File

@@ -666,7 +666,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
doneContract(this.contractNum, this.contractName, this.deliveryDate, this.payDate, this.payMethod, this.invoiceInfo, this.otherInfo, this.actualTotal, this.id, this.supplierValue, this.单价是否含税, this.组件零件流水号组, this.组件零件基本件流水号组, this.数量组, this.单价组, this.交货期组, this.content).then(response => {
doneContract(this.contractNum, this.contractName, this.deliveryDate, this.payDate, this.payMethod, this.invoiceInfo, this.otherInfo, this.actualTotal, this.id, this.supplierValue, this.单价是否含税, this.组件零件流水号组, this.组件零件基本件流水号组, this.数量组, this.单价组, this.交货期组, this.content, this.taxRate * 100).then(response => {
if (response.data[0].result === '1') {
this.$message.success('合同生成成功')
this.reload()