Commit 627bbb2c by 李少勇

修改报文类型码表

parent 8a81667c
......@@ -4846,8 +4846,8 @@ const CodeTable = {
msgtyp3: [
{ label: "MT", value: "sf2" },
{ label: "ISO", value: "iso" },
{ label: "FMT", value: "txt" },
{ label: "CIPS", value: "xml" },
{ label: "FXPS", value: "fxp" },
{ label: "CIPS", value: "cps" },
],
mylx: [
{ label: "服务贸易", value: "F" },
......
......@@ -8,10 +8,10 @@ export default {
let mapData = {
sf2: 'MT',
iso: 'MX',
txt: 'FXPS',
xml: 'CIPS',
fxp: 'FXPS',
cps: 'CIPS',
}
let rtnmsg = await Api.post("/frontend/common/subtyp ", {
let rtnmsg = await Api.post("/frontend/common/subtyp", {
mty: mapData[firstKey]
});
if (rtnmsg.respCode == SUCCESS) {
......
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