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