Commit 577d6b28 by “yanyuxin”

进口融资开立bug修改

parent a8a341e7
...@@ -13,7 +13,7 @@ export default class Trtopn{ ...@@ -13,7 +13,7 @@ export default class Trtopn{
ownref:"", // 融资编号 .trdgrp.rec.ownref ownref:"", // 融资编号 .trdgrp.rec.ownref
nam:"", // Name of Loan Contract .trdgrp.rec.nam nam:"", // Name of Loan Contract .trdgrp.rec.nam
issdat:"", // 开立日期 .trdgrp.rec.issdat issdat:"", // 开立日期 .trdgrp.rec.issdat
fintyp1:"", // 融资品种 .trdgrp.rec.fintyp fintyp:"", // 融资品种 .trdgrp.rec.fintyp
stagod:"", // Good's Code .trdgrp.rec.stagod stagod:"", // Good's Code .trdgrp.rec.stagod
guaflg:"", // 货押标识 .trdgrp.rec.guaflg guaflg:"", // 货押标识 .trdgrp.rec.guaflg
pctfin:"", // % Financed .trdgrp.rec.pctfin pctfin:"", // % Financed .trdgrp.rec.pctfin
...@@ -28,6 +28,7 @@ export default class Trtopn{ ...@@ -28,6 +28,7 @@ export default class Trtopn{
invtyp:"", // 发票类型 .trdgrp.rec.invtyp invtyp:"", // 发票类型 .trdgrp.rec.invtyp
lprtyp:"", // 市场LPR期限品种 .trdgrp.rec.lprtyp lprtyp:"", // 市场LPR期限品种 .trdgrp.rec.lprtyp
mycontno:"", // 交易合同号 .trdgrp.rec.mycontno mycontno:"", // 交易合同号 .trdgrp.rec.mycontno
branchinr:"",
// sndto:"", // sndto:"",
}, },
fip:{ fip:{
......
...@@ -29,23 +29,25 @@ ...@@ -29,23 +29,25 @@
<c-input <c-input
v-model="model.trdgrp.rec.ownref" v-model="model.trdgrp.rec.ownref"
maxlength="16" maxlength="16"
disabled placeholder="请输入融资编号" disabled
placeholder=""
style="width: 57%"></c-input> style="width: 57%"></c-input>
<c-button <c-button
size="small" size="small"
type="primary;width:10%" type="primary;width:10%"
style="width: 10%" style="width: 10%"
@click="onSeainf"> @click="onSeainf">
i i</c-button>
</c-button>
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
:disabled="this.flag" :disabled="model.trdgrp.rec.fintyp == ''||
model.trdgrp.fip.pts.adrblk == ''||
// model.trdgrp.rec.branchinr == ''||
model.trdgrp.rec.ownref != ''"
@click="onTrtpButgetref" @click="onTrtpButgetref"
style="width: 20%"> style="width: 20%">
Get Ref Get Ref</c-button>
</c-button>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -220,7 +222,7 @@ ...@@ -220,7 +222,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="第一还款账号" prop="trtmod.finmod.act1"> <el-form-item label="第一还款账号" prop="trtmod.finmod.act1">
<c-select v-model="model.trtmod.finmod.act1" style="width:100%" placeholder="请选择第一还款账号"> <c-select v-model="model.trtmod.finmod.act1" style="width:100%" placeholder="请选择第一还款账号">
<el-option v-for="item in codes.act1" :key="item.value" :label="item.label" :value="item.value"></el-option> <el-option v-for="(item, idx) in codes.codeSet['trtmod.finmod.act1']" :key="idx" :label="item.split('\t')[1]" :value="item.split('\t')[0]"></el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -436,7 +438,7 @@ ...@@ -436,7 +438,7 @@
allow-create allow-create
v-model="model.trtmod.finmod.act3" v-model="model.trtmod.finmod.act3"
style="width:100%" style="width:100%"
:disabled="model.trtmod.finmod.acttyp == null" :disabled="model.trtmod.finmod.acttyp == ''"
placeholder="请选择第三方还款账号"> placeholder="请选择第三方还款账号">
</c-select> </c-select>
</el-form-item> </el-form-item>
......
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