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
6ead5f36
Commit
6ead5f36
authored
Nov 22, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改成中文
parent
cf9f61fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
37 deletions
+37
-37
ActInfo.vue
src/views/Statics/Dbipty/ActInfo.vue
+5
-5
AdrInfo.vue
src/views/Statics/Dbipty/AdrInfo.vue
+0
-0
AdrList.vue
src/views/Statics/Dbipty/AdrList.vue
+12
-12
PtcInfo.vue
src/views/Statics/Dbipty/PtcInfo.vue
+6
-6
PtyInfo.vue
src/views/Statics/Dbipty/PtyInfo.vue
+0
-0
RatInfo.vue
src/views/Statics/Dbipty/RatInfo.vue
+14
-14
No files found.
src/views/Statics/Dbipty/ActInfo.vue
View file @
6ead5f36
...
...
@@ -10,11 +10,11 @@ export default {
data
()
{
return
{
columns
:
[
{
label
:
"
typ
"
,
prop
:
"typ"
,
width
:
"auto"
},
{
label
:
"
cur
"
,
prop
:
"cur"
,
width
:
"auto"
},
{
label
:
"
extkey
"
,
prop
:
"extkey"
,
width
:
"auto"
},
{
label
:
"
trmtyp
"
,
prop
:
"trmtyp"
,
width
:
"auto"
},
{
label
:
"
nam
"
,
prop
:
"nam"
,
width
:
"auto"
},
{
label
:
"
账号类型
"
,
prop
:
"typ"
,
width
:
"auto"
},
{
label
:
"
账号币种
"
,
prop
:
"cur"
,
width
:
"auto"
},
{
label
:
"
账号
"
,
prop
:
"extkey"
,
width
:
"auto"
},
{
label
:
"
科目代码
"
,
prop
:
"trmtyp"
,
width
:
"auto"
},
{
label
:
"
账号名称
"
,
prop
:
"nam"
,
width
:
"auto"
},
],
};
}
...
...
src/views/Statics/Dbipty/AdrInfo.vue
View file @
6ead5f36
This diff is collapsed.
Click to expand it.
src/views/Statics/Dbipty/AdrList.vue
View file @
6ead5f36
...
...
@@ -97,18 +97,18 @@ export default {
operate
:
""
,
operateIdx
:
0
,
columns
:
[
{
label
:
"
usgpat
"
,
prop
:
"usgpat"
,
width
:
"auto"
},
{
label
:
"
adrstapat
"
,
prop
:
"adrstapat"
,
width
:
"auto"
},
{
label
:
"
extkey
"
,
prop
:
"extkey"
,
width
:
"auto"
},
{
label
:
"
bic
"
,
prop
:
"bic"
,
width
:
"auto"
},
{
label
:
"
nam
1"
,
prop
:
"nam1"
,
width
:
"auto"
},
{
label
:
"
nam
2"
,
prop
:
"nam2"
,
width
:
"auto"
},
{
label
:
"
nam
3"
,
prop
:
"nam3"
,
width
:
"auto"
},
{
label
:
"
str
1"
,
prop
:
"str1"
,
width
:
"auto"
},
{
label
:
"
str
2"
,
prop
:
"str2"
,
width
:
"auto"
},
{
label
:
"
adr
1"
,
prop
:
"adr1"
,
width
:
"auto"
},
{
label
:
"
adr
2"
,
prop
:
"adr2"
,
width
:
"auto"
},
{
label
:
"
adr
3"
,
prop
:
"adr3"
,
width
:
"auto"
},
{
label
:
"
地址使用代码
"
,
prop
:
"usgpat"
,
width
:
"auto"
},
{
label
:
"
地址状态
"
,
prop
:
"adrstapat"
,
width
:
"auto"
},
{
label
:
"
地址关键字
"
,
prop
:
"extkey"
,
width
:
"auto"
},
{
label
:
"
通知行SWIFT代码
"
,
prop
:
"bic"
,
width
:
"auto"
},
{
label
:
"
名称
1"
,
prop
:
"nam1"
,
width
:
"auto"
},
{
label
:
"
名称
2"
,
prop
:
"nam2"
,
width
:
"auto"
},
{
label
:
"
名称
3"
,
prop
:
"nam3"
,
width
:
"auto"
},
{
label
:
"
街道
1"
,
prop
:
"str1"
,
width
:
"auto"
},
{
label
:
"
街道
2"
,
prop
:
"str2"
,
width
:
"auto"
},
{
label
:
"
地址
1"
,
prop
:
"adr1"
,
width
:
"auto"
},
{
label
:
"
地址
2"
,
prop
:
"adr2"
,
width
:
"auto"
},
{
label
:
"
地址
3"
,
prop
:
"adr3"
,
width
:
"auto"
},
],
};
},
...
...
src/views/Statics/Dbipty/PtcInfo.vue
View file @
6ead5f36
...
...
@@ -10,12 +10,12 @@ export default {
data
()
{
return
{
columns
:
[
{
label
:
"
gen
"
,
prop
:
"gen"
,
width
:
"auto"
},
{
label
:
"
nam
"
,
prop
:
"nam"
,
width
:
"auto"
},
{
label
:
"
dep
"
,
prop
:
"dep"
,
width
:
"auto"
},
{
label
:
"
teloff
"
,
prop
:
"teloff"
,
width
:
"auto"
},
{
label
:
"
eml
"
,
prop
:
"eml"
,
width
:
"auto"
},
{
label
:
"
telfax
"
,
prop
:
"telfax"
,
width
:
"auto"
},
{
label
:
"
性别
"
,
prop
:
"gen"
,
width
:
"auto"
},
{
label
:
"
联系人名称
"
,
prop
:
"nam"
,
width
:
"auto"
},
{
label
:
"
部门
"
,
prop
:
"dep"
,
width
:
"auto"
},
{
label
:
"
办公电话
"
,
prop
:
"teloff"
,
width
:
"auto"
},
{
label
:
"
电子邮箱地址
"
,
prop
:
"eml"
,
width
:
"auto"
},
{
label
:
"
电传
"
,
prop
:
"telfax"
,
width
:
"auto"
},
],
};
},
...
...
src/views/Statics/Dbipty/PtyInfo.vue
View file @
6ead5f36
This diff is collapsed.
Click to expand it.
src/views/Statics/Dbipty/RatInfo.vue
View file @
6ead5f36
...
...
@@ -21,22 +21,22 @@ export default {
data
()
{
return
{
ptyratColumns
:
[
{
label
:
"
cur
"
,
prop
:
"cur"
,
width
:
"auto"
},
{
label
:
"
buytyp
"
,
prop
:
"buytyp"
,
width
:
"auto"
},
{
label
:
"
buyrat
"
,
prop
:
"buyrat"
,
width
:
"auto"
},
{
label
:
"
seltyp
"
,
prop
:
"seltyp"
,
width
:
"auto"
},
{
label
:
"
selrat
"
,
prop
:
"selrat"
,
width
:
"auto"
},
{
label
:
"
币种
"
,
prop
:
"cur"
,
width
:
"auto"
},
{
label
:
"
买价优惠类型
"
,
prop
:
"buytyp"
,
width
:
"auto"
},
{
label
:
"
买价优惠比例
"
,
prop
:
"buyrat"
,
width
:
"auto"
},
{
label
:
"
卖价优惠类型
"
,
prop
:
"seltyp"
,
width
:
"auto"
},
{
label
:
"
卖价优惠比例
"
,
prop
:
"selrat"
,
width
:
"auto"
},
],
fecColumns
:
[
{
label
:
"
codFee
"
,
prop
:
"codFee"
,
width
:
"auto"
},
{
label
:
"
begdat
"
,
prop
:
"begdat"
,
width
:
"auto"
},
{
label
:
"
enddat
"
,
prop
:
"enddat"
,
width
:
"auto"
},
{
label
:
"
calcbs
"
,
prop
:
"calcbs"
,
width
:
"auto"
},
{
label
:
"
mincur
"
,
prop
:
"mincur"
,
width
:
"auto"
},
{
label
:
"
minamt
"
,
prop
:
"minamt"
,
width
:
"auto"
},
{
label
:
"
maxamt
"
,
prop
:
"maxamt"
,
width
:
"auto"
},
{
label
:
"
untamt
"
,
prop
:
"untamt"
,
width
:
"auto"
},
{
label
:
"
ratcal
"
,
prop
:
"ratcal"
,
width
:
"auto"
},
{
label
:
"
费用代码
"
,
prop
:
"codFee"
,
width
:
"auto"
},
{
label
:
"
起始日期
"
,
prop
:
"begdat"
,
width
:
"auto"
},
{
label
:
"
终止日期
"
,
prop
:
"enddat"
,
width
:
"auto"
},
{
label
:
"
费用计算基准金额
"
,
prop
:
"calcbs"
,
width
:
"auto"
},
{
label
:
"
最小金额的币种
"
,
prop
:
"mincur"
,
width
:
"auto"
},
{
label
:
"
最小金额
"
,
prop
:
"minamt"
,
width
:
"auto"
},
{
label
:
"
最大金额
"
,
prop
:
"maxamt"
,
width
:
"auto"
},
{
label
:
"
每份的费用金额
"
,
prop
:
"untamt"
,
width
:
"auto"
},
{
label
:
"
计算费率
"
,
prop
:
"ratcal"
,
width
:
"auto"
},
],
};
},
...
...
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