Commit 7d80163b by wangyanjiao

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 23987531 5ad1c701
...@@ -106,7 +106,7 @@ const CodeTable = { ...@@ -106,7 +106,7 @@ const CodeTable = {
{ label: "系统外还款", value: "1" }, { label: "系统外还款", value: "1" },
{ label: "正常还款", value: "0" }, { label: "正常还款", value: "0" },
], ],
acttyp1: [ acttyp0: [
{ label: "境外", value: "(JW)" }, { label: "境外", value: "(JW)" },
{ label: "境内非居民", value: "(JN)" }, { label: "境内非居民", value: "(JN)" },
], ],
...@@ -3413,7 +3413,7 @@ const CodeTable = { ...@@ -3413,7 +3413,7 @@ const CodeTable = {
{ label: "Wait for Response", value: "W" }, { label: "Wait for Response", value: "W" },
{ label: "Send Documents", value: "C" }, { label: "Send Documents", value: "C" },
{ label: "Accept/ Settle Document now", value: "A" }, { label: "Accept/ Settle Document now", value: "A" },
{ label: "Send and Accept/ Settle Documents", value: "B" }, { label: "Send and Accept/ Settle Documents", value: "B" },
], ],
fpdsta: [ fpdsta: [
{ label: "Agreement Under Negotiation", value: "N" }, { label: "Agreement Under Negotiation", value: "N" },
...@@ -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,8 +4065,37 @@ const CodeTable = { ...@@ -4066,8 +4065,37 @@ 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: [
// { label: "可转让", value: "IT" }, // { label: "可转让", value: "IT" },
// { label: "不可转让", value: "I" }, // { label: "不可转让", value: "I" },
...@@ -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;
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
"payinstxt": [ "payinstxt": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 65, message: "长度不能超过65" } { type: "string",max: 300, message: "长度不能超过300" }
], ],
"bedgrp.rec.lescom": [ "bedgrp.rec.lescom": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
"ledgrp.cbs.opn1.amt": [ "ledgrp.cbs.opn1.amt": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 18, message: "整数位不能超过14位" }, { max: 18, message: "整数位不能超过14位" },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"betp.recget.sdamod.dadsnd": [ "betp.recget.sdamod.dadsnd": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
......
...@@ -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
infbut: {
dspstm: "", // display stream .infbut.dspstm
vermod: {
difsrm: "", // displayable stream of differences .infbut.vermod.difsrm
},
},
seagodcod: "", // Goods Code .seagodcod
prtpanblk: "", // XMLPanel prtpan的内置block .prtpanblk
bcdgrp: {
rec: {
relgodflg: "", // Release of Goods .bcdgrp.rec.relgodflg
reltyp: "", // Release Type .bcdgrp.rec.reltyp
relgoddat: "", // Release Date .bcdgrp.rec.relgoddat
expdat: "", // Expiry Date of Shipping Guarantee .bcdgrp.rec.expdat
trpdoctyp: "", // Transport Doc. Type .bcdgrp.rec.trpdoctyp
trpdocnum: "", // Transport Doc. Ref. .bcdgrp.rec.trpdocnum
tradat: "", // Document Dated .bcdgrp.rec.tradat
tramod: "", // Mode of Transport .bcdgrp.rec.tramod
shpfro: "", // Shipment from .bcdgrp.rec.shpfro
shpto: "", // Shipment to .bcdgrp.rec.shpto
rtodreflg: "", // Release to Drawee Flag .bcdgrp.rec.rtodreflg
agtdat: "", // Agent's Invoice Dated Tag 43C .bcdgrp.rec.agtdat
ownref: "", // Reference .bcdgrp.rec.ownref
resflg: "", // Reserved Contract .bcdgrp.rec.resflg
dftgarflg: "", // Draft to be Guaranteed .bcdgrp.rec.dftgarflg
rcvdat: "", // Docs received on .bcdgrp.rec.rcvdat
predat: "", // Date of Remittance Lt. .bcdgrp.rec.predat
advdat: "", // Advised on .bcdgrp.rec.advdat
oridre: "", // Send Original Documents to Drawee .bcdgrp.rec.oridre
doctypcod: "", // Collection Condition .bcdgrp.rec.doctypcod
matdat: "", // Maturity Date .bcdgrp.rec.matdat
matpercnt: "", // Tenor Specification .bcdgrp.rec.matpercnt
matpertyp: "", // Days/Months or Years for Maturity Period .bcdgrp.rec.matpertyp
matperbeg: "", // Tenor Starting from .bcdgrp.rec.matperbeg
stacty: "", // Country Code Risk Country .bcdgrp.rec.stacty
nam: "", // Name .bcdgrp.rec.nam
invtyp: "", // 发票类型 .bcdgrp.rec.invtyp
chato: "", // Our Charges to .bcdgrp.rec.chato
focflg: "", // Free of Payment .bcdgrp.rec.focflg
waicolcod: "", // Waive Collecting Bank Charges .bcdgrp.rec.waicolcod
wairmtcod: "", // Waive Remitting Bank Charges .bcdgrp.rec.wairmtcod
othins: "", // Defer Payment until .bcdgrp.rec.othins
stagod: "", // Good's Code (for Statistics) .bcdgrp.rec.stagod
proins: "", // Protest Instructions .bcdgrp.rec.proins
},
blk: {
vesselnam: "", // Vessel Name .bcdgrp.blk.vesselnam
covgod: "", // Covered Goods .bcdgrp.blk.covgod
reladr: "", // Release to Address .bcdgrp.blk.reladr
bctfre: "", // Free Text Tag 42J .bcdgrp.blk.bctfre
docpre: "", // Presented Documents .bcdgrp.blk.docpre
intins: "", // Interest Instructions .bcdgrp.blk.intins
agtaut: "", // Authority of Agent .bcdgrp.blk.agtaut
agtinf: "", // Further Information .bcdgrp.blk.agtinf
bcgdet: "", // Maturity Text .bcdgrp.blk.bcgdet
bcgdetflg: "", // BC Tenor Details modified .bcdgrp.blk.bcgdetflg
colins: "", // Collection Instructions .bcdgrp.blk.colins
dftins: "", // Draft Instructions .bcdgrp.blk.dftins
othins: "", // Other Instructions .bcdgrp.blk.othins
chgtxt: "", // Charges Text .bcdgrp.blk.chgtxt
},
rog: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.rog.namelc
adrelc: "", // 地址 .bcdgrp.rog.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.rog.dbfadrblkcn
},
dre: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.dre.namelc
adrelc: "", // 地址 .bcdgrp.dre.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.dre.dbfadrblkcn
},
co2: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.co2.namelc
adrelc: "", // 地址 .bcdgrp.co2.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.co2.dbfadrblkcn
},
rmi: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.rmi.namelc
adrelc: "", // 地址 .bcdgrp.rmi.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.rmi.dbfadrblkcn
},
drr: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.drr.namelc
adrelc: "", // 地址 .bcdgrp.drr.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.drr.dbfadrblkcn
},
agt: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.agt.namelc
adrelc: "", // 地址 .bcdgrp.agt.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.agt.dbfadrblkcn
},
agb: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.agb.namelc
adrelc: "", // 地址 .bcdgrp.agb.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.agb.dbfadrblkcn
},
cbs: {
max: {
cur: "", // Document Amount .bcdgrp.cbs.max.cur
amt: "", // Document Amount .bcdgrp.cbs.max.amt
},
opn1: {
cur: "", // Open Amount .bcdgrp.cbs.opn1.cur
amt: "", // Open Amount .bcdgrp.cbs.opn1.amt
},
},
},
recpan: {
rogp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.rogp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.rogp.ptsget.sdamod.dadsnd
}, },
seadoctypcod:"", // Payment Condition .seadoctypcod },
infbut:{ },
dspstm:"", // display stream .infbut.dspstm drep: {
vermod:{ ptsget: {
difsrm:"", // displayable stream of differences .infbut.vermod.difsrm sdamod: {
}, seainf: "", // .recpan.drep.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.drep.ptsget.sdamod.dadsnd
}, },
seagodcod:"", // Goods Code .seagodcod },
prtpanblk:"", // XMLPanel prtpan的内置block .prtpanblk },
bcdgrp:{ co2p: {
rec:{ ptsget: {
relgodflg:"", // Release of Goods .bcdgrp.rec.relgodflg sdamod: {
reltyp:"", // Release Type .bcdgrp.rec.reltyp seainf: "", // .recpan.co2p.ptsget.sdamod.seainf
relgoddat:"", // Release Date .bcdgrp.rec.relgoddat dadsnd: "", // Drag Drop Sender .recpan.co2p.ptsget.sdamod.dadsnd
expdat:"", // Expiry Date of Shipping Guarantee .bcdgrp.rec.expdat
trpdoctyp:"", // Transport Doc. Type .bcdgrp.rec.trpdoctyp
trpdocnum:"", // Transport Doc. Ref. .bcdgrp.rec.trpdocnum
tradat:"", // Document Dated .bcdgrp.rec.tradat
tramod:"", // Mode of Transport .bcdgrp.rec.tramod
shpfro:"", // Shipment from .bcdgrp.rec.shpfro
shpto:"", // Shipment to .bcdgrp.rec.shpto
rtodreflg:"", // Release to Drawee Flag .bcdgrp.rec.rtodreflg
agtdat:"", // Agent's Invoice Dated Tag 43C .bcdgrp.rec.agtdat
ownref:"", // Reference .bcdgrp.rec.ownref
resflg:"", // Reserved Contract .bcdgrp.rec.resflg
dftgarflg:"", // Draft to be Guaranteed .bcdgrp.rec.dftgarflg
rcvdat:"", // Docs received on .bcdgrp.rec.rcvdat
predat:"", // Date of Remittance Lt. .bcdgrp.rec.predat
advdat:"", // Advised on .bcdgrp.rec.advdat
oridre:"", // Send Original Documents to Drawee .bcdgrp.rec.oridre
doctypcod:"", // Collection Condition .bcdgrp.rec.doctypcod
matdat:"", // Maturity Date .bcdgrp.rec.matdat
matpercnt:"", // Tenor Specification .bcdgrp.rec.matpercnt
matpertyp:"", // Days/Months or Years for Maturity Period .bcdgrp.rec.matpertyp
matperbeg:"", // Tenor Starting from .bcdgrp.rec.matperbeg
stacty:"", // Country Code Risk Country .bcdgrp.rec.stacty
nam:"", // Name .bcdgrp.rec.nam
invtyp:"", // 发票类型 .bcdgrp.rec.invtyp
chato:"", // Our Charges to .bcdgrp.rec.chato
focflg:"", // Free of Payment .bcdgrp.rec.focflg
waicolcod:"", // Waive Collecting Bank Charges .bcdgrp.rec.waicolcod
wairmtcod:"", // Waive Remitting Bank Charges .bcdgrp.rec.wairmtcod
othins:"", // Defer Payment until .bcdgrp.rec.othins
stagod:"", // Good's Code (for Statistics) .bcdgrp.rec.stagod
proins:"", // Protest Instructions .bcdgrp.rec.proins
},
blk:{
vesselnam:"", // Vessel Name .bcdgrp.blk.vesselnam
covgod:"", // Covered Goods .bcdgrp.blk.covgod
reladr:"", // Release to Address .bcdgrp.blk.reladr
bctfre:"", // Free Text Tag 42J .bcdgrp.blk.bctfre
docpre:"", // Presented Documents .bcdgrp.blk.docpre
intins:"", // Interest Instructions .bcdgrp.blk.intins
agtaut:"", // Authority of Agent .bcdgrp.blk.agtaut
agtinf:"", // Further Information .bcdgrp.blk.agtinf
bcgdet:"", // Maturity Text .bcdgrp.blk.bcgdet
bcgdetflg:"", // BC Tenor Details modified .bcdgrp.blk.bcgdetflg
colins:"", // Collection Instructions .bcdgrp.blk.colins
dftins:"", // Draft Instructions .bcdgrp.blk.dftins
othins:"", // Other Instructions .bcdgrp.blk.othins
chgtxt:"", // Charges Text .bcdgrp.blk.chgtxt
},
rog:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.rog.namelc
adrelc:"", // 地址 .bcdgrp.rog.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.rog.dbfadrblkcn
},
dre:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.dre.namelc
adrelc:"", // 地址 .bcdgrp.dre.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.dre.dbfadrblkcn
},
co2:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.co2.namelc
adrelc:"", // 地址 .bcdgrp.co2.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.co2.dbfadrblkcn
},
rmi:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.rmi.namelc
adrelc:"", // 地址 .bcdgrp.rmi.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.rmi.dbfadrblkcn
},
drr:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.drr.namelc
adrelc:"", // 地址 .bcdgrp.drr.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.drr.dbfadrblkcn
},
agt:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.agt.namelc
adrelc:"", // 地址 .bcdgrp.agt.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.agt.dbfadrblkcn
},
agb:{
pts:new Pts().data,
namelc:"", // 名称 .bcdgrp.agb.namelc
adrelc:"", // 地址 .bcdgrp.agb.adrelc
dbfadrblkcn:"", // Chinese address .bcdgrp.agb.dbfadrblkcn
},
cbs:{
max:{
cur:"", // Document Amount .bcdgrp.cbs.max.cur
amt:"", // Document Amount .bcdgrp.cbs.max.amt
},
opn1:{
cur:"", // Open Amount .bcdgrp.cbs.opn1.cur
amt:"", // Open Amount .bcdgrp.cbs.opn1.amt
},
},
}, },
recpan:{ },
rogp:{ },
ptsget:{ rmip: {
sdamod:{ ptsget: {
seainf:"", // .recpan.rogp.ptsget.sdamod.seainf sdamod: {
dadsnd:"", // Drag Drop Sender .recpan.rogp.ptsget.sdamod.dadsnd seainf: "", // .recpan.rmip.ptsget.sdamod.seainf
}, dadsnd: "", // Drag Drop Sender .recpan.rmip.ptsget.sdamod.dadsnd
},
},
drep:{
ptsget:{
sdamod:{
seainf:"", // .recpan.drep.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.drep.ptsget.sdamod.dadsnd
},
},
},
co2p:{
ptsget:{
sdamod:{
seainf:"", // .recpan.co2p.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.co2p.ptsget.sdamod.dadsnd
},
},
},
rmip:{
ptsget:{
sdamod:{
seainf:"", // .recpan.rmip.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.rmip.ptsget.sdamod.dadsnd
},
},
},
drrp:{
ptsget:{
sdamod:{
seainf:"", // .recpan.drrp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.drrp.ptsget.sdamod.dadsnd
},
},
},
agtp:{
ptsget:{
sdamod:{
seainf:"", // .recpan.agtp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.agtp.ptsget.sdamod.dadsnd
},
},
},
agbp:{
ptsget:{
sdamod:{
seainf:"", // .recpan.agbp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.agbp.ptsget.sdamod.dadsnd
},
},
},
recget:{
sdamod:{
seainf:"", // .recpan.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .recpan.recget.sdamod.dadsnd
},
},
usrget:{
sdamod:{
seainf:"", // .recpan.usrget.sdamod.seainf
},
},
usr:{
extkey:"", // Responsible User .recpan.usr.extkey
},
docgrdm:{
docdsclab:"", // Label of document description .recpan.docgrdm.docdsclab
},
sblx:"", // 申报类型 .recpan.sblx
acttyplab:"", // 款项去向 .recpan.acttyplab
acttyp:"", // ACTTYP .recpan.acttyp
}, },
trnmod:{ },
seclab:"", // static .trnmod.seclab },
commetlab:"", // 自槸区备注label .trnmod.commetlab drrp: {
recbchnam:"", // 接收行名称 .trnmod.recbchnam ptsget: {
recbchkey:"", // 接收行行号 .trnmod.recbchkey sdamod: {
pyeact:"", // 收款人账号 .trnmod.pyeact seainf: "", // .recpan.drrp.ptsget.sdamod.seainf
flg:"", // 电汇凭证 .trnmod.flg dadsnd: "", // Drag Drop Sender .recpan.drrp.ptsget.sdamod.dadsnd
bustyp:"", // 业务种类 .trnmod.bustyp
secmod:"", // 二代模式 .trnmod.secmod
orcnam:"", // 付款人名称 .trnmod.orcnam
orcadr:"", // 付款人地址 .trnmod.orcadr
pyenam:"", // 收款人名称 .trnmod.pyenam
pyeadr:"", // 收款人地址 .trnmod.pyeadr
pyebchkey:"", // 收款人开户行行号 .trnmod.pyebchkey
pyebchnam:"", // 收款人开户行 .trnmod.pyebchnam
commen:"", // 附言 .trnmod.commen
comsystbl:"", // 自槸区备注 .trnmod.comsystbl
ptsmod:{
fecinf:{
fecstm:"", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
trndoc:{
ersmod:{
ersimm:{
docedipblk:"", // XMLPanel docedip的内置block .trnmod.trndoc.ersmod.ersimm.docedipblk
},
},
},
}, },
mtabut:{ },
coninf:{ },
oitinf:{ agtp: {
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt ptsget: {
oit:{ sdamod: {
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt seainf: "", // .recpan.agtp.ptsget.sdamod.seainf
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev dadsnd: "", // Drag Drop Sender .recpan.agtp.ptsget.sdamod.dadsnd
},
},
oitset:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
usr:{
extkey:"", // User ID .mtabut.coninf.usr.extkey
},
},
}, },
pageId: "" // ctx的key },
} },
} agbp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.agbp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.agbp.ptsget.sdamod.dadsnd
},
},
},
recget: {
sdamod: {
seainf: "", // .recpan.recget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.recget.sdamod.dadsnd
},
},
usrget: {
sdamod: {
seainf: "", // .recpan.usrget.sdamod.seainf
},
},
usr: {
extkey: "", // Responsible User .recpan.usr.extkey
},
docgrdm: {
docdsclab: "", // Label of document description .recpan.docgrdm.docdsclab
},
sblx: "", // 申报类型 .recpan.sblx
acttyplab: "", // 款项去向 .recpan.acttyplab
acttyp: "", // ACTTYP .recpan.acttyp
},
trnmod: {
seclab: "", // static .trnmod.seclab
commetlab: "", // 自槸区备注label .trnmod.commetlab
recbchnam: "", // 接收行名称 .trnmod.recbchnam
recbchkey: "", // 接收行行号 .trnmod.recbchkey
pyeact: "", // 收款人账号 .trnmod.pyeact
flg: "", // 电汇凭证 .trnmod.flg
bustyp: "", // 业务种类 .trnmod.bustyp
secmod: "", // 二代模式 .trnmod.secmod
orcnam: "", // 付款人名称 .trnmod.orcnam
orcadr: "", // 付款人地址 .trnmod.orcadr
pyenam: "", // 收款人名称 .trnmod.pyenam
pyeadr: "", // 收款人地址 .trnmod.pyeadr
pyebchkey: "", // 收款人开户行行号 .trnmod.pyebchkey
pyebchnam: "", // 收款人开户行 .trnmod.pyebchnam
commen: "", // 附言 .trnmod.commen
comsystbl: "", // 自槸区备注 .trnmod.comsystbl
ptsmod: {
fecinf: {
fecstm: "", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
trndoc: {
ersmod: {
ersimm: {
docedipblk: "", // XMLPanel docedip的内置block .trnmod.trndoc.ersmod.ersimm.docedipblk
},
},
},
},
mtabut: {
coninf: {
oitinf: {
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit: {
inftxt: "", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev: "", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset: {
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit: {
inftxt: "", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev: "", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat: "", // 执行日期 .mtabut.coninf.conexedat
usr: {
extkey: "", // User ID .mtabut.coninf.usr.extkey
},
},
},
pageId: "" // ctx的key
}
}
} }
\ No newline at end of file
...@@ -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: {
......
...@@ -63,5 +63,6 @@ export default { ...@@ -63,5 +63,6 @@ export default {
"mtabut.coninf.conexedat" :Utils.defaultFunction, "mtabut.coninf.conexedat" :Utils.defaultFunction,
"ledgrp.rec.ownref" :Utils.defaultFunction, "ledgrp.rec.ownref" :Utils.defaultFunction,
"ledgrp.rec.redclsflg" :Utils.defaultFunction, "ledgrp.rec.redclsflg" :Utils.defaultFunction,
"bedgrp.rec.nam" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
disabled disabled
> >
<el-option <el-option
v-for="item in codes.docsta1" v-for="item in codes.docsta"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -330,6 +330,9 @@ ...@@ -330,6 +330,9 @@
v-model="model.aamset.utlamt" v-model="model.aamset.utlamt"
placeholder="Please input Doc. Amount Part" placeholder="Please input Doc. Amount Part"
disabled disabled
@change="eventFunction(
'aamset.utlamt'
)"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -352,6 +355,9 @@ ...@@ -352,6 +355,9 @@
v-model="model.aamset.utlamt2" v-model="model.aamset.utlamt2"
placeholder="Please input Add. Amount Part" placeholder="Please input Add. Amount Part"
disabled disabled
@change="eventFunction(
'aamset.utlamt2'
)"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -383,7 +389,7 @@ ...@@ -383,7 +389,7 @@
v-model="model.trnmod.trndoc.nar754" v-model="model.trnmod.trndoc.nar754"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="Please input Narrative :77A:'" placeholder="Please input Narrative :77A:"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -400,7 +406,7 @@ ...@@ -400,7 +406,7 @@
<c-input <c-input
type="textarea" type="textarea"
v-model="model.payinstxt" v-model="model.payinstxt"
maxlength="65" maxlength="300"
show-word-limit show-word-limit
placeholder="Please input Payment instructions to ISS/AVB" placeholder="Please input Payment instructions to ISS/AVB"
></c-input> ></c-input>
...@@ -409,6 +415,7 @@ ...@@ -409,6 +415,7 @@
style="margin-left: 10px; padding: 0 10px" style="margin-left: 10px; padding: 0 10px"
size="small" size="small"
type="primary" type="primary"
@click="showGridPromptDialog('payins.buttxmsel',null,null,{TXT:'payinstxt'},{TXT:false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@change="selectOrCheckboxRule('rmbclm.rmbrol')" @change="selectOrCheckboxRule('rmbclm.rmbrol')"
> >
<el-option <el-option
v-for="item in codes.payrol" v-for="item in codes.rolall"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -30,10 +30,12 @@ ...@@ -30,10 +30,12 @@
rol: 'rmbrmb', rol: 'rmbrmb',
}" }"
:noRef="false" :noRef="false"
:disabled="true"
:isAdrblk="true" :isAdrblk="true"
:disabled="true"
@onSeainf="onSeainf" @onSeainf="onSeainf"
@onAplpDet="onBenpDet" @onAplpDet="onBenpDet"
:disabledRef="rmbrolFlag"
:disabledExtkey="rmbrolFlag"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -285,6 +287,16 @@ export default { ...@@ -285,6 +287,16 @@ export default {
data() { data() {
return {}; return {};
}, },
computed:{
rmbrolFlag: {
get() {
return (
this.model.rmbclm.rmbrol == 'AVB' ||
this.model.rmbclm.rmbrol == 'ISS'
)
},
},
},
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
}; };
......
...@@ -67,6 +67,13 @@ ...@@ -67,6 +67,13 @@
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
</div> </div>
</template> </template>
<script> <script>
...@@ -133,7 +140,9 @@ export default { ...@@ -133,7 +140,9 @@ export default {
let rtnmsg = await this.init({}); let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data); this.updateModel(rtnmsg.data);
console.log(this.$refs.rclp); if (this.isInDisplay) {
this.restoreDisplay();
}
this.$refs.rclp.$refs.table.$refs.table.toggleAllSelection(); this.$refs.rclp.$refs.table.$refs.table.toggleAllSelection();
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} else { } else {
......
...@@ -58,10 +58,6 @@ ...@@ -58,10 +58,6 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg"> <el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg">
<c-select <c-select
......
...@@ -16,6 +16,16 @@ ...@@ -16,6 +16,16 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<el-form-item label="Declaration Number" prop="lendoc.decnum">
<c-input
v-model="model.lendoc.decnum"
maxlength="22"
placeholder="Please input Declaration Number"
></c-input>
</el-form-item>
</c-col>
</c-col> </c-col>
<!-- right --> <!-- right -->
...@@ -40,16 +50,6 @@ ...@@ -40,16 +50,6 @@
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24">
<el-form-item label="Declaration Number" prop="lendoc.decnum">
<c-input
v-model="model.lendoc.decnum"
maxlength="22"
placeholder="Please input Declaration Number"
></c-input>
</el-form-item>
</c-col>
</c-col> </c-col>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
:disabled="!(this.model.bopmod.szflg == '1')" :disabled="!(this.model.bopmod.szflg == '1')"
> >
<el-option <el-option
v-for="item in codes.acttyp" v-for="item in codes.acttyp0"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -51,9 +51,7 @@ ...@@ -51,9 +51,7 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<!-- right -->
<c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地区机构号" prop="bopmod.ownextkey"> <el-form-item label="地区机构号" prop="bopmod.ownextkey">
<c-select <c-select
...@@ -69,20 +67,23 @@ ...@@ -69,20 +67,23 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="国外银行扣费(涉外收入申报专用)" prop="bopmod.outchargeccy"> <el-form-item
label="国外银行扣费(涉外收入申报专用)"
prop="bopmod.outchargeccy"
>
<c-select <c-select
v-model="model.bopmod.outchargeccy" v-model="model.bopmod.outchargeccy"
placeholder="请选择国外银行扣费(涉外收入申报专用)" placeholder="请选择国外银行扣费(涉外收入申报专用)"
disabled disabled
style="width: 100%" style="width: 100%"
> >
<el-option <el-option
v-for="item in codes.curtxt1" v-for="item in codes.curtxt1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -91,12 +92,18 @@ ...@@ -91,12 +92,18 @@
<c-input <c-input
v-model="model.bopmod.outchargeamt" v-model="model.bopmod.outchargeamt"
placeholder="请输入国外银行扣费(涉外收入申报专用)" placeholder="请输入国外银行扣费(涉外收入申报专用)"
:disabled="!(this.model.bopmod.szflg == '1' && this.model.bopmod.basflg!='')" :disabled="
!(
this.model.bopmod.szflg == '1' &&
this.model.bopmod.basflg != ''
)
"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="12"> <!-- <c-col :span="12">
<c-checkbox v-model="model.bopmod.basflg">基础数据</c-checkbox> <c-checkbox v-model="model.bopmod.basflg">基础数据</c-checkbox>
</c-col> </c-col>
...@@ -157,19 +164,18 @@ export default { ...@@ -157,19 +164,18 @@ export default {
data() { data() {
return {}; return {};
}, },
computed:{ computed: {
basflg:{ basflg: {
get(){ get() {
console.log(this.model.bopmod.szflg == "1") console.log(this.model.bopmod.szflg == "1");
if(this.model.bopmod.szflg == "1" || this.model.bopmod.szflg == "2"){ if (this.model.bopmod.szflg == "1" || this.model.bopmod.szflg == "2") {
return this.model.bopmod.basflg != "" return this.model.bopmod.basflg != "";
} }
}, },
set(val){ set(val) {
this.model.bopmod.basflg = val ? "X":""; this.model.bopmod.basflg = val ? "X" : "";
} },
} },
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
......
...@@ -152,6 +152,10 @@ export default { ...@@ -152,6 +152,10 @@ export default {
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
this.updateModel(rtnmsg.data) this.updateModel(rtnmsg.data)
console.log(this.$refs.setp)
if(this.isInDisplay){
this.restoreDisplay();
}
this.$refs.setp.$refs.table.$refs.table.toggleAllSelection(); this.$refs.setp.$refs.table.$refs.table.toggleAllSelection();
//TODO 处理数据逻辑 //TODO 处理数据逻辑
......
...@@ -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: []
......
...@@ -66,8 +66,8 @@ ...@@ -66,8 +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.payrol" style="width: 100%" placeholder="请选择Role"> <c-select v-model="model.infcon.searol" style="width: 100%" placeholder="请选择Role">
<el-option v-for="item in codes.payrol" :key="item.value" :label="item.label" :value="item.value"> <el-option v-for="item in codes.searol1" :key="item.value" :label="item.label" :value="item.value">
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
<m-busbtn ref="childs" :ownref="ownref" :model="BotselModel" ownrefPath="bodgrp" trnCode="botsel" <m-busbtn ref="childs" :ownref="ownref" :model="BotselModel" ownrefPath="bodgrp" trnCode="botsel"
@onChoose="onChoose">11</m-busbtn> @onChoose="onChoose">11</m-busbtn>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
...@@ -281,23 +281,23 @@ export default { ...@@ -281,23 +281,23 @@ export default {
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 "分行名称" 200', '5 5 "分行名称" 200',
'6 6 "Drawee Party Number" 150', '6 6 "Drawee Party Number" 170',
'7 7 "Drawee" 133', '7 7 "Drawee" 133',
'8 8 "PTA NO." 100', '8 8 "PTA NO." 100',
'9 9 "Drawer Party Number" 150', '9 9 "Drawer Party Number" 170',
'10 10 "Drawer" 300', '10 10 "Drawer" 300',
'11 11 "Invoice No." 133', '11 11 "Invoice No." 133',
'12 12 "Drawer CN" 150', '12 12 "Drawer CN" 150',
'13 13 "Collecting Party Number" 200', '13 13 "Collecting Party Number" 200',
'14 14 "Collecting Bank" 200', '14 14 "Collecting 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 -1' '18 18 "Open Amount" 130 2 8 1 -1'
], ],
data: [], data: [],
}, },
......
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
@change="selectOrCheckboxRule('bedgrp.rec.docprbrol')" @change="selectOrCheckboxRule('bedgrp.rec.docprbrol')"
> >
<el-option <el-option
v-for="item in codes.docprbrol" v-for="item in codes.docprbrol0"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -490,8 +490,9 @@ ...@@ -490,8 +490,9 @@
rol: 'prb', rol: 'prb',
}" }"
:noRef="false" :noRef="false"
:disabled="true" :disabled="!(model.bedgrp.rec.docprbrol=='PRB')"
:isAdrblk="true" :isAdrblk="true"
:disabledExtkey="model.bedgrp.rec.docprbrol=='BEN'"
@onSeainf="onSeainf" @onSeainf="onSeainf"
@onAplpDet="onBenpDet" @onAplpDet="onBenpDet"
> >
......
...@@ -171,8 +171,10 @@ ...@@ -171,8 +171,10 @@
rol: 'oth', rol: 'oth',
}" }"
:noRef="false" :noRef="false"
:disabled="true" :disabled="!(model.bedgrp.rec.payrol=='OTH')"
:isAdrblk="true" :isAdrblk="true"
:disabledRef="payrolFlag"
:disabledExtkey="payrolFlag"
@onSeainf="onSeainf" @onSeainf="onSeainf"
@onAplpDet="onBenpDet" @onAplpDet="onBenpDet"
> >
...@@ -512,6 +514,11 @@ export default { ...@@ -512,6 +514,11 @@ export default {
this.model.bedgrp.blk.docdisflg = val ? "X" : ""; this.model.bedgrp.blk.docdisflg = val ? "X" : "";
}, },
}, },
payrolFlag:{
get() {
return this.model.bedgrp.rec.payrol == "AVB"||this.model.bedgrp.rec.payrol == "ISS";
},
}
}, },
methods: { methods: {
...Event, ...Event,
......
...@@ -68,6 +68,12 @@ ...@@ -68,6 +68,12 @@
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog <c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
v-on:select-ety="selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref="doxpDialog" ref="doxpDialog"
:isPty="false" :isPty="false"
:promptData="promptData" :promptData="promptData"
......
<template>
<ReviewWrapper>
<Betrcl></Betrcl>
</ReviewWrapper>
</template>
<script>
import Betrcl from "~/views/Business/Betrcl";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewBetrcl",
components: { ReviewWrapper, Betrcl },
created() {},
mounted() {},
};
</script>
<style></style>
<template>
<ReviewWrapper>
<Betset></Betset>
</ReviewWrapper>
</template>
<script>
import Betset from "~/views/Business/Betset";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewBetset",
components: { ReviewWrapper, Betset },
created() {},
mounted() {},
};
</script>
<style></style>
...@@ -34,6 +34,8 @@ import ReviewLetdrv from "./Business/ReviewLetdrv.vue"; ...@@ -34,6 +34,8 @@ import ReviewLetdrv from "./Business/ReviewLetdrv.vue";
import ReviewBetacc from "./Business/ReviewBetacc.vue"; import ReviewBetacc from "./Business/ReviewBetacc.vue";
import ReviewDitame from "./Business/ReviewDitame.vue"; import ReviewDitame from "./Business/ReviewDitame.vue";
import ReviewLetrsv from "./Business/ReviewLetrsv.vue"; import ReviewLetrsv from "./Business/ReviewLetrsv.vue";
import ReviewBetrcl from "./Business/ReviewBetrcl.vue";
import ReviewBetset from "./Business/ReviewBetset.vue";
const ReviewRouter = [ const ReviewRouter = [
...@@ -90,6 +92,8 @@ const ReviewRouter = [ ...@@ -90,6 +92,8 @@ const ReviewRouter = [
{ path: "betacc", component: ReviewBetacc, name: "ReviewBetacc", meta: { title: "复核-Betacc" } }, { path: "betacc", component: ReviewBetacc, name: "ReviewBetacc", meta: { title: "复核-Betacc" } },
{ path: "ditame", component: ReviewDitame, name: "ReviewDitame", meta: { title: "复核-Ditame" } }, { path: "ditame", component: ReviewDitame, name: "ReviewDitame", meta: { title: "复核-Ditame" } },
{ path: "letrsv", component: ReviewLetrsv, name: "ReviewLetrsv", meta: { title: "复核-Letrsv" } }, { path: "letrsv", component: ReviewLetrsv, name: "ReviewLetrsv", meta: { title: "复核-Letrsv" } },
{ path: "betrcl", component: ReviewBetrcl, name: "ReviewBetrcl", meta: { title: "复核-Betrcl" } },
{ path: "betset", component: ReviewBetset, name: "ReviewBetset", meta: { title: "复核-Betset" } },
]; ];
......
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