Commit 8d2f5966 by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 68cd0408 72e65ff9
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
ownref: model.ledgrp.rec.ownref, ownref: model.ledgrp.rec.ownref,
opndat: model.ledgrp.rec.opndat, opndat: model.ledgrp.rec.opndat,
expdat: model.ledgrp.rec.expdat, expdat: model.ledgrp.rec.expdat,
branchInr: model.ledgrp.rec.branchInr, branchInr: model.ledgrp.rec.branchinr,
hndtyp: model.ledgrp.rec.hndtyp, hndtyp: model.ledgrp.rec.hndtyp,
gartyp: model.ledgrp.rec.gartyp, gartyp: model.ledgrp.rec.gartyp,
fingua: model.ledgrp.rec.fingua, fingua: model.ledgrp.rec.fingua,
......
...@@ -23,6 +23,7 @@ export default class Letnot { ...@@ -23,6 +23,7 @@ export default class Letnot {
spcrcb: '' spcrcb: ''
}, },
rec: { rec: {
branchinr: '',
tenmaxday: '', tenmaxday: '',
nomton: '', nomton: '',
expplc: '', expplc: '',
...@@ -61,7 +62,8 @@ export default class Letnot { ...@@ -61,7 +62,8 @@ export default class Letnot {
aplbnkdirsnd: '', aplbnkdirsnd: '',
advdat: '', advdat: '',
porloa: '', porloa: '',
apprultxt: '' apprultxt: '',
}, },
cbs: { cbs: {
opn2: { opn2: {
...@@ -70,7 +72,7 @@ export default class Letnot { ...@@ -70,7 +72,7 @@ export default class Letnot {
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.00'
}, },
nom1: { nom1: {
cur: '', cur: '',
...@@ -78,7 +80,7 @@ export default class Letnot { ...@@ -78,7 +80,7 @@ export default class Letnot {
}, },
max2: { max2: {
cur: '', cur: '',
amt: '' amt: '0.00'
} }
}, },
ben: { ben: {
......
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
</c-ptap> </c-ptap>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-ptap <c-ptap
:model="model" :model="model"
:argadr="{ :argadr="{
......
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