添加网上申请后端数据模型
Showing
2 changed files
with
149 additions
and
2 deletions
staticJs/businessTemplate.js
0 → 100644
| 1 | var business = [ | ||
| 2 | { | ||
| 3 | "businessNo": "040211",//业务编码 | ||
| 4 | "businessName": "商品房过户",//业务名称 | ||
| 5 | "stepList": [//环节集合 | ||
| 6 | { | ||
| 7 | "stepNo": "130101",//环节编码 | ||
| 8 | "stepName": "信息效验",//环节名称 | ||
| 9 | "pageUrl": "/index.html",//环节指定页面 | ||
| 10 | "stepType": "write",//环节类型 | ||
| 11 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 12 | }, | ||
| 13 | { | ||
| 14 | "stepNo": "130102", | ||
| 15 | "stepName": "填报信息", | ||
| 16 | "pageUrl": "/index.html", | ||
| 17 | "stepType": "write",//环节类型 | ||
| 18 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "stepNo": "130103", | ||
| 22 | "stepName": "完税核税", | ||
| 23 | "pageUrl": "/index.html", | ||
| 24 | "stepType": "revenue",//环节类型 | ||
| 25 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 26 | }, | ||
| 27 | { | ||
| 28 | "stepNo": "130104", | ||
| 29 | "stepName": "身份认证", | ||
| 30 | "pageUrl": "/index.html", | ||
| 31 | "stepType": "identity",//环节类型 | ||
| 32 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 33 | }, | ||
| 34 | { | ||
| 35 | "stepNo": "130105", | ||
| 36 | "stepName": "资料审核", | ||
| 37 | "pageUrl": "/index.html", | ||
| 38 | "stepType": "audit",//环节类型 | ||
| 39 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | "stepNo": "130106", | ||
| 43 | "stepName": "线上缴费", | ||
| 44 | "pageUrl": "/index.html", | ||
| 45 | "stepType": "pay",//环节类型 | ||
| 46 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "stepNo": "130107", | ||
| 50 | "stepName": "生成电子证书", | ||
| 51 | "pageUrl": "/index.html", | ||
| 52 | "stepType": "certificate",//环节类型 | ||
| 53 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 54 | } | ||
| 55 | ] | ||
| 56 | }, | ||
| 57 | { | ||
| 58 | "businessNo": "040212",//业务编码 | ||
| 59 | "businessName": "商品房过户",//二手房过户(卖方) | ||
| 60 | "stepList": [//环节集合 | ||
| 61 | { | ||
| 62 | "stepNo": "130101",//环节编码 | ||
| 63 | "stepName": "信息效验",//环节名称 | ||
| 64 | "pageUrl": "/index.html",//环节指定页面 | ||
| 65 | "stepType": "write",//环节类型 | ||
| 66 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 67 | }, | ||
| 68 | { | ||
| 69 | "stepNo": "130102", | ||
| 70 | "stepName": "填报信息", | ||
| 71 | "pageUrl": "/index.html", | ||
| 72 | "stepType": "write",//环节类型 | ||
| 73 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 74 | }, | ||
| 75 | { | ||
| 76 | "stepNo": "130103", | ||
| 77 | "stepName": "完税核税", | ||
| 78 | "pageUrl": "/index.html", | ||
| 79 | "stepType": "revenue",//环节类型 | ||
| 80 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 81 | }, | ||
| 82 | { | ||
| 83 | "stepNo": "130104", | ||
| 84 | "stepName": "身份认证", | ||
| 85 | "pageUrl": "/index.html", | ||
| 86 | "stepType": "identity",//环节类型 | ||
| 87 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 88 | } | ||
| 89 | , | ||
| 90 | { | ||
| 91 | "stepNo": "130105", | ||
| 92 | "stepName": "资料审核", | ||
| 93 | "pageUrl": "/index.html", | ||
| 94 | "stepType": "audit",//环节类型 | ||
| 95 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 96 | }, | ||
| 97 | ] | ||
| 98 | }, | ||
| 99 | { | ||
| 100 | "businessNo": "040212",//业务编码 | ||
| 101 | "businessName": "商品房过户",//二手房过户(买方) | ||
| 102 | "stepList": [//环节集合 | ||
| 103 | { | ||
| 104 | "stepNo": "130102", | ||
| 105 | "stepName": "填报信息", | ||
| 106 | "pageUrl": "/index.html", | ||
| 107 | "stepType": "write",//环节类型 | ||
| 108 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 109 | }, | ||
| 110 | { | ||
| 111 | "stepNo": "130103", | ||
| 112 | "stepName": "完税核税", | ||
| 113 | "pageUrl": "/index.html", | ||
| 114 | "stepType": "revenue",//环节类型 | ||
| 115 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 116 | }, | ||
| 117 | { | ||
| 118 | "stepNo": "130104", | ||
| 119 | "stepName": "身份认证", | ||
| 120 | "pageUrl": "/index.html", | ||
| 121 | "stepType": "identity",//环节类型 | ||
| 122 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 123 | }, | ||
| 124 | { | ||
| 125 | "stepNo": "130105", | ||
| 126 | "stepName": "资料审核", | ||
| 127 | "pageUrl": "/index.html", | ||
| 128 | "stepType": "audit",//环节类型 | ||
| 129 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 130 | }, | ||
| 131 | { | ||
| 132 | "stepNo": "130106", | ||
| 133 | "stepName": "线上缴费", | ||
| 134 | "pageUrl": "/index.html", | ||
| 135 | "stepType": "pay",//环节类型 | ||
| 136 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 137 | }, | ||
| 138 | { | ||
| 139 | "stepNo": "130107", | ||
| 140 | "stepName": "生成电子证书", | ||
| 141 | "pageUrl": "/index.html", | ||
| 142 | "stepType": "certificate",//环节类型 | ||
| 143 | "stepState": 1,//0:未办理 1:已办理 2:正在办理 | ||
| 144 | } | ||
| 145 | ] | ||
| 146 | } | ||
| 147 | ] | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| ... | @@ -94,13 +94,13 @@ | ... | @@ -94,13 +94,13 @@ |
| 94 | <script id="demo" type="text/html"> | 94 | <script id="demo" type="text/html"> |
| 95 | {{# layui.each(d.list, function(index, item){ }} | 95 | {{# layui.each(d.list, function(index, item){ }} |
| 96 | <li> | 96 | <li> |
| 97 | <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./xwxq.html" target="_blank"> | 97 | <a class="left-top" title=" {{ item.headline }}" href="./xwxq.html" target="_blank"> |
| 98 | {{ item.headline }} | 98 | {{ item.headline }} |
| 99 | </a> | 99 | </a> |
| 100 | <a class="xw" href="./xwxq.html" target="_blank"> | 100 | <a class="xw" href="./xwxq.html" target="_blank"> |
| 101 | <div class="xw-left"> | 101 | <div class="xw-left"> |
| 102 | <img | 102 | <img |
| 103 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 103 | src="{{ item.cover }}"> |
| 104 | </div> | 104 | </div> |
| 105 | <div class="xw-right"> | 105 | <div class="xw-right"> |
| 106 | <div class="left-body"> | 106 | <div class="left-body"> | ... | ... |
-
Please register or sign in to post a comment