履约保证查询及收回功能

This commit is contained in:
caoxinyu
2018-12-14 19:38:27 +08:00
parent 8fa66f94d2
commit be26635d11
10 changed files with 467 additions and 22 deletions

View File

@@ -818,7 +818,7 @@ export default {
if (response.data[0].result === '1') {
this.$message.success('删除成功')
this.getTable(addressSearch, [this.pageCurrent1, this.pageSize1], ['addressData', 'total1'])
} else { this.$message.error('删除失败') }
} else { this.$message.error('数据占用') }
})
}).catch(() => {
this.$message({
@@ -928,7 +928,7 @@ export default {
this.$message.sucess('删除成功')
this.getSelect(searchCargoBox, ['货箱号', '货箱号编号'], 'cargoBox', this.invoiceNum)
} else {
this.$message.error('删除失败')
this.$message.error('数据占用')
}
})
})
@@ -1107,7 +1107,7 @@ export default {
}
})
if (data[0].result === '0') {
this.$message.error('删除失败了。')
this.$message.error('数据占用')
}
},
handlePictureCardPreview(file) {