|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
|
|
|
|
|
<a-tabs defaultActiveKey="1"> |
|
|
|
|
<a-tab-pane tab="预算计划采购流程物料清单表" key="1"> |
|
|
|
|
<ProcessUdgetPlanMaterialList :mainId="selectedMainId"/> |
|
|
|
|
<ProcessUdgetPlanMaterialList :mainId="selectedRowKeys"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
</a-tabs> |
|
|
|
|
</a-card> |
|
|
|
@ -299,8 +299,8 @@
|
|
|
|
|
this.selectedMainId = '' |
|
|
|
|
}, |
|
|
|
|
onSelectChange(selectedRowKeys, selectionRows) { |
|
|
|
|
console.log(selectedRowKeys) |
|
|
|
|
console.log(selectionRows) |
|
|
|
|
// console.log("selectedRowKeys>>>>>>>>>>>>>>>",selectedRowKeys) |
|
|
|
|
// console.log("selectionRows>>>>>>>>>>>>>>>>>>>",selectionRows) |
|
|
|
|
this.selectedMainId = selectedRowKeys[0] |
|
|
|
|
this.selectedRowKeys = selectedRowKeys |
|
|
|
|
this.selectionRows = selectionRows |
|
|
|
@ -317,7 +317,7 @@
|
|
|
|
|
this.onClearSelected() |
|
|
|
|
var params = this.getQueryParams()//查询条件 |
|
|
|
|
if(this.changeData){ |
|
|
|
|
params.id=this.changeData[0] |
|
|
|
|
params.id=this.changeData |
|
|
|
|
} |
|
|
|
|
this.loading = true |
|
|
|
|
getAction(this.url.list, params).then((res) => { |
|
|
|
@ -331,7 +331,7 @@
|
|
|
|
|
this.loading = false |
|
|
|
|
}) |
|
|
|
|
this.selectedRowKeys = this.changeData |
|
|
|
|
this.selectedMainId = this.changeData[0] |
|
|
|
|
this.selectedMainId = this.changeData |
|
|
|
|
}, |
|
|
|
|
clickThenSelect(record) { |
|
|
|
|
return { |
|
|
|
@ -400,14 +400,13 @@
|
|
|
|
|
this.visible = false |
|
|
|
|
return |
|
|
|
|
}*/ |
|
|
|
|
console.log('//////////',this.changeData) |
|
|
|
|
if (!this.multi) { |
|
|
|
|
if (this.selectionRows && this.selectionRows.length > 1) { |
|
|
|
|
|
|
|
|
|
this.$message.warning('请选择一条记录') |
|
|
|
|
return false |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
console.log('>>>>>>>>>>>>>>>>>>>>>>>>>',this.changeData) |
|
|
|
|
// if (!this.multi) { |
|
|
|
|
// if (this.selectionRows && this.selectionRows.length > 1) { |
|
|
|
|
// this.$message.warning('请选择一条记录') |
|
|
|
|
// return false |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
if (!this.selectionRows || this.selectionRows.length == 0) { |
|
|
|
|
if (this.getFileData){ |
|
|
|
|
this.$emit('close') |
|
|
|
|