This commit is contained in:
liushuai
2019-03-25 10:25:49 +08:00
parent 6bc14761a4
commit 2096e2aa6d
20 changed files with 1896 additions and 165 deletions

View File

@@ -281,6 +281,11 @@ export default {
this.contractGroup = []
searchOfflineContract(this.supplierValue).then(response => {
this.tableData01 = response.data
this.tableData01.map(v => {
this.$set(v, '请款金额', 0)
v.请款金额 = v.总价 - v.已付金额
return v
})
})
} else {
this.$message.error('请选择供应商')