Commit ac93bc84 by liaoxing

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents 0b705033 40b6e063
...@@ -329,7 +329,8 @@ export default { ...@@ -329,7 +329,8 @@ export default {
columns: [ columns: [
{ {
label: "托收编号", label: "托收编号",
prop: "ownref", prop: "seaownref",
// prop: "ownref",
}, },
{ {
label: "客户经理", label: "客户经理",
...@@ -337,67 +338,67 @@ export default { ...@@ -337,67 +338,67 @@ export default {
}, },
{ {
label: "开立日期", label: "开立日期",
prop: "maxcur", prop: "opndat",
}, },
{ {
label: "关闭日期", label: "关闭日期",
prop: "maxamt", prop: "clsdat",
}, },
{ {
label: "分行名称", label: "分行名称",
prop: "opndat", prop: "bchname",
}, },
{ {
label: "付款人编号", label: "付款人编号",
prop: "aplref", prop: "dreExtkey",
}, },
{ {
label: "付款人", label: "付款人姓名",
prop: "aplnam", prop: "dreNam",
}, },
{ {
label: "PTA NO.", label: "收款人PTAINR",
prop: "benefi", prop: "drrPtainr",
}, },
{ {
label: "收款人编号", label: "收款人编号",
prop: "bankno", prop: "drrExtkey",
}, },
{ {
label: "收款人", label: "收款人姓名",
prop: "clsdat", prop: "drrNam",
}, },
{ {
label: "Invoice No.", label: "收款人ref",
prop: "stagod", prop: "drrRef",
}, },
{ {
label: "Drawer CN", label: "PTA NAME",
prop: "stagod", prop: "ptaNam",
}, },
{ {
label: "代收行编号", label: "代收行编号",
prop: "stagod", prop: "colExtkey",
}, },
{ {
label: "代收行", label: "代收行名称",
prop: "stagod", prop: "colNam",
}, },
{ {
label: "金额币种", label: "金额币种",
prop: "stagod", prop: "seacur",
}, },
{ {
label: "托收金额", label: "托收金额",
prop: "stagod", prop: "maxamt",
}, },
{ {
label: "余额币种", label: "余额",
prop: "stagod", prop: "opnamt",
}, },
{ {
label: "托收余额", label: "余额币种",
prop: "stagod", prop: "opncur",
}, },
], ],
data: [], data: [],
......
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