更新
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
<el-tooltip effect="dark" content="取消关联" placement="top">
|
||||
<div style="display: inline-block">
|
||||
<el-button
|
||||
:disabled="disabled"
|
||||
type="text"
|
||||
size="mini"
|
||||
icon="el-icon-right"
|
||||
@@ -290,6 +291,7 @@ export default {
|
||||
name: '', // 发票交接单
|
||||
data() {
|
||||
return {
|
||||
disabled: false,
|
||||
addTable1_disable: false,
|
||||
aboutArrival_disable: false,
|
||||
dateRange: '',
|
||||
@@ -469,6 +471,8 @@ export default {
|
||||
},
|
||||
searchTable02(row) { // 查看详情(发票包含的合同)
|
||||
this.发票流水号 = row.发票流水号
|
||||
row.是否请款 === '1' ? this.disabled = true : this.disabled = false
|
||||
console.log(this.disabled, 123)
|
||||
searchInvoiceDetail(this.发票流水号).then(response => {
|
||||
this.gridData = response.data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user