Commit 0923df7c by “yanyuxin”

inttyp字段码表更新

parent d4c156ae
......@@ -3852,8 +3852,12 @@ const CodeTable = {
{ label: "按周计息", value: "A" },
],
inttyp: [
{ label: "先收息", value: "1" },
{ label: "后收息", value: "2" },
{label: "从融资本金中扣收", value: "1"},
{label: "从扣息账户中扣收", value: "2"},
],
lprtyp:[
{label: "1YLPR", value: "1"},
{label: "5YLPR", value: "2"},
],
invpea: [
{ label: "非涉农贷款", value: "05" },
......
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