Commit fd38666c by cl

cl提交打包托收码值

parent a6fea434
...@@ -5811,5 +5811,11 @@ const CodeTable = { ...@@ -5811,5 +5811,11 @@ const CodeTable = {
{ label: "Outright, hold documents", value: "O" }, { label: "Outright, hold documents", value: "O" },
{ label: "Outright, return documents", value: "R" }, { label: "Outright, return documents", value: "R" },
], ],
colflg: [
{ label: "Cash Letter", value: "X" },
{ label: "Final Credit", value: "Z" },
{ label: "粤/深港票据交换", value: "G" },
{ label: "Other", value: "Y" },
],
} }
export default CodeTable; export default CodeTable;
\ No newline at end of file
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