Commit 6a3cfe11 by panziyi

brtset修改

parent bfc66c81
...@@ -165,6 +165,7 @@ export default { ...@@ -165,6 +165,7 @@ export default {
businessType: 'LC', businessType: 'LC',
tbl: 'LC', tbl: 'LC',
} }
} },
}, },
}; };
...@@ -106,20 +106,20 @@ export default { ...@@ -106,20 +106,20 @@ export default {
queryFormData(key) { queryFormData(key) {
console.log(key); console.log(key);
}, },
// 业务信息=》基本信息=》保函编号-----获取保函编号 // 业务信息=》基本信息=》融资编号-----获取融资编号
async queryOwnref() { async getTrdgrpOwnRef() {
let params = { let params = {
ptainr: this.model.gidgrp.apl.pts.ptainr, trdgrp:{
businessType: 'LG', rec: this.model.trtcre.trdgrp.rec,
tbl: 'LG',
};
const loading = this.loading();
let res = await Api.post('/service/brtset/getOwnRef', params);
if (res.respCode == SUCCESS) {
loading.close();
this.model.gidgrp.rec.ownref = res.data;
} }
}, };
const loading = this.loading();
let res = await Api.post('/service/brtset/getTrdgrpOwnRef', params);
if (res.respCode == SUCCESS) {
loading.close();
this.model.trtcre.trdgrp.rec.ownref = res.data;
}
},
// 获取brtset弹框表格数据 // 获取brtset弹框表格数据
async queryGridEtyPromptDialogData(type, ptytyp) { async queryGridEtyPromptDialogData(type, ptytyp) {
let params = { let params = {
......
...@@ -61,12 +61,7 @@ ...@@ -61,12 +61,7 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
:disabled=" @click="getTrdgrpOwnRef"
model.trtcre.trdgrp.rec.fintyp == '' ||
model.trtcre.trdgrp.fip.pts.adrblk == '' ||
// model.trdgrp.rec.branchinr == ''||
model.trtcre.trdgrp.rec.ownref != ''
"
> >
获取 获取
</c-button> </c-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment