1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Dbazxb {
constructor() {
this.data = {
cpnref: "", // 拷'融资编号 .cpnref
recgrp: {
rec: {
inr: "",
rcvtotcur: "", // 应收账款总金额 .recgrp.rec.rcvtotcur
rcvtotamt: "", // 应收账款总金额 .recgrp.rec.rcvtotamt
conenddat: "", // 境外付款期限 .recgrp.rec.conenddat
policyno: "", // 保单号 .recgrp.rec.policyno
policytype: "", // 融资险种 .recgrp.rec.policytype
noticeid: "", // 承保通知书编号 .recgrp.rec.noticeid
agreementno: "", // 应转-赔转协议编号 .recgrp.rec.agreementno
cliextkey: "", // 客户号 .recgrp.rec.cliextkey
clinam: "", // 客户名称 .recgrp.rec.clinam
ownref: "", // 本行融资申请编号 .recgrp.rec.ownref
wgrref: "", // 外管局融资编号 .recgrp.rec.wgrref
bchcod: "", // 经办机构号 .recgrp.rec.bchcod
ownbchcod: "", // 归属机构号 .recgrp.rec.ownbchcod
cur: "", // 融资申请金额 .recgrp.rec.cur
amt: "", // 融资申请金额 .recgrp.rec.amt
custcode: "", // 组织机构代码 .recgrp.rec.custcode
xxcbflg: "", // 是否线下承保 .recgrp.rec.xxcbflg
inenum: "", // 发票数量 .recgrp.rec.inenum
cusnum: "", // 报关单数量 .recgrp.rec.cusnum
},
fsa: {
mdfclinam: "", // 修改客户名称 .recgrp.fsa.mdfclinam
},
inelst: [],
cuslst: [],
},
recpan: {
totamt: "", // 条 .recpan.totamt
bgdamt: "", // 条 .recpan.bgdamt
danlst: [],
},
invnotres: [], // 查询结果 .invnotres
invlst: "", // new datafield .invlst
policyno: "", // 保单号 .policyno
noticeid: "", // 查询用-承保通知书编号 .noticeid
notinvres: [], // 查询结果 .notinvres
pageId: "", // ctx的key
}
}
}