Commit 577d6b28 by “yanyuxin”

进口融资开立bug修改

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