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