Commit 4afbf691 by WH

fix:inftrd,brtset

parent 6a3cfe11
...@@ -56,9 +56,7 @@ export default { ...@@ -56,9 +56,7 @@ export default {
cur:model.brdgrp.cbs.opn1.cur, cur:model.brdgrp.cbs.opn1.cur,
ptytyp:model.brdgrp.prb.ptytyp, ptytyp:model.brdgrp.prb.ptytyp,
frepayflg:model.brdgrp.rec.frepayflg, frepayflg:model.brdgrp.rec.frepayflg,
payrol:model.brdgrp.rec.payrol,
dscbckamt:model.brdgrp.rec.dscbckamt, dscbckamt:model.brdgrp.rec.dscbckamt,
pclbckamt:model.brdgrp.rec.pclbckamt,
totdat:model.brdgrp.rec.totdat, totdat:model.brdgrp.rec.totdat,
// negate:model.brdgrp.rec.dscbckamt.negate, // negate:model.brdgrp.rec.dscbckamt.negate,
pclbckamt:model.brdgrp.rec.pclbckamt, pclbckamt:model.brdgrp.rec.pclbckamt,
......
...@@ -192,11 +192,14 @@ export default class Bctset { ...@@ -192,11 +192,14 @@ export default class Bctset {
trntyp: '', trntyp: '',
trdgrp: { trdgrp: {
rec: { rec: {
fincod:'',
ovdflg: '',
ownusr: window.sessionStorage.userId ? window.sessionStorage.userId : 'ZL',
stttendat: new Date(), stttendat: new Date(),
recaccount: '', recaccount: '',
pctfin: '100', pctfin: '100',
recdistrictcode: '', recdistrictcode: '',
ownref: '12121212222', ownref: '',
intrat: '0.000000', intrat: '0.000000',
pntnam: '', pntnam: '',
invtyp: '1', invtyp: '1',
......
...@@ -842,6 +842,7 @@ export default { ...@@ -842,6 +842,7 @@ export default {
computed:{ computed:{
trtcretrdgrprecpntref(){ trtcretrdgrprecpntref(){
this.model.trtcre.trtmod.finmod.fincod = this.model.brdgrp.rec.ownref this.model.trtcre.trtmod.finmod.fincod = this.model.brdgrp.rec.ownref
this.model.trtcre.trdgrp.rec.fincod = this.model.brdgrp.rec.ownref
this.model.trtcre.trdgrp.rec.pntref = this.model.brdgrp.rec.ownref this.model.trtcre.trdgrp.rec.pntref = this.model.brdgrp.rec.ownref
return this.model.trtcre.trdgrp.rec.pntref return this.model.trtcre.trdgrp.rec.pntref
}, },
......
...@@ -13,8 +13,8 @@ export default class Inftrd { ...@@ -13,8 +13,8 @@ export default class Inftrd {
}, },
infcon: { infcon: {
chksubcon: '', chksubcon: '',
opndatfrom: '', opndatfrom: new Date(),
opndatto: '', opndatto: new Date(),
seaownref: '', seaownref: '',
seaamtfr: '', seaamtfr: '',
seasta: '', seasta: '',
......
...@@ -307,17 +307,17 @@ ...@@ -307,17 +307,17 @@
</template> </template>
</c-list-search> </c-list-search>
<c-col :span="24" style="margin-top: 10px"> <!-- <c-col :span="24" style="margin-top: 10px">-->
<c-button <!-- <c-button-->
class="medium_bcs" <!-- class="medium_bcs"-->
size="medium" <!-- size="medium"-->
type="primary" <!-- type="primary"-->
style="margin-left: 0px" <!-- style="margin-left: 0px"-->
@click="toTrtopn" <!-- @click="toTrtopn"-->
>进口融资开立 <!-- >进口融资开立-->
</c-button <!-- </c-button-->
> <!-- >-->
</c-col> <!-- </c-col>-->
<div style="height: 90%"> <div style="height: 90%">
<c-col :span="24"> <c-col :span="24">
<el-table <el-table
......
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