合同
This commit is contained in:
@@ -408,7 +408,7 @@
|
||||
|
||||
<script>
|
||||
import elInput from 'element-ui/packages/input'
|
||||
import { initType, selectBidBond, getTree, tree, getTablePeople, TakeBack, ComplianceGold, addBidBond, editBidBond, delBidBond, winningBid, executionProgressID, intProject, submitPerformanceBond } from '@/api/MarketingCenter/BidBond'
|
||||
import { initType, selectBidBond, getTree, tree, getTablePeople, TakeBack, addBidBond, editBidBond, delBidBond, winningBid, executionProgressID, intProject, submitPerformanceBond } from '@/api/MarketingCenter/BidBond'
|
||||
export default {
|
||||
components: {
|
||||
elInput
|
||||
@@ -640,20 +640,6 @@ export default {
|
||||
},
|
||||
ComplianceGold(row) {
|
||||
this.addForm('PerformanceBondform')
|
||||
// this.$confirm('此操作会将此投标保证金转为履约保证金, 是否继续?', '提示', {
|
||||
// confirmButtonText: '确定',
|
||||
// cancelButtonText: '取消',
|
||||
// type: 'warning'
|
||||
// }).then(() => {
|
||||
// ComplianceGold(row.招标保证金流水号).then(response => {
|
||||
// if (response.data[0].result === '1') {
|
||||
// this.fetchTableData1()
|
||||
// this.$message.success('操作成功')
|
||||
// } else {
|
||||
// this.$message.error('操作失败')
|
||||
// }
|
||||
// })
|
||||
// })
|
||||
this.code = row.招标保证金流水号
|
||||
this.dialogPerformanceBondVisible = true
|
||||
this.PerformanceBondform.保证金金额 = row.应收回金额
|
||||
|
||||
Reference in New Issue
Block a user