Commit 9ab0b747 by 李少勇

修改报文标准的cps为nxy

parent 45bf0ea6
...@@ -4847,7 +4847,7 @@ const CodeTable = { ...@@ -4847,7 +4847,7 @@ const CodeTable = {
{ label: "MT", value: "sf2" }, { label: "MT", value: "sf2" },
{ label: "ISO", value: "iso" }, { label: "ISO", value: "iso" },
{ label: "FXPS", value: "fxp" }, { label: "FXPS", value: "fxp" },
{ label: "CIPS", value: "cps" }, { label: "NXY", value: "nxy" },
], ],
mylx: [ mylx: [
{ label: "服务贸易", value: "F" }, { label: "服务贸易", value: "F" },
......
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
sf2: 'MT', sf2: 'MT',
iso: 'MX', iso: 'MX',
fxp: 'FXPS', fxp: 'FXPS',
cps: 'CIPS', nxy: 'NXY',
} }
let rtnmsg = await Api.post("/frontend/common/subtyp", { let rtnmsg = await Api.post("/frontend/common/subtyp", {
mty: mapData[firstKey] mty: mapData[firstKey]
......
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