Commit 3bbe34e4 by wangna

dbfinf、dbfadd界面布局

parent c09e8056
import Utils from "~/utils"
/**
* Dbfadd Check规则
*/
let checkObj = {
"recgrp.bas.othamt" :null,
"recgrp.bas.outchargeamt" :null,
"recgrp.bas.actiontype" :null,
"recgrp.bas.lcbgno" :null,
"recgrp.bas.custnm" :null,
"recgrp.bas.rptno" :null,
"recgrp.bas.othacc" :null,
"recgrp.bas.oppuser" :null,
"recgrp.bas.txccy" :null,
"ctlmod.wrkdbl.trdtyp" :null,
"recgrp.bas.actuamt" :null,
"recgrp.bas.exrate" :null,
"bopbut.acttyp" :null,
"recgrp.bas.lcyacc" :null,
"recgrp.bas.idcode" :null,
"recgrp.bas.tenor" :null,
"recgrp.bas.fcyacc" :null,
"recgrp.bas.custcod" :null,
"recgrp.bas.fcyamt" :null,
"recgrp.bas.actuccy" :null,
"recgrp.bas.txamt" :null,
"recgrp.bas.buscode" :null,
"recgrp.bas.custype" :null,
"recgrp.bas.outchargeccy" :null,
"bopbut.paydat" :null,
"recgrp.bas.actiondesc" :null,
"recgrp.bas.lcyamt" :null,
"recgrp.bas.issdate" :null,
"recgrp.bas.methods" :null,
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj
/**
* Dbfadd Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"
export default {
"recgrp.bas.methods" :Utils.defaultFunction,
"recgrp.bas.tmpref" :Utils.defaultFunction,
"recgrp.bas.buscode" :Utils.defaultFunction,
"bopbut.basflg" :Utils.defaultFunction,
"recgrp.bas.custype" :Utils.defaultFunction,
"ctlmod.wrkdbl.trdtyp" :Utils.defaultFunction,
"bopbut.vrfflg" :Utils.defaultFunction,
"bopbut.dclflg" :Utils.defaultFunction,
"recp.baspp.acp" :Utils.defaultFunction,
"recgrp.bas.custcod" :Utils.defaultFunction,
"recgrp.bas.rptno" :Utils.defaultFunction,
"bopbut.ackflg" :Utils.defaultFunction,
"recgrp.bas.ownextkey" :Utils.defaultFunction,
}
//你可以添加自动default处理
import Api from "~/service/Api"
import Utils from "~/utils"
export default {
async onButpSav(){
let rtnmsg = await this.executeRule("butp.sav")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onBasppGetreftmp(){
let rtnmsg = await this.executeRule("baspp.getreftmp")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onBasppGetref(){
let rtnmsg = await this.executeRule("baspp.getref")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpMod(){
let rtnmsg = await this.executeRule("butp.mod")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpChk(){
let rtnmsg = await this.executeRule("butp.chk")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpDel(){
let rtnmsg = await this.executeRule("butp.del")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpErr(){
let rtnmsg = await this.executeRule("butp.err")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpExi(){
let rtnmsg = await this.executeRule("butp.exi")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpSav(){
let rtnmsg = await this.executeRule("butp.sav")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpMod(){
let rtnmsg = await this.executeRule("butp.mod")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpChk(){
let rtnmsg = await this.executeRule("butp.chk")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpDel(){
let rtnmsg = await this.executeRule("butp.del")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onBopbutAdd(){
let rtnmsg = await this.executeRule("bopbut.add")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpErr(){
let rtnmsg = await this.executeRule("butp.err")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onButpExi(){
let rtnmsg = await this.executeRule("butp.exi")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
}
\ No newline at end of file
export default {
"recgrp.bas.rptno":[
{type: "string", required: false, message: "必输项"},
{max: 22,message:"长度不能超过22"}
],
"recgrp.bas.tmpref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"recgrp.bas.actiondesc":[
{type: "string", required: true, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.bas.buscode":[
{type: "string", required: false, message: "必输项"},
{max: 22,message:"长度不能超过22"}
],
"recgrp.bas.custcod":[
{type: "string", required: false, message: "必输项"},
{max: 18,message:"长度不能超过18"}
],
"recgrp.bas.custnm":[
{type: "string", required: true, message: "必输项"},
{max: 63,message:"长度不能超过63"}
],
"recgrp.bas.oppuser":[
{type: "string", required: true, message: "必输项"},
{max: 63,message:"长度不能超过63"}
],
"recgrp.bas.idcode":[
{type: "string", required: false, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.bas.exrate":[
{type: "string", required: false, message: "必输项"},
{max: 13,message:"长度不能超过13"}
],
"recgrp.bas.lcyamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.lcyacc":[
{type: "string", required: false, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.bas.fcyamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.fcyacc":[
{type: "string", required: false, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.bas.othamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.othacc":[
{type: "string", required: false, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.bas.txamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.outchargeamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.actuamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.bas.issdate":[
{type: "date", required: false, message: "输入正确的日期"}
],
"recgrp.bas.lcbgno":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
"recgrp.bas.tenor":[
{type: "string", required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"}
],
"bopbut.paydat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"bopbut.actiondesc":[
{type: "string", required: true, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
}
\ No newline at end of file
import Api from "~/service/Api"
import Pts from "../Common/Pts"
export default class Dbfadd{
constructor () {
this.data = {
recp:{
baspp:{
cusnam:"", // .recp.baspp.cusnam
cornam:"", // .recp.baspp.cornam
corpnam:"", // .recp.baspp.corpnam
roptnam:"", // RoptNam .recp.baspp.roptnam
exratelab:"", // �'�汇/结汇汇率 .recp.baspp.exratelab
lcyamtlab:"", // �'�汇/结汇金额 .recp.baspp.lcyamtlab
acp:"", // 确认 .recp.baspp.acp
tmprefnew:"", // TMPREFLABEL .recp.baspp.tmprefnew
},
},
recgrp:{
bas:{
tmpref:"", // �'时申报流�'号 .recgrp.bas.tmpref
ownextkey:"", // 地区机构号 .recgrp.bas.ownextkey
actiontype:"", // 操作类型 .recgrp.bas.actiontype
rptno:"", // 申报号码 .recgrp.bas.rptno
idcode:"", // 身份证件号码 .recgrp.bas.idcode
lcyacc:"", // 人民币帐号/银行卡号 .recgrp.bas.lcyacc
fcyamt:"", // 现汇金额 .recgrp.bas.fcyamt
fcyacc:"", // 外汇帐号/银行卡号 .recgrp.bas.fcyacc
othamt:"", // 其它金额 .recgrp.bas.othamt
othacc:"", // 其它帐号/银行卡号 .recgrp.bas.othacc
methods:"", // 结算方式 .recgrp.bas.methods
buscode:"", // 银行业务编号 .recgrp.bas.buscode
custype:"", // 类型 .recgrp.bas.custype
actiondesc:"", // 操作类型 .recgrp.bas.actiondesc
exrate:"", // �'�汇汇率 .recgrp.bas.exrate
lcyamt:"", // �'�汇金额 .recgrp.bas.lcyamt
custnm:"", // 收款人名称 .recgrp.bas.custnm
oppuser:"", // 付款人名称 .recgrp.bas.oppuser
custcod:"", // 组织机构 .recgrp.bas.custcod
txccy:"", // 付款币种及金额 .recgrp.bas.txccy
txamt:"", // 付款币种及金额 .recgrp.bas.txamt
actuccy:"", // 实际付款币种及金额 .recgrp.bas.actuccy
actuamt:"", // 实际付款币种及金额 .recgrp.bas.actuamt
outchargeccy:"", // 扣费币种及金额 .recgrp.bas.outchargeccy
outchargeamt:"", // 扣费币种及金额 .recgrp.bas.outchargeamt
issdate:"", // 开证日期 .recgrp.bas.issdate
tenor:"", // 期限 .recgrp.bas.tenor
lcbgno:"", // 信用证/保函编号 .recgrp.bas.lcbgno
},
},
bopbut:{
boplabel:"", // 申报信息 .bopbut.boplabel
acttyplab:"", // ACTTYP Label .bopbut.acttyplab
basflg:"", // 基'⌒畔 .bopbut.basflg
dclflg:"", // 申报信息 .bopbut.dclflg
vrfflg:"", // 管理信息 .bopbut.vrfflg
ackflg:"", // 申报无误 .bopbut.ackflg
actiondesc:"", // 修改/删除原因 .bopbut.actiondesc
paydat:"", // 收付汇日期 .bopbut.paydat
acttyp:"", // 款项标志 .bopbut.acttyp
},
ctlmod:{
wrkdbl:{
trdtyp:"", // �'�易类型 .ctlmod.wrkdbl.trdtyp
},
},
pageId: "" // ctx的key
}
}
}
\ No newline at end of file
...@@ -4,46 +4,31 @@ import Utils from "~/utils" ...@@ -4,46 +4,31 @@ import Utils from "~/utils"
* Dbfinf Check规则 * Dbfinf Check规则
*/ */
let checkObj = { let checkObj = {
"recgrp.vrf.txcode2" :null,
"recgrp.bas.othamt" :null, "recgrp.bas.othamt" :null,
"recgrp.bas.outchargeamt" :null, "recgrp.bas.outchargeamt" :null,
"recgrp.vrf.txcode" :null,
"recgrp.bas.actiontype" :null, "recgrp.bas.actiontype" :null,
"recgrp.bas.lcbgno" :null, "recgrp.bas.lcbgno" :null,
"recgrp.bas.custnm" :null, "recgrp.bas.custnm" :null,
"recgrp.vrf.tc2amt" :null,
"recgrp.vrf.actiontype" :null,
"recgrp.bas.rptno" :null, "recgrp.bas.rptno" :null,
"ctlmod.dbl.reldat" :null, "ctlmod.dbl.reldat" :null,
"recgrp.bas.othacc" :null, "recgrp.bas.othacc" :null,
"recgrp.bas.oppuser" :null, "recgrp.bas.oppuser" :null,
"recgrp.bas.txccy" :null, "recgrp.bas.txccy" :null,
"recgrp.vrf.country" :null,
"ctlmod.wrkdbl.trdtyp" :null, "ctlmod.wrkdbl.trdtyp" :null,
"recgrp.vrf.payattr" :null,
"recgrp.bas.actuamt" :null, "recgrp.bas.actuamt" :null,
"recgrp.bas.exrate" :null, "recgrp.bas.exrate" :null,
"bopbut.acttyp" :null, "bopbut.acttyp" :null,
"recgrp.vrf.paytype" :null,
"recgrp.bas.lcyacc" :null, "recgrp.bas.lcyacc" :null,
"recgrp.bas.idcode" :null, "recgrp.bas.idcode" :null,
"recgrp.bas.tenor" :null, "recgrp.bas.tenor" :null,
"recgrp.vrf.crtuser" :null,
"recgrp.bas.fcyacc" :null, "recgrp.bas.fcyacc" :null,
"recgrp.vrf.contrno" :null,
"recgrp.bas.custcod" :null, "recgrp.bas.custcod" :null,
"recgrp.vrf.isref" :null,
"recgrp.bas.fcyamt" :null, "recgrp.bas.fcyamt" :null,
"recgrp.vrf.invoino" :null,
"recgrp.bas.actuccy" :null, "recgrp.bas.actuccy" :null,
"recgrp.bas.txamt" :null, "recgrp.bas.txamt" :null,
"recgrp.bas.buscode" :null, "recgrp.bas.buscode" :null,
"recgrp.vrf.tc1amt" :null,
"recgrp.vrf.impdate" :null,
"recgrp.bas.custype" :null, "recgrp.bas.custype" :null,
"recgrp.vrf.rptdate" :null,
"recgrp.bas.outchargeccy" :null, "recgrp.bas.outchargeccy" :null,
"recgrp.vrf.inptelc" :null,
"recgrp.bas.actiondesc" :null, "recgrp.bas.actiondesc" :null,
"recgrp.bas.lcyamt" :null, "recgrp.bas.lcyamt" :null,
"recgrp.bas.issdate" :null, "recgrp.bas.issdate" :null,
......
...@@ -15,11 +15,8 @@ export default { ...@@ -15,11 +15,8 @@ export default {
"ctlmod.wrkdbl.trdtyp" :Utils.defaultFunction, "ctlmod.wrkdbl.trdtyp" :Utils.defaultFunction,
"bopbut.dclflg" :Utils.defaultFunction, "bopbut.dclflg" :Utils.defaultFunction,
"recp.baspp.acp" :Utils.defaultFunction, "recp.baspp.acp" :Utils.defaultFunction,
"recgrp.vrf.country" :Utils.defaultFunction,
"recgrp.vrf.actiontype" :Utils.defaultFunction,
"recgrp.bas.custcod" :Utils.defaultFunction, "recgrp.bas.custcod" :Utils.defaultFunction,
"recgrp.bas.rptno" :Utils.defaultFunction, "recgrp.bas.rptno" :Utils.defaultFunction,
"recp.vrfpp.acp" :Utils.defaultFunction,
"bopbut.ackflg" :Utils.defaultFunction, "bopbut.ackflg" :Utils.defaultFunction,
"recgrp.bas.ownextkey" :Utils.defaultFunction, "recgrp.bas.ownextkey" :Utils.defaultFunction,
} }
......
...@@ -182,41 +182,5 @@ export default { ...@@ -182,41 +182,5 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onCodsel1Selbut(){
let rtnmsg = await this.executeRule("codsel1.selbut")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onCodsel2Selbut(){
let rtnmsg = await this.executeRule("codsel2.selbut")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
async onCodsel1Selbut1(){
let rtnmsg = await this.executeRule("codsel1.selbut1")
if(rtnmsg.respCode == SUCCESS)
{
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
},
} }
\ No newline at end of file
...@@ -115,80 +115,4 @@ export default { ...@@ -115,80 +115,4 @@ export default {
{max: 10,message:"长度不能超过10"} {max: 10,message:"长度不能超过10"}
], ],
"recgrp.vrf.tmpref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"recgrp.vrf.rptno":[
{type: "string", required: false, message: "必输项"},
{max: 22,message:"长度不能超过22"}
],
"recgrp.vrf.actiontype":[
{type: "string", required: false, message: "必输项"},
{max: 1,message:"长度不能超过1"}
],
"recgrp.vrf.actiondesc":[
{type: "string", required: true, message: "必输项"},
{max: 32,message:"长度不能超过32"}
],
"recgrp.vrf.ownextkey":[
{type: "string", required: false, message: "必输项"},
{max: 8,message:"长度不能超过8"}
],
"recgrp.vrf.tc1amt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.vrf.txcode":[
{type: "string", required: false, message: "必输项"},
{max: 6,message:"长度不能超过6"}
],
"recgrp.vrf.txcode2":[
{type: "string", required: false, message: "必输项"},
{max: 6,message:"长度不能超过6"}
],
"recgrp.vrf.tc2amt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.vrf.impdate":[
{type: "date", required: false, message: "输入正确的日期"}
],
"recgrp.vrf.invoino":[
{type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"recgrp.vrf.contrno":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
"recgrp.vrf.contamt":[
{type: "number", required: false, message: "必输项"} ],
"recgrp.vrf.billno":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
"recgrp.vrf.regno":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
"recgrp.vrf.country":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"recgrp.vrf.rptdate":[
{type: "date", required: false, message: "输入正确的日期"}
],
"recgrp.vrf.crtuser":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
"recgrp.vrf.inptelc":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
],
} }
\ No newline at end of file
...@@ -33,10 +33,6 @@ export default class Dbfinf{ ...@@ -33,10 +33,6 @@ export default class Dbfinf{
acp:"", // 确认 .recp.baspp.acp acp:"", // 确认 .recp.baspp.acp
tmprefnew:"", // TMPREFLABEL .recp.baspp.tmprefnew tmprefnew:"", // TMPREFLABEL .recp.baspp.tmprefnew
}, },
vrfpp:{
roptnam:"", // RoptNam .recp.vrfpp.roptnam
acp:"", // 确认 .recp.vrfpp.acp
},
}, },
recgrp:{ recgrp:{
bas:{ bas:{
...@@ -69,30 +65,6 @@ export default class Dbfinf{ ...@@ -69,30 +65,6 @@ export default class Dbfinf{
tenor:"", // 期限 .recgrp.bas.tenor tenor:"", // 期限 .recgrp.bas.tenor
lcbgno:"", // 信用证/保函编号 .recgrp.bas.lcbgno lcbgno:"", // 信用证/保函编号 .recgrp.bas.lcbgno
}, },
vrf:{
tmpref:"", // 临时申报编号 .recgrp.vrf.tmpref
ownextkey:"", // 地区机构号 .recgrp.vrf.ownextkey
actiontype:"", // 操作类型 .recgrp.vrf.actiontype
actiondesc:"", // 修改/删除原因 .recgrp.vrf.actiondesc
rptno:"", // RoptNam .recgrp.vrf.rptno
crtuser:"", // 填报人 .recgrp.vrf.crtuser
inptelc:"", // 填报人电话 .recgrp.vrf.inptelc
rptdate:"", // 申报日期 .recgrp.vrf.rptdate
payattr:"", // 付汇性质 .recgrp.vrf.payattr
paytype:"", // 付款类型 .recgrp.vrf.paytype
tc1amt:"", // 相应金额1 .recgrp.vrf.tc1amt
tc2amt:"", // 相应金额2 .recgrp.vrf.tc2amt
impdate:"", // 最迟装运日期 .recgrp.vrf.impdate
contrno:"", // 合同号 .recgrp.vrf.contrno
invoino:"", // 发票号 .recgrp.vrf.invoino
billno:"", // 提运单号 .recgrp.vrf.billno
contamt:"", // 合同金额 .recgrp.vrf.contamt
txcode:"", // 交易编码1 .recgrp.vrf.txcode
txcode2:"", // 交易编码2 .recgrp.vrf.txcode2
country:"", // 收款人常驻国家/地区编码 .recgrp.vrf.country
isref:"", // 是否进口核销项下付款 .recgrp.vrf.isref
regno:"", // 外汇局批件/备案表号 .recgrp.vrf.regno
},
}, },
pageId: "" // ctx的key pageId: "" // ctx的key
} }
......
...@@ -238,6 +238,8 @@ import Ecainf from "./Ecainf" ...@@ -238,6 +238,8 @@ import Ecainf from "./Ecainf"
import Dbeadd from "./Dbeadd" import Dbeadd from "./Dbeadd"
import Dbeinf from "./Dbeinf" import Dbeinf from "./Dbeinf"
import Dbfadd from "./Dbfadd"
import Dbfinf from "./Dbfinf"
...@@ -492,6 +494,8 @@ const BusRouter = [ ...@@ -492,6 +494,8 @@ const BusRouter = [
{ path: 'Ecainf', component: Ecainf, name: 'Ecainf', meta: { title: '查 -- 国内外汇贷款' } }, { path: 'Ecainf', component: Ecainf, name: 'Ecainf', meta: { title: '查 -- 国内外汇贷款' } },
{ path: 'Dbeadd', component: Dbeadd, name: 'Dbeadd', meta: { title: '境内汇款申请书(新建)' } }, { path: 'Dbeadd', component: Dbeadd, name: 'Dbeadd', meta: { title: '境内汇款申请书(新建)' } },
{ path: 'Dbeinf', component: Dbeinf, name: 'Dbeinf', meta: { title: '境内汇款申请书(查询)' } }, { path: 'Dbeinf', component: Dbeinf, name: 'Dbeinf', meta: { title: '境内汇款申请书(查询)' } },
{ path: 'Dbfadd', component: Dbfadd, name: 'Dbfadd', meta: { title: '境内汇款申请书(新建)' } },
{ path: 'Dbfinf', component: Dbfinf, name: 'Dbfinf', meta: { title: '境内汇款申请书(查询)' } },
{ path: 'dzsys/:path', name: 'DzSys', meta: { title: (tag) => { return '电证 - ' + tag.params.title } } }, { path: 'dzsys/:path', name: 'DzSys', meta: { title: (tag) => { return '电证 - ' + tag.params.title } } },
] ]
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
v-model="model.recgrp.bas.idcode" v-model="model.recgrp.bas.idcode"
maxlength="32" maxlength="32"
placeholder="请输入身份证件号码" placeholder="请输入身份证件号码"
:disabled="model.recgrp.bas.custype == 'C'"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -178,7 +179,10 @@ ...@@ -178,7 +179,10 @@
v-model="model.recgrp.bas.custcod" v-model="model.recgrp.bas.custcod"
maxlength="18" maxlength="18"
placeholder="请输入组织机构代码" placeholder="请输入组织机构代码"
disabled :disabled="
model.recgrp.bas.custype == 'D' ||
model.recgrp.bas.custype == 'F'
"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000001')" prop="recp.recgrp.vrf.tmpref">
<c-input v-model="model.recp.recgrp.vrf.tmpref" maxlength="16" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000001')"></c-input>
</c-form-item>
</c-col>
<!-- S0000001 : 临时申报编号 -->
<!-- S0000018 : RoptNam -->
<c-col :span="12">
<span v-text="model.recp.vrfpp.roptnam" data-path=".recp.vrfpp.roptnam" > </span>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000018')" prop="recp.recgrp.vrf.rptno">
<c-input v-model="model.recp.recgrp.vrf.rptno" maxlength="22" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000018')"></c-input>
</c-form-item>
</c-col>
<!-- S0000003 : 操作类型 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000003')" prop="recp.recgrp.vrf.actiontype">
<c-input v-model="model.recp.recgrp.vrf.actiontype" maxlength="1" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000003')"></c-input>
</c-form-item>
</c-col>
<!-- S0000004 : 修改/删除原因 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000004')" prop="recp.recgrp.vrf.actiondesc">
<c-input type="textarea" v-model="model.recp.recgrp.vrf.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('vrfpp.S0000004')" ></c-input>
</c-form-item>
</c-col>
<!-- S0000002 : 地区机构号 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000002')" prop="recp.recgrp.vrf.ownextkey">
<c-input v-model="model.recp.recgrp.vrf.ownextkey" maxlength="8" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000002')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.recp.vrfpp.acp">{{$t('vrfpp.C0000017')}}</c-checkbox>
</c-col>
<!-- S0000054 : 相应金额1 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000054')" prop="recp.recgrp.vrf.tc1amt">
<c-input v-model="model.recp.recgrp.vrf.tc1amt" :placeholder="$t('other.please_enter')+$t('dbep.S0000054')"></c-input>
</c-form-item>
</c-col>
<!-- S0000051 : 付款类型 -->
<c-col :span="12">
<el-form-item label="付款类型" prop="recp.recgrp.vrf.paytype">
<c-select v-model="model.recp.recgrp.vrf.paytype" style="width:100%" :placeholder="$t('other.please_enter')+'付款类型'">
</c-select>
</el-form-item>
</c-col>
<!-- S0000053 : 交易编码1 -->
<c-col :span="12">
<c-form-item label="交易编码1" prop="recp.recgrp.vrf.txcode">
<c-input v-model="model.recp.recgrp.vrf.txcode" maxlength="6" :placeholder="$t('other.please_enter')+'交易编码1'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut">
{{$t('codsel.C0000002')}}
</c-button>
</c-col>
<!-- S0000055 : 交易编码2 -->
<!-- S0000056 : 相应金额2 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000056')" prop="recp.recgrp.vrf.tc2amt">
<c-input v-model="model.recp.recgrp.vrf.tc2amt" :placeholder="$t('other.please_enter')+$t('dbep.S0000056')"></c-input>
</c-form-item>
</c-col>
<!-- S0000050 : 付汇性质 -->
<c-col :span="12">
<el-form-item label="付汇性�'�" prop="recp.recgrp.vrf.payattr">
<c-select v-model="model.recp.recgrp.vrf.payattr" style="width:100%" :placeholder="$t('other.please_enter')+'付汇性�'�'">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="交易编码2" prop="recp.recgrp.vrf.txcode2">
<c-input v-model="model.recp.recgrp.vrf.txcode2" maxlength="6" :placeholder="$t('other.please_enter')+'交易编码2'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel2Selbut">
{{$t('codsel.C0000002')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="收款人常驻国家/地区编码" prop="recp.recgrp.vrf.country">
<c-input v-model="model.recp.recgrp.vrf.country" maxlength="3" :placeholder="$t('other.please_enter')+'收款人常驻国家/地区编码'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut1">
{{$t('codsel.C0000005')}}
</c-button>
</c-col>
<!-- S0000060 : 外汇局批件/备案表号 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000060')" prop="recp.recgrp.vrf.regno">
<c-input v-model="model.recp.recgrp.vrf.regno" maxlength="20" :placeholder="$t('other.please_enter')+$t('dbep.S0000060')"></c-input>
</c-form-item>
</c-col>
<!-- S0000048 : 收款人常驻国家/地区编码 -->
<!-- S0000057 : 最迟装运日期 -->
<c-col :span="12">
<el-form-item :label="$t('dbep.S0000057')" prop="recp.recgrp.vrf.impdate">
<c-date-picker type="date" v-model="model.recp.recgrp.vrf.impdate" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbep.S0000057')"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000058 : 合同号 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000058')" prop="recp.recgrp.vrf.contrno">
<c-input v-model="model.recp.recgrp.vrf.contrno" maxlength="20" :placeholder="$t('other.please_enter')+$t('dbep.S0000058')"></c-input>
</c-form-item>
</c-col>
<!-- S0000049 : 是否进口核销项下付款 -->
<c-col :span="12">
<el-form-item :label="$t('dbep.S0000049')" prop="recp.recgrp.vrf.isref">
<c-select v-model="model.recp.recgrp.vrf.isref" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbep.S0000049')">
</c-select>
</el-form-item>
</c-col>
<!-- S0000059 : 发票号 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000059')" prop="recp.recgrp.vrf.invoino">
<c-input v-model="model.recp.recgrp.vrf.invoino" maxlength="35" :placeholder="$t('other.please_enter')+$t('dbep.S0000059')"></c-input>
</c-form-item>
</c-col>
<!-- S0000061 : 报关单经营单位编码 -->
<c-col :span="12">
<c-form-item :label="$t('dbep.S0000061')" prop="recp.recgrp.vrf.cusmno">
<c-input v-model="model.recp.recgrp.vrf.cusmno" maxlength="12" :placeholder="$t('other.please_enter')+$t('dbep.S0000061')"></c-input>
</c-form-item>
</c-col>
<!-- S0000009 : -->
<!-- S0000015 : 申报日期 -->
<c-col :span="12">
<el-form-item :label="$t('vrfpp.S0000015')" prop="recp.recgrp.vrf.rptdate">
<c-date-picker type="date" v-model="model.recp.recgrp.vrf.rptdate" style="width:100%" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000015')"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000013 : 填报人 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000013')" prop="recp.recgrp.vrf.crtuser">
<c-input v-model="model.recp.recgrp.vrf.crtuser" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000013')"></c-input>
</c-form-item>
</c-col>
<!-- S0000014 : 填报人电话 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000014')" prop="recp.recgrp.vrf.inptelc">
<c-input v-model="model.recp.recgrp.vrf.inptelc" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000014')"></c-input>
</c-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Dbeinf/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
defaultRules: Default, defaultRules: Default,
pattern: Pattern, pattern: Pattern,
rules: null, rules: null,
codes: {...CodeTable}, codes: { ...CodeTable },
}; };
}, },
methods: { methods: {
......
<template>
<div class="eibs-tab">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item label="收付汇日期" prop="bopbut.paydat">
<c-date-picker
type="date"
v-model="model.bopbut.paydat"
style="width: 100%"
placeholder="请选择收付汇日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item
label="请选择接口数据"
prop="bopbut.basflg"
class="checkbox-left"
>
<c-checkbox disabled :checked="true" v-model="model.bopbut.basflg"
>基础数据</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
<!-- ======================= 右边 ========================= -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="款项去向" prop="bopbut.acttyp">
<c-select
v-model="model.bopbut.acttyp"
style="width: 100%"
placeholder="请选择款项去向"
:code="codes.acttyp"
disabled
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Dbfadd/Event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
<template>
<div class="eContainer">
<c-page title="境内付款/承兑通知书(新建)">
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="150px"
label-position="right"
size="small"
:validate-on-rule-change="false"
>
<c-tabs
v-model="tabVal"
ref="elment"
type="card"
@tab-click="myTabClick"
>
<!--bopbut PD000000 接口数据 -->
<el-tab-pane label="接口数据" name="selection">
<m-selection :model="model" :codes="codes" />
</el-tab-pane>
<!--dbfp PD000000 境内付款/承兑通知书-基础信息 -->
<el-tab-pane label="境内付款/承兑通知书-基础信息" name="basp">
<c-content>
<m-basp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
</c-function-btn>
</c-tabs>
</el-form>
</c-page>
</div>
</template>
<script>
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
import Dbfadd from "~/model/Dbfadd";
import commonProcess from "~/mixin/commonProcess";
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Dbfadd/Check";
import Default from "~/model/Dbfadd/Default";
import Pattern from "~/model/Dbfadd/Pattern";
import Basp from "./Basp";
import Selection from "./Selection";
export default {
name: "Dbfadd",
components: {
"m-basp": Basp,
"m-selection": Selection,
},
provide() {
return {
root: this,
};
},
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "selection",
trnName: "dbfadd",
trnType: "",
model: new Dbfadd().data,
checkRules: Check,
defaultRules: Default,
pattern: Pattern,
rules: null,
codes: { ...CodeTable },
};
},
methods: {
myTabClick(tab) {
this.tabClick(tab);
/**
* do it yourself
**/
},
},
created: async function () {
console.log("进入dbfadd交易");
let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data);
//TODO 处理数据逻辑
} else {
this.$notify.error({ title: "错误", message: "服务请求失败!" });
}
},
};
</script>
<style>
</style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- S0000015 : 收付汇日期 --> <!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="12"> <c-col :span="24">
<el-form-item :label="$t('bopbut.S0000015')" prop="ctlmod.dbl.reldat"> <el-form-item label="收付汇日期" prop="bopbut.paydat">
<c-date-picker type="date" v-model="model.ctlmod.dbl.reldat" style="width:100%" :placeholder="$t('other.please_enter')+$t('bopbut.S0000015')"></c-date-picker> <c-date-picker
type="date"
v-model="model.bopbut.paydat"
style="width: 100%"
placeholder="请选择收付汇日期"
disabled
></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="24">
<span v-text="model.bopbut.acttyplab" data-path=".bopbut.acttyplab" > </span> <el-form-item
</c-col> label="请选择接口数据"
prop="bopbut.basflg"
<c-col :span="12"> class="checkbox-left"
<el-form-item label="款项标志" prop="bopbut.acttyp"> >
<c-select v-model="model.bopbut.acttyp" style="width:100%" :placeholder="$t('other.please_enter')+'款项标志'"> <c-checkbox disabled :checked="true" v-model="model.bopbut.basflg"
</c-select> >基础数据</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="12">
<el-form-item label="�'�易类型" prop="ctlmod.wrkdbl.trdtyp"> <!-- ======================= 右边 ========================= -->
<c-select v-model="model.ctlmod.wrkdbl.trdtyp" style="width:100%" :placeholder="$t('other.please_enter')+'�'�易类型'"> <c-col :span="12" style="padding-left: 20px">
</c-select> <c-col :span="24">
<el-form-item label="款项去向" prop="bopbut.acttyp">
<c-select
v-model="model.bopbut.acttyp"
style="width: 100%"
placeholder="请选择款项去向"
:code="codes.acttyp"
disabled
>
</c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBopbutSav">
{{$t('butp.C0000006')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBopbutMod">
{{$t('butp.C0000009')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBopbutChk">
{{$t('butp.C0000007')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onBopbutDel">
{{$t('butp.C0000010')}}
</c-button>
</c-col>
<c-col :span="12">
<span v-text="model.bopbut.boplabel" data-path=".bopbut.boplabel" > </span>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopbut.vrfflg">{{$t('bopbut.C0000011')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopbut.basflg">{{$t('bopbut.C0000009')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopbut.dclflg">{{$t('bopbut.C0000010')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.bopbut.ackflg">{{$t('bopbut.C0000014')}}</c-checkbox>
</c-col>
<c-col :span="12">
<c-form-item label="修改/删除原因" prop="bopbut.actiondesc">
<c-input type="textarea" v-model="model.bopbut.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+'修改/删除原因'" ></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBopbutAdd">
{{$t('bopbut.C0000019')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onButpErr">
{{$t('butp.C0000013')}}
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onBopbutExt">
{{$t('butp.CG000004')}}
</c-button>
</c-col>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable";
import Event from "~/model/Dbfinf/Event" import Event from "~/model/Dbfinf/Event";
export default { export default {
inject: ['root'], inject: ["root"],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data(){ data() {
return { return {};
},
} methods: { ...Event },
}, created: function () {},
methods:{...Event}, };
created:function(){
}
}
</script> </script>
<style> <style>
</style> </style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000001')" prop="recgrp.vrf.tmpref">
<c-input v-model="model.recgrp.vrf.tmpref" maxlength="16" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000001')"></c-input>
</c-form-item>
</c-col>
<!-- S0000001 : 临时申报编号 -->
<!-- S0000018 : RoptNam -->
<c-col :span="12">
<span v-text="model.recp.vrfpp.roptnam" data-path=".recp.vrfpp.roptnam" > </span>
</c-col>
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000018')" prop="recgrp.vrf.rptno">
<c-input v-model="model.recgrp.vrf.rptno" maxlength="22" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000018')"></c-input>
</c-form-item>
</c-col>
<!-- S0000003 : 操作类型 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000003')" prop="recgrp.vrf.actiontype">
<c-input v-model="model.recgrp.vrf.actiontype" maxlength="1" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000003')"></c-input>
</c-form-item>
</c-col>
<!-- S0000004 : 修改/删除原因 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000004')" prop="recgrp.vrf.actiondesc">
<c-input type="textarea" v-model="model.recgrp.vrf.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('vrfpp.S0000004')" ></c-input>
</c-form-item>
</c-col>
<!-- S0000002 : 地区机构号 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000002')" prop="recgrp.vrf.ownextkey">
<c-input v-model="model.recgrp.vrf.ownextkey" maxlength="8" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000002')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.recp.vrfpp.acp">{{$t('vrfpp.C0000017')}}</c-checkbox>
</c-col>
<!-- S0000057 : 付款类型 -->
<c-col :span="12">
<el-form-item :label="$t('dbfp.S0000057')" prop="recgrp.vrf.paytype">
<c-select v-model="model.recgrp.vrf.paytype" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbfp.S0000057')">
</c-select>
</el-form-item>
</c-col>
<!-- S0000058 : 付汇性质 -->
<c-col :span="12">
<el-form-item :label="$t('dbfp.S0000058')" prop="recgrp.vrf.payattr">
<c-select v-model="model.recgrp.vrf.payattr" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbfp.S0000058')">
</c-select>
</el-form-item>
</c-col>
<!-- S0000059 : 交易编码1 -->
<!-- S0000060 : 相应金额1 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000060')" prop="recgrp.vrf.tc1amt">
<c-input v-model="model.recgrp.vrf.tc1amt" :placeholder="$t('other.please_enter')+$t('dbfp.S0000060')"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="交易编码1" prop="recgrp.vrf.txcode">
<c-input v-model="model.recgrp.vrf.txcode" maxlength="6" :placeholder="$t('other.please_enter')+'交易编码1'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut">
{{$t('codsel.C0000002')}}
</c-button>
</c-col>
<c-col :span="12">
<c-form-item label="交易编码2" prop="recgrp.vrf.txcode2">
<c-input v-model="model.recgrp.vrf.txcode2" maxlength="6" :placeholder="$t('other.please_enter')+'交易编码2'"></c-input>
</c-form-item>
</c-col>
<!-- S0000061 : 交易编码2 -->
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel2Selbut">
{{$t('codsel.C0000002')}}
</c-button>
</c-col>
<!-- S0000062 : 相应金额2 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000062')" prop="recgrp.vrf.tc2amt">
<c-input v-model="model.recgrp.vrf.tc2amt" :placeholder="$t('other.please_enter')+$t('dbfp.S0000062')"></c-input>
</c-form-item>
</c-col>
<!-- S0000063 : 最迟装运日期 -->
<c-col :span="12">
<el-form-item :label="$t('dbfp.S0000063')" prop="recgrp.vrf.impdate">
<c-date-picker type="date" v-model="model.recgrp.vrf.impdate" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbfp.S0000063')"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000065 : 发票号 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000065')" prop="recgrp.vrf.invoino">
<c-input v-model="model.recgrp.vrf.invoino" maxlength="35" :placeholder="$t('other.please_enter')+$t('dbfp.S0000065')"></c-input>
</c-form-item>
</c-col>
<!-- S0000064 : 合同号 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000064')" prop="recgrp.vrf.contrno">
<c-input v-model="model.recgrp.vrf.contrno" maxlength="20" :placeholder="$t('other.please_enter')+$t('dbfp.S0000064')"></c-input>
</c-form-item>
</c-col>
<!-- S0000067 : 合同金额 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000067')" prop="recgrp.vrf.contamt">
<c-input v-model="model.recgrp.vrf.contamt" :placeholder="$t('other.please_enter')+$t('dbfp.S0000067')"></c-input>
</c-form-item>
</c-col>
<!-- S0000066 : 提运单号 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000066')" prop="recgrp.vrf.billno">
<c-input v-model="model.recgrp.vrf.billno" maxlength="20" :placeholder="$t('other.please_enter')+$t('dbfp.S0000066')"></c-input>
</c-form-item>
</c-col>
<!-- S0000068 : 外汇局批件/备案表号 -->
<c-col :span="12">
<c-form-item :label="$t('dbfp.S0000068')" prop="recgrp.vrf.regno">
<c-input v-model="model.recgrp.vrf.regno" maxlength="20" :placeholder="$t('other.please_enter')+$t('dbfp.S0000068')"></c-input>
</c-form-item>
</c-col>
<!-- S0000055 : 收款人常驻国家/地区编码 -->
<!-- S0000056 : 是否进口核销项下付款 -->
<c-col :span="12">
<el-form-item :label="$t('dbfp.S0000056')" prop="recgrp.vrf.isref">
<c-select v-model="model.recgrp.vrf.isref" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbfp.S0000056')">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="收款人常驻国家/地区编码" prop="recgrp.vrf.country">
<c-input v-model="model.recgrp.vrf.country" maxlength="3" :placeholder="$t('other.please_enter')+'收款人常驻国家/地区编码'"></c-input>
</c-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut1">
{{$t('codsel.C0000005')}}
</c-button>
</c-col>
<!-- S0000015 : 申报日期 -->
<c-col :span="12">
<el-form-item :label="$t('vrfpp.S0000015')" prop="recgrp.vrf.rptdate">
<c-date-picker type="date" v-model="model.recgrp.vrf.rptdate" style="width:100%" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000015')"></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000013 : 填报人 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000013')" prop="recgrp.vrf.crtuser">
<c-input v-model="model.recgrp.vrf.crtuser" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000013')"></c-input>
</c-form-item>
</c-col>
<!-- S0000014 : 填报人电话 -->
<c-col :span="12">
<c-form-item :label="$t('vrfpp.S0000014')" prop="recgrp.vrf.inptelc">
<c-input v-model="model.recgrp.vrf.inptelc" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000014')"></c-input>
</c-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Dbfinf/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template> <template>
<div class="eContainer"> <div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" :validate-on-rule-change="false"> <c-page title="境内付款/承兑通知书(查询)">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <el-form
<!--bopbut PD000000 接口数据 --> :model="model"
<el-tab-pane :label="$t('bopbut.PD000000')" name="selection"> :rules="rules"
<m-selection :model="model" :codes="codes"/> ref="modelForm"
</el-tab-pane> label-width="150px"
<!--dbfp PD000000 境内付款/承兑通知书-基础信息 --> label-position="right"
<el-tab-pane :label="$t('dbfp.PD000000')" name="basp"> size="small"
<m-basp :model="model" :codes="codes"/> :validate-on-rule-change="false"
</el-tab-pane> >
<!--dbfp PD000002 境内付款/承兑通知书-核销信息 --> <c-tabs
<el-tab-pane :label="$t('dbfp.PD000002')" name="vrfp"> v-model="tabVal"
<m-vrfp :model="model" :codes="codes"/> ref="elment"
</el-tab-pane> type="card"
</c-tabs> @tab-click="myTabClick"
</el-form> >
<!--bopbut PD000000 接口数据 -->
<el-tab-pane label="接口数据" name="selection">
<m-selection :model="model" :codes="codes" />
</el-tab-pane>
<!--dbfp PD000000 境内付款/承兑通知书-基础信息 -->
<el-tab-pane label="境内付款/承兑通知书-基础信息" name="basp">
<c-content>
<m-basp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
</c-function-btn>
</c-tabs>
</el-form>
</c-page>
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable";
import Dbfinf from "~/model/Dbfinf" import Dbfinf from "~/model/Dbfinf";
import commonProcess from "~/mixin/commonProcess" import commonProcess from "~/mixin/commonProcess";
import Check from "~/model/Dbfinf/Check" import commonFuncs from "~/mixin/commonFuncs";
import Default from "~/model/Dbfinf/Default" import Check from "~/model/Dbfinf/Check";
import Pattern from "~/model/Dbfinf/Pattern" import Default from "~/model/Dbfinf/Default";
import Selection from "./Selection" import Pattern from "~/model/Dbfinf/Pattern";
import Basp from "./Basp" import Selection from "./Selection";
import Vrfp from "./Vrfp" import Basp from "./Basp";
export default { export default {
name: "Dbfinf", name: "Dbfinf",
components:{ components: {
"m-selection" : Selection, "m-selection": Selection,
"m-basp" : Basp, "m-basp": Basp,
"m-vrfp" : Vrfp, },
}, provide() {
provide() { return {
return { root: this,
root: this };
} },
}, mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理 data() {
data(){ return {
return { tabVal: "selection",
tabVal: "", trnName: "dbfinf",
trnName: "dbfinf", trnType: "",
trnType: "", model: new Dbfinf().data,
model: new Dbfinf().data, checkRules: Check,
checkRules: Check, defaultRules: Default,
defaultRules: Default, pattern: Pattern,
pattern: Pattern, rules: null,
rules: null, codes: { ...CodeTable },
codes: { };
}, },
} methods: {
myTabClick(tab) {
this.tabClick(tab);
/**
* do it yourself
**/
}, },
methods:{ },
myTabClick(tab){ created: async function () {
this.tabClick(tab) console.log("进入dbfinf交易");
/** let rtnmsg = await this.init({});
* do it yourself if (rtnmsg.respCode == SUCCESS) {
**/ this.updateModel(rtnmsg.data);
} //TODO 处理数据逻辑
}, } else {
created:async function(){ this.$notify.error({ title: "错误", message: "服务请求失败!" });
console.log("进入dbfinf交易");
let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS)
{
this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
} }
} },
};
</script> </script>
<style> <style>
</style> </style>
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