Commit 59cd969b by zenghuan

处理状态码表修改

parent 21126c64
......@@ -9516,22 +9516,16 @@ const CodeTable = {
{label: "失败", value: "FAIL"},
{label: "异常", value: "ERROR"},
],
sta1: [{label: "Newly build", value: "H"},
{label: "Pending", value: "W"},
{label: "Processed", value: "D"},
{label: "Closed volume", value: "F"},
{label: "Redistribute", value: "R"},
{label: "Automatic processing", value: "A"},
{label: "To be processed manually", value: "X"},
{label: "Processing error", value: "E"},
{label: "Interface intermediate status", value: "O"},
{label: "To be rechecked manually", value: "V"},
{label: "Message discarding", value: "G"},
{label: "Return message editing", value: "C"},
{label: "Message waiting for release", value: "L"},
{label: "Suspected blacklist", value: "B"},
{label: "Suspected blacklist", value: "Y"},
{label: "Large forehead position does not match", value: "P"},
sta1: [
{label: "新建", value: "N"},
{label: "待处理", value: "W"},
{label: "己处理", value: "D"},
{label: "忽略处理", value: "F"},
{label: "重新分发", value: "R"},
{label: "待验证", value: "V"},
{label: "禁止处理", value: "B"},
{label: "待复核", value: "Q"},
{label: "取消忽略", value: "G"},
],
elctyp: [
{value: "102", label: "elcs.102.001.01"},
......
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