Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
0a2f1e63
Commit
0a2f1e63
authored
Nov 04, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbcinf交易转换
parent
480b14f8
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
751 additions
and
46 deletions
+751
-46
Check.js
src/model/Dbcinf/Check.js
+20
-0
Default.js
src/model/Dbcinf/Default.js
+11
-0
Event.js
src/model/Dbcinf/Event.js
+37
-0
Pattern.js
src/model/Dbcinf/Pattern.js
+125
-0
index.js
src/model/Dbcinf/index.js
+47
-0
Basp.vue
src/views/Business/Dbcinf/Basp.vue
+42
-6
Dclp.vue
src/views/Business/Dbcinf/Dclp.vue
+186
-0
Selection.vue
src/views/Business/Dbcinf/Selection.vue
+133
-36
Vrfp.vue
src/views/Business/Dbcinf/Vrfp.vue
+134
-0
index.vue
src/views/Business/Dbcinf/index.vue
+14
-2
Detp.vue
src/views/Business/Gitopn/Detp.vue
+1
-1
Preperp.vue
src/views/Business/Gitopn/Preperp.vue
+1
-1
No files found.
src/model/Dbcinf/Check.js
View file @
0a2f1e63
...
...
@@ -7,30 +7,50 @@ let checkObj = {
"recgrp.bas.othamt"
:
null
,
"recgrp.bas.outchargeamt"
:
null
,
"recgrp.bas.lcbgno"
:
null
,
"recgrp.dcl.paytype"
:
null
,
"recgrp.bas.custnm"
:
null
,
"recgrp.dcl.tx2rem"
:
null
,
"recgrp.vrf.actiontype"
:
null
,
"recgrp.dcl.txrem"
:
null
,
"recgrp.bas.txccy"
:
null
,
"ctlmod.wrkdbl.trdtyp"
:
null
,
"recgrp.bas.actuamt"
:
null
,
"recgrp.vrf.contrno"
:
null
,
"recgrp.bas.custcod"
:
null
,
"recgrp.bas.fcyamt"
:
null
,
"recgrp.dcl.txcode2"
:
null
,
"recgrp.bas.actuccy"
:
null
,
"recgrp.bas.txamt"
:
null
,
"recgrp.bas.outchargeccy"
:
null
,
"recgrp.vrf.inptelc"
:
null
,
"recgrp.dcl.country"
:
null
,
"recgrp.bas.actiondesc"
:
null
,
"recgrp.bas.lcyamt"
:
null
,
"recgrp.bas.issdate"
:
null
,
"recgrp.bas.actiontype"
:
null
,
"recgrp.bas.rptno"
:
null
,
"recgrp.dcl.tc1amt"
:
null
,
"recgrp.dcl.rptdate"
:
null
,
"recgrp.dcl.crtuser"
:
null
,
"ctlmod.dbl.reldat"
:
null
,
"recgrp.dcl.inptelc"
:
null
,
"recgrp.bas.othacc"
:
null
,
"recgrp.bas.oppuser"
:
null
,
"recgrp.bas.exrate"
:
null
,
"bopbut.acttyp"
:
null
,
"recgrp.bas.lcyacc"
:
null
,
"recgrp.bas.idcode"
:
null
,
"recgrp.vrf.crtuser"
:
null
,
"recgrp.bas.fcyacc"
:
null
,
"recgrp.vrf.invoino"
:
null
,
"recgrp.dcl.isref"
:
null
,
"recgrp.dcl.txcode"
:
null
,
"recgrp.bas.buscode"
:
null
,
"recgrp.vrf.impdate"
:
null
,
"recgrp.dcl.tc2amt"
:
null
,
"recgrp.bas.custype"
:
null
,
"recgrp.vrf.rptdate"
:
null
,
"recgrp.dcl.actiontype"
:
null
,
"recgrp.bas.methods"
:
null
,
}
...
...
src/model/Dbcinf/Default.js
View file @
0a2f1e63
...
...
@@ -11,11 +11,22 @@ export default {
"bopbut.basflg"
:
Utils
.
defaultFunction
,
"bopbut.vrfflg"
:
Utils
.
defaultFunction
,
"recgrp.bas.tmpref"
:
Utils
.
defaultFunction
,
"recp.vrfpp.acp"
:
Utils
.
defaultFunction
,
"recgrp.dcl.rptdate"
:
Utils
.
defaultFunction
,
"recp.dclpp.acp"
:
Utils
.
defaultFunction
,
"recgrp.vrf.rptdate"
:
Utils
.
defaultFunction
,
"recgrp.bas.buscode"
:
Utils
.
defaultFunction
,
"recgrp.vrf.inptelc"
:
Utils
.
defaultFunction
,
"recgrp.dcl.inptelc"
:
Utils
.
defaultFunction
,
"recgrp.bas.custype"
:
Utils
.
defaultFunction
,
"ctlmod.wrkdbl.trdtyp"
:
Utils
.
defaultFunction
,
"recp.baspp.acp"
:
Utils
.
defaultFunction
,
"recgrp.vrf.actiontype"
:
Utils
.
defaultFunction
,
"recgrp.dcl.crtuser"
:
Utils
.
defaultFunction
,
"recgrp.vrf.crtuser"
:
Utils
.
defaultFunction
,
"recgrp.dcl.actiontype"
:
Utils
.
defaultFunction
,
"recgrp.bas.rptno"
:
Utils
.
defaultFunction
,
"recgrp.dcl.country"
:
Utils
.
defaultFunction
,
"recgrp.bas.custcod"
:
Utils
.
defaultFunction
,
"recgrp.bas.ownextkey"
:
Utils
.
defaultFunction
,
"bopbut.ackflg"
:
Utils
.
defaultFunction
,
...
...
src/model/Dbcinf/Event.js
View file @
0a2f1e63
...
...
@@ -182,5 +182,41 @@ export default {
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
:
'服务请求失败!'
});
}
},
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
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Dbcinf/Pattern.js
View file @
0a2f1e63
...
...
@@ -115,4 +115,128 @@ export default {
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"recgrp.dcl.tmpref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"recgrp.dcl.rptno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"recgrp.dcl.actiontype"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"recgrp.dcl.actiondesc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"recgrp.dcl.ownextkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"recgrp.dcl.rptdate"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"recgrp.dcl.country"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"recgrp.dcl.txcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
6
,
message
:
"长度不能超过6"
}
],
"recgrp.dcl.tc1amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"recgrp.dcl.txrem"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"recgrp.dcl.tc2amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"recgrp.dcl.txcode2"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
6
,
message
:
"长度不能超过6"
}
],
"recgrp.dcl.tx2rem"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"recgrp.dcl.crtuser"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"recgrp.dcl.inptelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"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.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.impdate"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"recgrp.vrf.invoino"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"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
src/model/Dbcinf/index.js
View file @
0a2f1e63
...
...
@@ -33,6 +33,18 @@ export default class Dbcinf{
acp
:
""
,
// 确认 .recp.baspp.acp
tmprefnew
:
""
,
// TMPREFLABEL .recp.baspp.tmprefnew
},
dclpp
:{
paytype1
:
""
,
// 收款性�'� .recp.dclpp.paytype1
country1
:
""
,
// 收/付款人常驻国家/地区编码 .recp.dclpp.country1
isref1
:
""
,
// 是否出口核销项下收汇 .recp.dclpp.isref1
crtuser1
:
""
,
// 申报填报人 .recp.dclpp.crtuser1
inptelc1
:
""
,
// 申报填报人电话 .recp.dclpp.inptelc1
acp
:
""
,
// 确认 .recp.dclpp.acp
},
vrfpp
:{
roptnam
:
""
,
// RoptNam .recp.vrfpp.roptnam
acp
:
""
,
// 确认 .recp.vrfpp.acp
},
},
recgrp
:{
bas
:{
...
...
@@ -65,6 +77,41 @@ export default class Dbcinf{
outchargeccy
:
""
,
// 扣费币种及金额 .recgrp.bas.outchargeccy
outchargeamt
:
""
,
// 扣费币种及金额 .recgrp.bas.outchargeamt
},
dcl
:{
tmpref
:
""
,
// 临时申报编号 .recgrp.dcl.tmpref
ownextkey
:
""
,
// 地区机构号 .recgrp.dcl.ownextkey
actiontype
:
""
,
// 操作类型 .recgrp.dcl.actiontype
actiondesc
:
""
,
// 修改/删除原因 .recgrp.dcl.actiondesc
rptno
:
""
,
// 申报号码 .recgrp.dcl.rptno
paytype
:
""
,
// 付款类型 .recgrp.dcl.paytype
tc1amt
:
""
,
// 相应金额1 .recgrp.dcl.tc1amt
tc2amt
:
""
,
// 相应金额2 .recgrp.dcl.tc2amt
tx2rem
:
""
,
// 交易附言2 .recgrp.dcl.tx2rem
isref
:
""
,
// 是否进口核销项下收汇 .recgrp.dcl.isref
crtuser
:
""
,
// 联系人 .recgrp.dcl.crtuser
inptelc
:
""
,
// 联系人电话 .recgrp.dcl.inptelc
rptdate
:
""
,
// 申报日期 .recgrp.dcl.rptdate
txrem
:
""
,
// 交易附言1 .recgrp.dcl.txrem
txcode
:
""
,
// 交易编码1 .recgrp.dcl.txcode
txcode2
:
""
,
// 交易编码2 .recgrp.dcl.txcode2
country
:
""
,
// 收款人常驻国家/地区编码 .recgrp.dcl.country
},
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
invoino
:
""
,
// 发票号 .recgrp.vrf.invoino
contrno
:
""
,
// 合同号 .recgrp.vrf.contrno
impdate
:
""
,
// 最迟装运日期 .recgrp.vrf.impdate
billno
:
""
,
// 提运单号 .recgrp.vrf.billno
contamt
:
""
,
// 合同金额 .recgrp.vrf.contamt
regno
:
""
,
// 外汇局批件/备案表号 .recgrp.vrf.regno
},
},
pageId
:
""
// ctx的key
}
...
...
src/views/Business/Dbcinf/Basp.vue
View file @
0a2f1e63
...
...
@@ -30,6 +30,7 @@
v-model=
"model.recgrp.bas.ownextkey"
style=
"width: 100%"
placeholder=
"请选择地区机构号"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -40,6 +41,7 @@
v-model=
"model.recgrp.bas.buscode"
maxlength=
"22"
placeholder=
"请输入银行业务编号"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -50,6 +52,7 @@
style=
"width: 100%"
placeholder=
"请选择类型"
:code=
"codes.custype"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -84,6 +87,7 @@
v-model=
"model.recgrp.bas.idcode"
maxlength=
"32"
placeholder=
"请输入身份证件号码"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -119,37 +123,52 @@
style=
"width: 100%"
placeholder=
"请选择付款币种及金额"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"recgrp.bas.txamt"
label-width=
"5px"
>
<el-form-item
label=
""
prop=
"recgrp.bas.txamt"
label-width=
"5px"
>
<c-input
v-model=
"model.recgrp.bas.txamt"
placeholder=
"请输入付款币种及金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"实付款币种及金额"
prop=
"recgrp.bas.actuccy"
>
<el-form-item
label=
"实付款币种及金额"
prop=
"recgrp.bas.actuccy"
>
<c-select
v-model=
"model.recgrp.bas.actuccy"
style=
"width: 100%"
placeholder=
"请选择实际付款币种及金额"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"recgrp.bas.actuamt"
label-width=
"5px"
>
<el-form-item
label=
""
prop=
"recgrp.bas.actuamt"
label-width=
"5px"
>
<c-input
v-model=
"model.recgrp.bas.actuamt"
placeholder=
"请输入实际付款币种及金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -202,6 +221,7 @@
style=
"width: 100%"
placeholder=
"请选择结算方式"
:code=
"codes.methods"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -212,6 +232,7 @@
v-model=
"model.recgrp.bas.custcod"
maxlength=
"18"
placeholder=
"请输入组织机构"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -222,7 +243,10 @@
<br
/>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.recp.baspp.acp"
disabled
:checked=
"true"
<c-checkbox
v-model=
"model.recp.baspp.acp"
disabled
:checked=
"true"
>
确认
</c-checkbox
>
</c-col>
...
...
@@ -232,15 +256,20 @@
<c-input
v-model=
"model.recgrp.bas.exrate"
placeholder=
"请输入购汇汇率"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"人民币帐号/银行卡号"
prop=
"recgrp.bas.lcyacc"
>
<el-form-item
label=
"人民币帐号/银行卡号"
prop=
"recgrp.bas.lcyacc"
>
<c-input
v-model=
"model.recgrp.bas.lcyacc"
maxlength=
"32"
placeholder=
"请输入人民币帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -250,6 +279,7 @@
v-model=
"model.recgrp.bas.fcyacc"
maxlength=
"32"
placeholder=
"请输入外汇帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -259,18 +289,23 @@
v-model=
"model.recgrp.bas.othacc"
maxlength=
"32"
placeholder=
"请输入其它帐号/银行卡号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"扣费币种及金额"
prop=
"recgrp.bas.outchargeccy"
>
<el-form-item
label=
"扣费币种及金额"
prop=
"recgrp.bas.outchargeccy"
>
<c-select
v-model=
"model.recgrp.bas.outchargeccy"
style=
"width: 100%"
placeholder=
"请选择扣费币种及金额"
:code=
"codes.curtxt"
disabled
>
</c-select>
</el-form-item>
...
...
@@ -285,6 +320,7 @@
<c-input
v-model=
"model.recgrp.bas.outchargeamt"
placeholder=
"请输入扣费币种及金额"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Dbcinf/Dclp.vue
0 → 100644
View file @
0a2f1e63
<
template
>
<div
class=
"eibs-tab"
>
<!-- S0000001 : 临时申报编号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000001')"
prop=
"recgrp.dcl.tmpref"
>
<c-input
v-model=
"model.recgrp.dcl.tmpref"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000001')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000005 : 申报号码 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000005')"
prop=
"recgrp.dcl.rptno"
>
<c-input
v-model=
"model.recgrp.dcl.rptno"
maxlength=
"22"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000005')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000003 : 操作类型 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000003')"
prop=
"recgrp.dcl.actiontype"
>
<c-input
v-model=
"model.recgrp.dcl.actiontype"
maxlength=
"1"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000003')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000004 : 修改/删除原因 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000004')"
prop=
"recgrp.dcl.actiondesc"
>
<c-input
type=
"textarea"
v-model=
"model.recgrp.dcl.actiondesc"
maxlength=
"32"
show-word-limit
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000004')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000002 : 地区机构号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000002')"
prop=
"recgrp.dcl.ownextkey"
>
<c-input
v-model=
"model.recgrp.dcl.ownextkey"
maxlength=
"8"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000002')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000018 : 申报日期 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('dclpp.S0000018')"
prop=
"recgrp.dcl.rptdate"
>
<c-date-picker
type=
"date"
v-model=
"model.recgrp.dcl.rptdate"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000018')"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.dclpp.isref1"
data-path=
".recp.dclpp.isref1"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否进口核销项下收汇"
prop=
"recgrp.dcl.isref"
>
<c-select
v-model=
"model.recgrp.dcl.isref"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'是否进口核销项下收汇'"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"收款人常驻国家/地区编码"
prop=
"recgrp.dcl.country"
>
<c-input
v-model=
"model.recgrp.dcl.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>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.dclpp.paytype1"
data-path=
".recp.dclpp.paytype1"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"付款类型"
prop=
"recgrp.dcl.paytype"
>
<c-select
v-model=
"model.recgrp.dcl.paytype"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'付款类型'"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.dclpp.country1"
data-path=
".recp.dclpp.country1"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.recp.dclpp.acp"
>
{{
$t
(
'dclpp.C0000029'
)
}}
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"交易编码1"
prop=
"recgrp.dcl.txcode"
>
<c-input
v-model=
"model.recgrp.dcl.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>
<!-- S0000033 : 交易编码1 -->
<!-- S0000009 : 相应金额1 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000009')"
prop=
"recgrp.dcl.tc1amt"
>
<c-input
v-model=
"model.recgrp.dcl.tc1amt"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000009')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000031 : 交易附言1 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000031')"
prop=
"recgrp.dcl.txrem"
>
<c-input
v-model=
"model.recgrp.dcl.txrem"
maxlength=
"50"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000031')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000013 : 相应金额2 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000013')"
prop=
"recgrp.dcl.tc2amt"
>
<c-input
v-model=
"model.recgrp.dcl.tc2amt"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000013')"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"交易编码2"
prop=
"recgrp.dcl.txcode2"
>
<c-input
v-model=
"model.recgrp.dcl.txcode2"
maxlength=
"6"
:placeholder=
"$t('other.please_enter')+'交易编码2'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000032 : 交易编码2 -->
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onCodsel2Selbut"
>
{{
$t
(
'codsel.C0000002'
)
}}
</c-button>
</c-col>
<!-- S0000014 : 交易附言2 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dclpp.S0000014')"
prop=
"recgrp.dcl.tx2rem"
>
<c-input
v-model=
"model.recgrp.dcl.tx2rem"
maxlength=
"50"
:placeholder=
"$t('other.please_enter')+$t('dclpp.S0000014')"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.dclpp.crtuser1"
data-path=
".recp.dclpp.crtuser1"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"联系人"
prop=
"recgrp.dcl.crtuser"
>
<c-input
v-model=
"model.recgrp.dcl.crtuser"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+'联系人'"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.recp.dclpp.inptelc1"
data-path=
".recp.dclpp.inptelc1"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"联系人电话"
prop=
"recgrp.dcl.inptelc"
>
<c-input
v-model=
"model.recgrp.dcl.inptelc"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+'联系人电话'"
></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/Dbcinf/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Dbcinf/Selection.vue
View file @
0a2f1e63
<
template
>
<div
class=
"eibs-tab"
>
<!-- ======================= 左边 ========================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"收付汇日期"
prop=
"ctlmod.dbl.reldat"
>
<c-date-picker
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width: 100%"
placeholder=
"请选择收付汇日期"
disabled
></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=
"
model.ctlmod.dectyp == 'A'
"
v-model=
"model.bopbut.basflg"
>
基础数据
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"收付汇日期"
prop=
"ctlmod.dbl.reldat"
>
<c-date-picker
type=
"date"
v-model=
"model.ctlmod.dbl.reldat"
style=
"width: 100%"
placeholder=
"请输入收付汇日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"请选择接口数据"
prop=
"bopbut.basflg"
class=
"checkbox-left"
>
<c-checkbox
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
: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=
"请输入款项去向"
disabled
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- S0000015 : 收付汇日期 -->
<!--
<c-col
:span=
"12"
>
<span
v-text=
"model.bopbut.acttyplab"
data-path=
".bopbut.acttyplab"
>
</span>
</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-select>
</el-form-item>
</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>
</
template
>
<
script
>
...
...
src/views/Business/Dbcinf/Vrfp.vue
0 → 100644
View file @
0a2f1e63
<
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>
<!-- S0000056 : 合同号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbcp.S0000056')"
prop=
"recgrp.vrf.contrno"
>
<c-input
v-model=
"model.recgrp.vrf.contrno"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000056')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000059 : 合同金额 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbcp.S0000059')"
prop=
"recgrp.vrf.contamt"
>
<c-input
v-model=
"model.recgrp.vrf.contamt"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000059')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000058 : 提运单号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbcp.S0000058')"
prop=
"recgrp.vrf.billno"
>
<c-input
v-model=
"model.recgrp.vrf.billno"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000058')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000060 : 外汇局批件/备案表号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbcp.S0000060')"
prop=
"recgrp.vrf.regno"
>
<c-input
v-model=
"model.recgrp.vrf.regno"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000060')"
></c-input>
</c-form-item>
</c-col>
<!-- S0000057 : 最迟装运日期 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('dbcp.S0000057')"
prop=
"recgrp.vrf.impdate"
>
<c-date-picker
type=
"date"
v-model=
"model.recgrp.vrf.impdate"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000057')"
></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000055 : 发票号 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('dbcp.S0000055')"
prop=
"recgrp.vrf.invoino"
>
<c-input
v-model=
"model.recgrp.vrf.invoino"
maxlength=
"35"
:placeholder=
"$t('other.please_enter')+$t('dbcp.S0000055')"
></c-input>
</c-form-item>
</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/Dbcinf/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Dbcinf/index.vue
View file @
0a2f1e63
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"
对外付款/承兑通知书(查询)
"
>
<c-page
title=
"
汇出汇款
"
>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -24,6 +24,14 @@
<el-tab-pane
label=
"对外付款/承兑通知书-基础信息"
name=
"basp"
v-if=
"model.bopbut.basflg"
>
<m-basp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--dbcp PD000001 对外付款/承兑通知书-申报信息 -->
<!--
<el-tab-pane
label=
"对外付款/承兑通知书-申报信息"
name=
"dclp"
>
<m-dclp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--dbcp PD000002 对外付款/承兑通知书-核销信息 -->
<!--
<el-tab-pane
label=
"对外付款/承兑通知书-核销信息"
name=
"vrfp"
>
<m-vrfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -46,12 +54,16 @@ import Default from "~/model/Dbcinf/Default";
import
Pattern
from
"~/model/Dbcinf/Pattern"
;
import
Selection
from
"./Selection"
;
import
Basp
from
"./Basp"
;
import
Dclp
from
"./Dclp"
;
import
Vrfp
from
"./Vrfp"
;
export
default
{
name
:
"Dbcinf"
,
components
:
{
"m-selection"
:
Selection
,
"m-basp"
:
Basp
,
"m-dclp"
:
Dclp
,
"m-vrfp"
:
Vrfp
,
},
provide
()
{
return
{
...
...
@@ -68,7 +80,7 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
codes
:
{
...
CodeTable
},
};
},
methods
:
{
...
...
src/views/Business/Gitopn/Detp.vue
View file @
0a2f1e63
...
...
@@ -104,7 +104,7 @@
>
<c-input
disabled
rows=
"
6
"
rows=
"
7
"
type=
"textarea"
v-model=
"model.gidgrp.blk.covgodsrv"
maxlength=
"350"
...
...
src/views/Business/Gitopn/Preperp.vue
View file @
0a2f1e63
...
...
@@ -158,7 +158,7 @@
<c-input
disabled
type=
"textarea"
:rows=
"
6
"
:rows=
"
7
"
v-model=
"model.gidgrp.blk.preper"
maxlength=
"6500"
show-word-limit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment