Commit a596a630 by wangyanjiao

bdtset #191 #192

parent 0de5a77f
......@@ -14,10 +14,22 @@
<el-divider></el-divider>
</c-col>
<c-col :span="11">
<c-col :span="22">
<el-form-item label="融资编号" prop="trtcre.trdgrp.rec.ownref">
<c-input v-model="model.trtcre.trdgrp.rec.ownref" maxlength="16" placeholder="请输入融资编号"></c-input>
<c-input v-model="model.trtcre.trdgrp.rec.ownref" maxlength="16" placeholder="请输入融资编号" style="width:98%"></c-input>
</el-form-item>
</c-col>
<c-col :span="2" style="text-align:right">
<c-button
style="margin: 0 0"
size="small"
type="primary"
@click="onBctmodButgetref"
>
Get Ref.
</c-button>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="摘要" prop="trtcre.trdgrp.rec.nam">
<c-input v-model="model.trtcre.trdgrp.rec.nam" maxlength="40" placeholder="请输入Name of Loan Contract"></c-input>
......@@ -562,7 +574,16 @@ export default {
}
},
methods:{...Event},
methods:{...Event,
onBctmodButgetref(){
this.executeDefault("trtcre.trtp.butgetref").then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
},
},
created:function(){
}
......
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