Commit f41bb55b by jianglong

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 18fe490b 29ca89c6
......@@ -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" },
],
};
}
......
......@@ -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: "nam1", prop: "nam1", width: "auto" },
{ label: "nam2", prop: "nam2", width: "auto" },
{ label: "nam3", prop: "nam3", width: "auto" },
{ label: "str1", prop: "str1", width: "auto" },
{ label: "str2", prop: "str2", width: "auto" },
{ label: "adr1", prop: "adr1", width: "auto" },
{ label: "adr2", prop: "adr2", width: "auto" },
{ label: "adr3", 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" },
],
};
},
......
......@@ -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" },
],
};
},
......
......@@ -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" },
],
};
},
......
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