Commit 6a8d28e5 by 王勇飞

gyq

parent cb19cff0
...@@ -175,7 +175,6 @@ class BizOptCtl extends CtlBase { ...@@ -175,7 +175,6 @@ class BizOptCtl extends CtlBase {
"data":"", "data":"",
"requestId":"" "requestId":""
}; };
} }
catch(error){ catch(error){
console.log("TTTTTTTTTTTTTTTTTTTTTTT"); console.log("TTTTTTTTTTTTTTTTTTTTTTT");
......
...@@ -27,7 +27,11 @@ module.exports = { ...@@ -27,7 +27,11 @@ module.exports = {
"taxControlCase": "税控申请", "taxControlCase": "税控申请",
"sealSevCase": "刻章服务", "sealSevCase": "刻章服务",
"icChangeCase": "工商变更", "icChangeCase": "工商变更",
"ssOpenCase": "社保开户" "ssOpenCase": "社保开户",
"ICP":"icp",
"EDI":"edi",
"ICPANNUALREPORT":"icp年报",
"EDIANNUALREPORT":"edi年报"
}, },
"businessStatus": {//商机状态 "businessStatus": {//商机状态
...@@ -291,7 +295,11 @@ module.exports = { ...@@ -291,7 +295,11 @@ module.exports = {
"/ic/regaddr/": "regAddrCase", "/ic/regaddr/": "regAddrCase",
"/ic/gsnb/": "icCheckCase", "/ic/gsnb/": "icCheckCase",
"/ic/gschangs/": "icChangeCase", "/ic/gschangs/": "icChangeCase",
"/ic/sbopen/": "ssOpenCase" "/ic/sbopen/": "ssOpenCase",
"/qcfw/icp/":"ICP",
"/qcfw/edi/":"EDI",
"/qcfw/icpannals/":"ICPANNUALREPORT",
"/qcfw/ediannals/":"EDIANNUALREPORT"
}, },
"fdyDict": {//产品反对应关系 "fdyDict": {//产品反对应关系
"companyCase": "/ic/gsreg/", "companyCase": "/ic/gsreg/",
...@@ -304,7 +312,11 @@ module.exports = { ...@@ -304,7 +312,11 @@ module.exports = {
"regAddrCase": "/ic/regaddr/", "regAddrCase": "/ic/regaddr/",
"icCheckCase": "/ic/gsnb/", "icCheckCase": "/ic/gsnb/",
"icChangeCase": "/ic/gschangs/", "icChangeCase": "/ic/gschangs/",
"ssOpenCase": "/ic/sbopen/" "ssOpenCase": "/ic/sbopen/",
"ICP":"/qcfw/icp/",
"EDI":"/qcfw/edi/",
"ICPANNUALREPORT":"/qcfw/icpannals/",
"EDIANNUALREPORT":"/qcfw/ediannals/"
}, },
"ddyDict": {//和庄冰的交付单对应关系 "ddyDict": {//和庄冰的交付单对应关系
"paid": 1, "paid": 1,
......
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