Commit 6e117b4f by nanrui

CodeTable码表添加等

parent d84d5865
...@@ -4043,7 +4043,6 @@ const CodeTable = { ...@@ -4043,7 +4043,6 @@ const CodeTable = {
{ label: "1st Third Party .", value: "TP1" }, { label: "1st Third Party .", value: "TP1" },
{ label: "2nd Third Party", value: "TP2" }, { label: "2nd Third Party", value: "TP2" },
{ label: "3rd Third Party", value: "TP3" }, { label: "3rd Third Party", value: "TP3" },
{ label: "4th Third Party", value: "TP4" }, { label: "4th Third Party", value: "TP4" },
{ label: "5th Third Party", value: "TP5" }, { label: "5th Third Party", value: "TP5" },
{ label: "6th Third Party", value: "TP6" }, { label: "6th Third Party", value: "TP6" },
...@@ -4066,6 +4065,35 @@ const CodeTable = { ...@@ -4066,6 +4065,35 @@ const CodeTable = {
{ label: "TP7 Third Party", value: "TP7" }, { label: "TP7 Third Party", value: "TP7" },
{ label: "TP8 Third Party", value: "TP8" }, { label: "TP8 Third Party", value: "TP8" },
], ],
searol: [
{ label: "Correspondent Bank", value: "AGB" },
{ label: "Agent", value: "AGT" },
{ label: "2nd Collecting Bank", value: "CO2" },
{ label: "Drawee (DRE)", value: "DRE" },
{ label: "Drawer", value: "DRR" },
{ label: "Old Account Party", value: "OAP" },
{ label: "Remitting Bank", value: "RMI" },
{ label: "Carrier (ROG)", value: "ROG" },
],
searol1: [
{ label: "2nd Collecting Bank", value: "CO2" },
{ label: "Collecting Bank", value: "COL" },
{ label: "Drawee (DRE)", value: "DRE" },
{ label: "Drawer", value: "DRR" },
{ label: "Old Account Party", value: "OAP" },
{ label: "Remitting Bank", value: "RMI" },
{ label: "Receiver of 2nd mail", value: "RSM" },
{ label: "Third Party", value: "TPO" },
{ label: "1st Third Party .", value: "TP1" },
{ label: "2nd Third Party", value: "TP2" },
{ label: "3rd Third Party", value: "TP3" },
{ label: "4th Third Party", value: "TP4" },
{ label: "5th Third Party", value: "TP5" },
{ label: "6th Third Party", value: "TP6" },
{ label: "7th Third Party", value: "TP7" },
{ label: "8th Third Party", value: "TP8" },
{ label: "9th Third Party", value: "TP9" },
],
// lcrtyp: [ // lcrtyp: [
...@@ -4400,11 +4428,11 @@ const CodeTable = { ...@@ -4400,11 +4428,11 @@ const CodeTable = {
{ label: "Beneficiary", value: "BEN" }, { label: "Beneficiary", value: "BEN" },
{ label: "Presenter(PRP)", value: "PRB" }, { label: "Presenter(PRP)", value: "PRB" },
], ],
// payrol1:[ // payrol1:[
// {label:"Applicant : TG3131232121",value:"1"}, // {label:"Applicant : TG3131232121",value:"1"},
// {label:"Issuing Bank : CHINA EVERBRIGHT BANK",value:"2"}, // {label:"Issuing Bank : CHINA EVERBRIGHT BANK",value:"2"},
// {label:"other paying party",value:"3"} // {label:"other paying party",value:"3"}
// ], // ],
mhtyp: [ mhtyp: [
{ label: "更换单据", value: "A" }, { label: "更换单据", value: "A" },
...@@ -6915,14 +6943,14 @@ const CodeTable = { ...@@ -6915,14 +6943,14 @@ const CodeTable = {
gtxinr3: [ gtxinr3: [
{ label: "blank text", value: "" }, { label: "blank text", value: "" },
], ],
ctytxt1:[ ctytxt1: [
{label:"CN People's Republic of China",value:"CN"}, { label: "CN People's Republic of China", value: "CN" },
{label:"HK HONG KONG",value:"HK"}, { label: "HK HONG KONG", value: "HK" },
{label:"GB Great Britain",value:"GB"}, { label: "GB Great Britain", value: "GB" },
], ],
trndoc_advdoc:[ trndoc_advdoc: [
{label:"经核验,证实电相符/印鉴相符。",value:""}, { label: "经核验,证实电相符/印鉴相符。", value: "" },
{label:"信用证真实性待核实。",value:"2"}, { label: "信用证真实性待核实。", value: "2" },
], ],
} }
export default CodeTable; export default CodeTable;
...@@ -5,10 +5,6 @@ import Pub from "../Public" ...@@ -5,10 +5,6 @@ import Pub from "../Public"
export default class Botpay { export default class Botpay {
constructor() { constructor() {
this.data = { this.data = {
// addbcbl1blk: "",
// litbenl1blk: "",
// litapll1blk: "",
// litrmbl1blk: "",
bodgrp: { bodgrp: {
rec: { rec: {
matpertyp: "", // Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp matpertyp: "", // Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp
......
...@@ -216,14 +216,14 @@ export default { ...@@ -216,14 +216,14 @@ export default {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
handleReset() { async handleReset() {
this.model.infcon.seaownref = "" this.model.infcon.seaownref = ""
this.model.infcon.opndatfrom = new Date(); this.model.infcon.opndatfrom = new Date();
this.model.infcon.opndatto = new Date(); this.model.infcon.opndatto = new Date();
this.model.infcon.searef = ""; this.model.infcon.searef = "";
this.model.infcon.pty.extkey = ""; this.model.infcon.pty.extkey = "";
this.model.infcon.usr.extkey = ""; this.model.infcon.usr.extkey = "";
this.model.infcon.payrol = ""; this.model.infcon.searol = "";
this.model.infcon.pty.nam = ""; this.model.infcon.pty.nam = "";
this.model.infcon.seapty = ""; this.model.infcon.seapty = "";
this.model.infcon.curtxt1 = ""; this.model.infcon.curtxt1 = "";
......
import Api from "~/service/Api" import Api from "~/service/Api"
import Pts from "../Common/Pts" import Pts from "../Common/Pts"
export default class Infbcd{ export default class Infbcd {
constructor () { constructor() {
this.data = { this.data = {
infcon:{ infcon: {
seaownref:"", // Own Reference .infcon.seaownref seaownref: "", // Own Reference .infcon.seaownref
nam:"", // Name .infcon.nam nam: "", // Name .infcon.nam
searef:"", // Party Reference .infcon.searef searef: "", // Party Reference .infcon.searef
pty:{ pty: {
extkey:"", // Select Single Party .infcon.pty.extkey extkey: "", // Select Single Party .infcon.pty.extkey
nam:"", // External Visible Name .infcon.pty.nam nam: "", // External Visible Name .infcon.pty.nam
}, },
seapty:"", // Party Name/BIC .infcon.seapty seapty: "", // Party Name/BIC .infcon.seapty
searol:"", // Role .infcon.searol searol: "", // Role .infcon.searol
opndatfrom:"", // Opening between .infcon.opndatfrom opndatfrom: "", // Opening between .infcon.opndatfrom
opndatto:"", // Open Date to .infcon.opndatto opndatto: "", // Open Date to .infcon.opndatto
usr:{ usr: {
extkey:"", // User ID .infcon.usr.extkey extkey: "", // User ID .infcon.usr.extkey
}, },
seasta:"", // Status .infcon.seasta seasta: "", // Status .infcon.seasta
seacur:"", // Currency .infcon.seacur seacur: "", // Currency .infcon.seacur
seaamtfr:"", // Amount between .infcon.seaamtfr seaamtfr: "", // Amount between .infcon.seaamtfr
seaamtto:"", // Amount to .infcon.seaamtto seaamtto: "", // Amount to .infcon.seaamtto
relflg:"", // Release Status .infcon.relflg relflg: "", // Release Status .infcon.relflg
cxmflg:"", // 是否显示查询码 .infcon.cxmflg cxmflg: "", // 是否显示查询码 .infcon.cxmflg
hndtyp:"", // Handling Type .infcon.hndtyp hndtyp: "", // Handling Type .infcon.hndtyp
cbctxt:"", // CBS Column .infcon.cbctxt cbctxt: "", // CBS Column .infcon.cbctxt
cbbstm:"", // stream of CBBs .infcon.cbbstm cbbstm: "", // stream of CBBs .infcon.cbbstm
smhcortyp:"", // Type of Document .infcon.smhcortyp smhcortyp: "", // Type of Document .infcon.smhcortyp
smhdatfrom:"", // Created between .infcon.smhdatfrom smhdatfrom: "", // Created between .infcon.smhdatfrom
smhdatto:"", // created till .infcon.smhdatto smhdatto: "", // created till .infcon.smhdatto
smhdir:"", // Direction .infcon.smhdir smhdir: "", // Direction .infcon.smhdir
chktrn:"", // Active only .infcon.chktrn chktrn: "", // Active only .infcon.chktrn
smhstm:"", // stream of documents to selected contract .infcon.smhstm smhstm: "", // stream of documents to selected contract .infcon.smhstm
ordstm:"", // Stream for Orders for Contract .infcon.ordstm ordstm: "", // Stream for Orders for Contract .infcon.ordstm
cbestm:"", // stream of CBEs .infcon.cbestm cbestm: "", // stream of CBEs .infcon.cbestm
liastm:"", // Stream for all engagements to selected contract .infcon.liastm liastm: "", // Stream for all engagements to selected contract .infcon.liastm
trnp:{ trnp: {
prtpanblk:"", // XMLPanel prtpan的内置block .infcon.trnp.prtpanblk prtpanblk: "", // XMLPanel prtpan的内置block .infcon.trnp.prtpanblk
}, },
seabucdatfro:"", // Booking date from .infcon.seabucdatfro seabucdatfro: "", // Booking date from .infcon.seabucdatfro
seabucdatto:"", // Booking date till used on GLEINFP .infcon.seabucdatto seabucdatto: "", // Booking date till used on GLEINFP .infcon.seabucdatto
seatrninr:"", // Transaction INR .infcon.seatrninr seatrninr: "", // Transaction INR .infcon.seatrninr
glestm:"", // Stream of GLEs .infcon.glestm glestm: "", // Stream of GLEs .infcon.glestm
chksubcon:"", // incl. all subcontracts .infcon.chksubcon chksubcon: "", // incl. all subcontracts .infcon.chksubcon
chktrnsta:"", // only active transactions .infcon.chktrnsta chktrnsta: "", // only active transactions .infcon.chktrnsta
trnstm:"", // stream for TRN to selected contract .infcon.trnstm trnstm: "", // stream for TRN to selected contract .infcon.trnstm
sptinc:"", // Incoming .infcon.sptinc sptinc: "", // Incoming .infcon.sptinc
sptreg:"", // Registered .infcon.sptreg sptreg: "", // Registered .infcon.sptreg
sptpen:"", // Pending .infcon.sptpen sptpen: "", // Pending .infcon.sptpen
sptcor:"", // Correction .infcon.sptcor sptcor: "", // Correction .infcon.sptcor
sptdel:"", // Deleted .infcon.sptdel sptdel: "", // Deleted .infcon.sptdel
sptstm:"", // stream for SPT to selected contract .infcon.sptstm sptstm: "", // stream for SPT to selected contract .infcon.sptstm
diadatfrom:"", // Date from .infcon.diadatfrom diadatfrom: "", // Date from .infcon.diadatfrom
diadatto:"", // date till .infcon.diadatto diadatto: "", // date till .infcon.diadatto
diasta:"", // Status .infcon.diasta diasta: "", // Status .infcon.diasta
diastm:"", // stream for diaries to selected contract .infcon.diastm diastm: "", // stream for diaries to selected contract .infcon.diastm
objinr:"" objinr: ""
}, },
seadoctypcod:"", // Payment Condition .seadoctypcod seadoctypcod: "", // Payment Condition .seadoctypcod
infbut:{ infbut: {
dspstm:"", // display stream .infbut.dspstm dspstm: "", // display stream .infbut.dspstm
vermod:{ vermod: {
difsrm:"", // displayable stream of differences .infbut.vermod.difsrm difsrm: "", // displayable stream of differences .infbut.vermod.difsrm
}, },
}, },
seagodcod:"", // Goods Code .seagodcod seagodcod: "", // Goods Code .seagodcod
prtpanblk:"", // XMLPanel prtpan的内置block .prtpanblk prtpanblk: "", // XMLPanel prtpan的内置block .prtpanblk
bcdgrp:{ bcdgrp: {
rec:{ rec: {
relgodflg:"", // Release of Goods .bcdgrp.rec.relgodflg relgodflg: "", // Release of Goods .bcdgrp.rec.relgodflg
reltyp:"", // Release Type .bcdgrp.rec.reltyp reltyp: "", // Release Type .bcdgrp.rec.reltyp
relgoddat:"", // Release Date .bcdgrp.rec.relgoddat relgoddat: "", // Release Date .bcdgrp.rec.relgoddat
expdat:"", // Expiry Date of Shipping Guarantee .bcdgrp.rec.expdat expdat: "", // Expiry Date of Shipping Guarantee .bcdgrp.rec.expdat
trpdoctyp:"", // Transport Doc. Type .bcdgrp.rec.trpdoctyp trpdoctyp: "", // Transport Doc. Type .bcdgrp.rec.trpdoctyp
trpdocnum:"", // Transport Doc. Ref. .bcdgrp.rec.trpdocnum trpdocnum: "", // Transport Doc. Ref. .bcdgrp.rec.trpdocnum
tradat:"", // Document Dated .bcdgrp.rec.tradat tradat: "", // Document Dated .bcdgrp.rec.tradat
tramod:"", // Mode of Transport .bcdgrp.rec.tramod tramod: "", // Mode of Transport .bcdgrp.rec.tramod
shpfro:"", // Shipment from .bcdgrp.rec.shpfro shpfro: "", // Shipment from .bcdgrp.rec.shpfro
shpto:"", // Shipment to .bcdgrp.rec.shpto shpto: "", // Shipment to .bcdgrp.rec.shpto
rtodreflg:"", // Release to Drawee Flag .bcdgrp.rec.rtodreflg rtodreflg: "", // Release to Drawee Flag .bcdgrp.rec.rtodreflg
agtdat:"", // Agent's Invoice Dated Tag 43C .bcdgrp.rec.agtdat agtdat: "", // Agent's Invoice Dated Tag 43C .bcdgrp.rec.agtdat
ownref:"", // Reference .bcdgrp.rec.ownref ownref: "", // Reference .bcdgrp.rec.ownref
resflg:"", // Reserved Contract .bcdgrp.rec.resflg resflg: "", // Reserved Contract .bcdgrp.rec.resflg
dftgarflg:"", // Draft to be Guaranteed .bcdgrp.rec.dftgarflg dftgarflg: "", // Draft to be Guaranteed .bcdgrp.rec.dftgarflg
rcvdat:"", // Docs received on .bcdgrp.rec.rcvdat rcvdat: "", // Docs received on .bcdgrp.rec.rcvdat
predat:"", // Date of Remittance Lt. .bcdgrp.rec.predat predat: "", // Date of Remittance Lt. .bcdgrp.rec.predat
advdat:"", // Advised on .bcdgrp.rec.advdat advdat: "", // Advised on .bcdgrp.rec.advdat
oridre:"", // Send Original Documents to Drawee .bcdgrp.rec.oridre oridre: "", // Send Original Documents to Drawee .bcdgrp.rec.oridre
doctypcod:"", // Collection Condition .bcdgrp.rec.doctypcod doctypcod: "", // Collection Condition .bcdgrp.rec.doctypcod
matdat:"", // Maturity Date .bcdgrp.rec.matdat matdat: "", // Maturity Date .bcdgrp.rec.matdat
matpercnt:"", // Tenor Specification .bcdgrp.rec.matpercnt matpercnt: "", // Tenor Specification .bcdgrp.rec.matpercnt
matpertyp:"", // Days/Months or Years for Maturity Period .bcdgrp.rec.matpertyp matpertyp: "", // Days/Months or Years for Maturity Period .bcdgrp.rec.matpertyp
matperbeg:"", // Tenor Starting from .bcdgrp.rec.matperbeg matperbeg: "", // Tenor Starting from .bcdgrp.rec.matperbeg
stacty:"", // Country Code Risk Country .bcdgrp.rec.stacty stacty: "", // Country Code Risk Country .bcdgrp.rec.stacty
nam:"", // Name .bcdgrp.rec.nam nam: "", // Name .bcdgrp.rec.nam
invtyp:"", // 发票类型 .bcdgrp.rec.invtyp invtyp: "", // 发票类型 .bcdgrp.rec.invtyp
chato:"", // Our Charges to .bcdgrp.rec.chato chato: "", // Our Charges to .bcdgrp.rec.chato
focflg:"", // Free of Payment .bcdgrp.rec.focflg focflg: "", // Free of Payment .bcdgrp.rec.focflg
waicolcod:"", // Waive Collecting Bank Charges .bcdgrp.rec.waicolcod waicolcod: "", // Waive Collecting Bank Charges .bcdgrp.rec.waicolcod
wairmtcod:"", // Waive Remitting Bank Charges .bcdgrp.rec.wairmtcod wairmtcod: "", // Waive Remitting Bank Charges .bcdgrp.rec.wairmtcod
othins:"", // Defer Payment until .bcdgrp.rec.othins othins: "", // Defer Payment until .bcdgrp.rec.othins
stagod:"", // Good's Code (for Statistics) .bcdgrp.rec.stagod stagod: "", // Good's Code (for Statistics) .bcdgrp.rec.stagod
proins:"", // Protest Instructions .bcdgrp.rec.proins proins: "", // Protest Instructions .bcdgrp.rec.proins
}, },
blk:{ blk: {
vesselnam:"", // Vessel Name .bcdgrp.blk.vesselnam vesselnam: "", // Vessel Name .bcdgrp.blk.vesselnam
covgod:"", // Covered Goods .bcdgrp.blk.covgod covgod: "", // Covered Goods .bcdgrp.blk.covgod
reladr:"", // Release to Address .bcdgrp.blk.reladr reladr: "", // Release to Address .bcdgrp.blk.reladr
bctfre:"", // Free Text Tag 42J .bcdgrp.blk.bctfre bctfre: "", // Free Text Tag 42J .bcdgrp.blk.bctfre
docpre:"", // Presented Documents .bcdgrp.blk.docpre docpre: "", // Presented Documents .bcdgrp.blk.docpre
intins:"", // Interest Instructions .bcdgrp.blk.intins intins: "", // Interest Instructions .bcdgrp.blk.intins
agtaut:"", // Authority of Agent .bcdgrp.blk.agtaut agtaut: "", // Authority of Agent .bcdgrp.blk.agtaut
agtinf:"", // Further Information .bcdgrp.blk.agtinf agtinf: "", // Further Information .bcdgrp.blk.agtinf
bcgdet:"", // Maturity Text .bcdgrp.blk.bcgdet bcgdet: "", // Maturity Text .bcdgrp.blk.bcgdet
bcgdetflg:"", // BC Tenor Details modified .bcdgrp.blk.bcgdetflg bcgdetflg: "", // BC Tenor Details modified .bcdgrp.blk.bcgdetflg
colins:"", // Collection Instructions .bcdgrp.blk.colins colins: "", // Collection Instructions .bcdgrp.blk.colins
dftins:"", // Draft Instructions .bcdgrp.blk.dftins dftins: "", // Draft Instructions .bcdgrp.blk.dftins
othins:"", // Other Instructions .bcdgrp.blk.othins othins: "", // Other Instructions .bcdgrp.blk.othins
chgtxt:"", // Charges Text .bcdgrp.blk.chgtxt chgtxt: "", // Charges Text .bcdgrp.blk.chgtxt
}, },
rog:{ rog: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.rog.namelc namelc: "", // 名称 .bcdgrp.rog.namelc
adrelc:"", // 地址 .bcdgrp.rog.adrelc adrelc: "", // 地址 .bcdgrp.rog.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.rog.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.rog.dbfadrblkcn
}, },
dre:{ dre: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.dre.namelc namelc: "", // 名称 .bcdgrp.dre.namelc
adrelc:"", // 地址 .bcdgrp.dre.adrelc adrelc: "", // 地址 .bcdgrp.dre.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.dre.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.dre.dbfadrblkcn
}, },
co2:{ co2: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.co2.namelc namelc: "", // 名称 .bcdgrp.co2.namelc
adrelc:"", // 地址 .bcdgrp.co2.adrelc adrelc: "", // 地址 .bcdgrp.co2.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.co2.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.co2.dbfadrblkcn
}, },
rmi:{ rmi: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.rmi.namelc namelc: "", // 名称 .bcdgrp.rmi.namelc
adrelc:"", // 地址 .bcdgrp.rmi.adrelc adrelc: "", // 地址 .bcdgrp.rmi.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.rmi.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.rmi.dbfadrblkcn
}, },
drr:{ drr: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.drr.namelc namelc: "", // 名称 .bcdgrp.drr.namelc
adrelc:"", // 地址 .bcdgrp.drr.adrelc adrelc: "", // 地址 .bcdgrp.drr.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.drr.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.drr.dbfadrblkcn
}, },
agt:{ agt: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.agt.namelc namelc: "", // 名称 .bcdgrp.agt.namelc
adrelc:"", // 地址 .bcdgrp.agt.adrelc adrelc: "", // 地址 .bcdgrp.agt.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.agt.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.agt.dbfadrblkcn
}, },
agb:{ agb: {
pts:new Pts().data, pts: new Pts().data,
namelc:"", // 名称 .bcdgrp.agb.namelc namelc: "", // 名称 .bcdgrp.agb.namelc
adrelc:"", // 地址 .bcdgrp.agb.adrelc adrelc: "", // 地址 .bcdgrp.agb.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.agb.dbfadrblkcn dbfadrblkcn: "", // Chinese address .bcdgrp.agb.dbfadrblkcn
}, },
cbs:{ cbs: {
max:{ max: {
cur:"", // Document Amount .bcdgrp.cbs.max.cur cur: "", // Document Amount .bcdgrp.cbs.max.cur
amt:"", // Document Amount .bcdgrp.cbs.max.amt amt: "", // Document Amount .bcdgrp.cbs.max.amt
}, },
opn1:{ opn1: {
cur:"", // Open Amount .bcdgrp.cbs.opn1.cur cur: "", // Open Amount .bcdgrp.cbs.opn1.cur
amt:"", // Open Amount .bcdgrp.cbs.opn1.amt amt: "", // Open Amount .bcdgrp.cbs.opn1.amt
}, },
}, },
}, },
recpan:{ recpan: {
rogp:{ rogp: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.rogp.ptsget.sdamod.seainf seainf: "", // .recpan.rogp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.rogp.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.rogp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
drep:{ drep: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.drep.ptsget.sdamod.seainf seainf: "", // .recpan.drep.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.drep.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.drep.ptsget.sdamod.dadsnd
}, },
}, },
}, },
co2p:{ co2p: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.co2p.ptsget.sdamod.seainf seainf: "", // .recpan.co2p.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.co2p.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.co2p.ptsget.sdamod.dadsnd
}, },
}, },
}, },
rmip:{ rmip: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.rmip.ptsget.sdamod.seainf seainf: "", // .recpan.rmip.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.rmip.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.rmip.ptsget.sdamod.dadsnd
}, },
}, },
}, },
drrp:{ drrp: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.drrp.ptsget.sdamod.seainf seainf: "", // .recpan.drrp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.drrp.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.drrp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
agtp:{ agtp: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.agtp.ptsget.sdamod.seainf seainf: "", // .recpan.agtp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.agtp.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.agtp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
agbp:{ agbp: {
ptsget:{ ptsget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.agbp.ptsget.sdamod.seainf seainf: "", // .recpan.agbp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.agbp.ptsget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.agbp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
recget:{ recget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.recget.sdamod.seainf seainf: "", // .recpan.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.recget.sdamod.dadsnd dadsnd: "", // Drag Drop Sender .recpan.recget.sdamod.dadsnd
}, },
}, },
usrget:{ usrget: {
sdamod:{ sdamod: {
seainf:"", // .recpan.usrget.sdamod.seainf seainf: "", // .recpan.usrget.sdamod.seainf
}, },
}, },
usr:{ usr: {
extkey:"", // Responsible User .recpan.usr.extkey extkey: "", // Responsible User .recpan.usr.extkey
}, },
docgrdm:{ docgrdm: {
docdsclab:"", // Label of document description .recpan.docgrdm.docdsclab docdsclab: "", // Label of document description .recpan.docgrdm.docdsclab
}, },
sblx:"", // 申报类型 .recpan.sblx sblx: "", // 申报类型 .recpan.sblx
acttyplab:"", // 款项去向 .recpan.acttyplab acttyplab: "", // 款项去向 .recpan.acttyplab
acttyp:"", // ACTTYP .recpan.acttyp acttyp: "", // ACTTYP .recpan.acttyp
}, },
trnmod:{ trnmod: {
seclab:"", // static .trnmod.seclab seclab: "", // static .trnmod.seclab
commetlab:"", // 自槸区备注label .trnmod.commetlab commetlab: "", // 自槸区备注label .trnmod.commetlab
recbchnam:"", // 接收行名称 .trnmod.recbchnam recbchnam: "", // 接收行名称 .trnmod.recbchnam
recbchkey:"", // 接收行行号 .trnmod.recbchkey recbchkey: "", // 接收行行号 .trnmod.recbchkey
pyeact:"", // 收款人账号 .trnmod.pyeact pyeact: "", // 收款人账号 .trnmod.pyeact
flg:"", // 电汇凭证 .trnmod.flg flg: "", // 电汇凭证 .trnmod.flg
bustyp:"", // 业务种类 .trnmod.bustyp bustyp: "", // 业务种类 .trnmod.bustyp
secmod:"", // 二代模式 .trnmod.secmod secmod: "", // 二代模式 .trnmod.secmod
orcnam:"", // 付款人名称 .trnmod.orcnam orcnam: "", // 付款人名称 .trnmod.orcnam
orcadr:"", // 付款人地址 .trnmod.orcadr orcadr: "", // 付款人地址 .trnmod.orcadr
pyenam:"", // 收款人名称 .trnmod.pyenam pyenam: "", // 收款人名称 .trnmod.pyenam
pyeadr:"", // 收款人地址 .trnmod.pyeadr pyeadr: "", // 收款人地址 .trnmod.pyeadr
pyebchkey:"", // 收款人开户行行号 .trnmod.pyebchkey pyebchkey: "", // 收款人开户行行号 .trnmod.pyebchkey
pyebchnam:"", // 收款人开户行 .trnmod.pyebchnam pyebchnam: "", // 收款人开户行 .trnmod.pyebchnam
commen:"", // 附言 .trnmod.commen commen: "", // 附言 .trnmod.commen
comsystbl:"", // 自槸区备注 .trnmod.comsystbl comsystbl: "", // 自槸区备注 .trnmod.comsystbl
ptsmod:{ ptsmod: {
fecinf:{ fecinf: {
fecstm:"", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm fecstm: "", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
}, },
}, },
trndoc:{ trndoc: {
ersmod:{ ersmod: {
ersimm:{ ersimm: {
docedipblk:"", // XMLPanel docedip的内置block .trnmod.trndoc.ersmod.ersimm.docedipblk docedipblk: "", // XMLPanel docedip的内置block .trnmod.trndoc.ersmod.ersimm.docedipblk
}, },
}, },
}, },
}, },
mtabut:{ mtabut: {
coninf:{ coninf: {
oitinf:{ oitinf: {
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt labinftxt: "", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit:{ oit: {
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt inftxt: "", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev inflev: "", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
}, },
}, },
oitset:{ oitset: {
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt labinftxt: "", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit:{ oit: {
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt inftxt: "", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev inflev: "", // Infotext Level .mtabut.coninf.oitset.oit.inflev
}, },
}, },
conexedat:"", // 执行日期 .mtabut.coninf.conexedat conexedat: "", // 执行日期 .mtabut.coninf.conexedat
usr:{ usr: {
extkey:"", // User ID .mtabut.coninf.usr.extkey extkey: "", // User ID .mtabut.coninf.usr.extkey
}, },
}, },
}, },
......
...@@ -206,14 +206,14 @@ export default { ...@@ -206,14 +206,14 @@ export default {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
}, },
handleReset() { async handleReset() {
this.model.infcon.seaownref = "" this.model.infcon.seaownref = ""
this.model.infcon.opndatfrom = new Date(); this.model.infcon.opndatfrom = new Date();
this.model.infcon.opndatto = new Date(); this.model.infcon.opndatto = new Date();
this.model.infcon.searef = ""; this.model.infcon.searef = "";
this.model.infcon.pty.extkey = ""; this.model.infcon.pty.extkey = "";
this.model.infcon.usr.extkey = ""; this.model.infcon.usr.extkey = "";
this.model.infcon.payrol = ""; this.model.infcon.searol = "";
this.model.infcon.pty.nam = ""; this.model.infcon.pty.nam = "";
this.model.infcon.seapty = ""; this.model.infcon.seapty = "";
this.model.infcon.curtxt1 = ""; this.model.infcon.curtxt1 = "";
......
...@@ -102,6 +102,7 @@ export default class Infbod { ...@@ -102,6 +102,7 @@ export default class Infbod {
wairmtcod: "", // Waive Remitting Bank Charges .bodgrp.rec.wairmtcod wairmtcod: "", // Waive Remitting Bank Charges .bodgrp.rec.wairmtcod
othins: "", // Defer Payment until .bodgrp.rec.othins othins: "", // Defer Payment until .bodgrp.rec.othins
lescom: "", // Warehouse/Insurance .bodgrp.rec.lescom lescom: "", // Warehouse/Insurance .bodgrp.rec.lescom
inr: ""
}, },
cbs: { cbs: {
max: { max: {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
placeholder="请输入Collection Instructions" disabled></c-input> placeholder="请输入Collection Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
placeholder="请输入Draft Instructions" disabled> placeholder="请输入Draft Instructions" disabled>
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
placeholder="请输入Protest Instructions" disabled></c-input> placeholder="请输入Protest Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
placeholder="请输入Other Instructions" disabled></c-input> placeholder="请输入Other Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
placeholder="请输入Warehouse/Insurance Instructions" disabled></c-input> placeholder="请输入Warehouse/Insurance Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
placeholder="请输入Collection Instructions" disabled></c-input> placeholder="请输入Collection Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
placeholder="请输入Draft Instructions" disabled> placeholder="请输入Draft Instructions" disabled>
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
placeholder="请输入Protest Instructions" disabled></c-input> placeholder="请输入Protest Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
placeholder="请输入Other Instructions" disabled></c-input> placeholder="请输入Other Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
placeholder="请输入Warehouse/Insurance Instructions" disabled></c-input> placeholder="请输入Warehouse/Insurance Instructions" disabled></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" disabled>
... ...
</c-button> </c-button>
</template> </template>
......
...@@ -66,10 +66,8 @@ ...@@ -66,10 +66,8 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="Role" prop="infcon.searol" style="width: 100%"> <el-form-item label="Role" prop="infcon.searol" style="width: 100%">
<!-- <c-select v-model="model.infcon.searol" style="width: 100%" placeholder="请选择Role"> <c-select v-model="model.infcon.searol" style="width: 100%" placeholder="请选择Role">
</c-select> --> <el-option v-for="item in codes.searol" :key="item.value" :label="item.label" :value="item.value">
<c-select v-model="model.infcon.payrol" style="width: 100%" placeholder="请选择Role">
<el-option v-for="item in codes.payrol" :key="item.value" :label="item.label" :value="item.value">
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -277,23 +275,23 @@ export ...@@ -277,23 +275,23 @@ export
stmData: { stmData: {
columns: [ columns: [
"1 1 \"Reference\" 150", "1 1 \"Reference\" 150",
"2 2 \"Resp. User\" 100", "2 2 \"Resp. User\" 120",
"3 3 \"Opened\" 150 4 7", "3 3 \"Opened\" 150 4 7",
"4 4 \"Closed\" 150 4 7", "4 4 \"Closed\" 150 4 7",
"5 5 \"Goods Code\" 130 1 0 1 GODCOD", "5 5 \"Goods Code\" 130 1 0 1 GODCOD",
"6 6\"分行名称\" 136", "6 6 \"分行名称\" 170",
"7 7 \"Pta.No\" 130", "7 7 \"Pta.No\" 130",
"8 8 \"Drawee Party Number\" 150", "8 8 \"Drawee Party Number\" 170",
"9 9 \"Drawee\" 300", "9 9 \"Drawee\" 300",
"10 10 \"Drawee CN\" 130", "10 10 \"Drawee CN\" 130",
"11 11 \"Drawer Party Number\" 150", "11 11 \"Drawer Party Number\" 170",
"12 12 \"Drawer\" 100", "12 12 \"Drawer\" 100",
"13 13 \"Remitting Bank Party Number\" 200", "13 13 \"Remitting Bank Party Number\" 220",
"14 14 \"Remitting Bank\" 200", "14 14 \"Remitting Bank\" 200",
"15 15 \"Doc.Amount Cur\" 130", "15 15 \"Doc.Amount Cur\" 150",
"16 16 \"Doc.Amount\" 100 2 8 1 15", "16 16 \"Doc.Amount\" 120 2 8 1 15",
"17 17 \"Open Amount Cur\" 130", "17 17 \"Open Amount Cur\" 150",
"18 18 \"Open Amount\" 100 2 8 1 17", "18 18 \"Open Amount\" 130 2 8 1 17",
], ],
data: [] data: []
......
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