Commit 8ad6f840 by liaoxing

cctdav修改

parent ae57f728
...@@ -34,10 +34,11 @@ export default { ...@@ -34,10 +34,11 @@ export default {
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'CCD', objtyp: 'CCD',
objinr: model.bcdgrp.rec.inr,
ownref: model.ccdgrp.rec.ownref, ownref: model.ccdgrp.rec.ownref,
opndat: model.ccdgrp.rec.opndat, opndat: model.ccdgrp.rec.opndat,
expdat: model.ccdgrp.rec.expdat, expdat: model.ccdgrp.rec.expdat,
branchInr: model.ccdgrp.rec.branchInr, branchInr: model.ccdgrp.rec.branchinr,
hndtyp: model.ccdgrp.rec.hndtyp, hndtyp: model.ccdgrp.rec.hndtyp,
}, },
......
...@@ -10,12 +10,15 @@ export default class Cctdav { ...@@ -10,12 +10,15 @@ export default class Cctdav {
nam: "", // Name of CC contract .ccdgrp.rec.nam nam: "", // Name of CC contract .ccdgrp.rec.nam
regref: "", // Register Ref. .ccdgrp.rec.regref regref: "", // Register Ref. .ccdgrp.rec.regref
ccform: "", // Form of Clean Coll. .ccdgrp.rec.ccform ccform: "", // Form of Clean Coll. .ccdgrp.rec.ccform
modset: "", // Mode of Collection .ccdgrp.rec.modset modset: "2", // Mode of Collection .ccdgrp.rec.modset
purflg: "", // Payment Disposition .ccdgrp.rec.purflg purflg: "", // Payment Disposition .ccdgrp.rec.purflg
tocsel: "", // Type of Check .ccdgrp.rec.tocsel tocsel: "", // Type of Check .ccdgrp.rec.tocsel
pretyp: "", // TYPE OF PRESENTER .ccdgrp.rec.pretyp pretyp: "", // TYPE OF PRESENTER .ccdgrp.rec.pretyp
chcknum: "", // Check Number .ccdgrp.rec.chcknum chcknum: "", // Check Number .ccdgrp.rec.chcknum
chkdat: "", // Date of Draft .ccdgrp.rec.chkdat chkdat: "", // Date of Draft .ccdgrp.rec.chkdat
inr: "",
branchinr: "",
}, },
cbs: { cbs: {
opn1: { opn1: {
......
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