Commit a4081d00 authored by 鲁鑫's avatar 鲁鑫

供应商银行信息调整

parent 36f5de29
...@@ -473,18 +473,18 @@ function loadSuppliersBankListGrid() { ...@@ -473,18 +473,18 @@ function loadSuppliersBankListGrid() {
display: "账户持有人姓名", name: "koinh", width: 120, minWidth: 60, type: "String", align: "left", display: "账户持有人姓名", name: "koinh", width: 120, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} editor: {type: 'text', required: false}
}, },
{ // {
display: "银行控制代码", name: "bkont", width: 140, minWidth: 60, type: "String", align: "left", // display: "银行控制代码", name: "bkont", width: 140, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
}, // },
{ // {
display: "对方开户行类型", name: "bvtyp", width: 160, minWidth: 60, type: "String", align: "left", // display: "对方开户行类型", name: "bvtyp", width: 160, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
}, // },
{ // {
display: "分行", name: "brnch", width: 200, minWidth: 60, type: "String", align: "left", // display: "分行", name: "brnch", width: 200, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
} // }
], ],
dataAction: "server", dataAction: "server",
......
...@@ -466,18 +466,18 @@ function loadSuppliersBankListGrid() { ...@@ -466,18 +466,18 @@ function loadSuppliersBankListGrid() {
display: "账户持有人姓名", name: "koinh", width: 120, minWidth: 60, type: "String", align: "left", display: "账户持有人姓名", name: "koinh", width: 120, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} editor: {type: 'text', required: false}
}, },
{ // {
display: "银行控制代码", name: "bkont", width: 140, minWidth: 60, type: "String", align: "left", // display: "银行控制代码", name: "bkont", width: 140, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
}, // },
{ // {
display: "对方开户行类型", name: "bvtyp", width: 160, minWidth: 60, type: "String", align: "left", // display: "对方开户行类型", name: "bvtyp", width: 160, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
}, // },
{ // {
display: "分行", name: "brnch", width: 200, minWidth: 60, type: "String", align: "left", // display: "分行", name: "brnch", width: 200, minWidth: 60, type: "String", align: "left",
editor: {type: 'text', required: false} // editor: {type: 'text', required: false}
} // }
], ],
dataAction: "server", dataAction: "server",
......
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