| 1234567891011121314151617181920212223 |
- window.CONFIG = {
- // 服务端配置
- OAUTH_URL: 'http://121.43.55.7:10086/oauth',
- DMS_URL: 'http://121.43.55.7:10081/dms',
- ONEMAP_URL: 'http://121.43.55.7:2120/autoLogin',
- SQ_URL: 'http://121.43.55.7:10026/shenqin',
- //1743:在管项目 1783:待办项目 1779:投标/续标 1838:招标公告 1837:招标意向 1821:招标监控 1781:开标监控
- // 1839:结果公告 1813:业态服务栏目 1809:行政编码及片区 1832:澄清公告栏目 1833:续签项目栏目
- COLUMNIDARR:[1743,1783,1779,1838,1837,1821,1781,1839,1813,1809,1832,1833],
- //1852:投标/续标栏目 1955:招标公告栏目 1930:招标监控 1854:开标监控 1954:意向公告 1948:澄清公告栏目 1950:续签项目栏目
- MODELIDARR:[1852,1955,1930,1854,1954,1948,1950],
- TASKLIST: [
- { id: 1, seq:2, type: 1, text: '客户回访与续标意向确认', done: false,create_time:'',username:'',userid:''},
- { id: 2, seq:2, type: 1, text: '现场踏勘与服务评估', done: false,create_time:'',username:'',userid:''},
- { id: 3, seq:3, type: 1, text: '关注招标公告发布(监控中)', done: false,create_time:'',username:'',userid:''},
- { id: 4, seq:4, type: 1, text: '报名并获取招标公告', done: false,create_time:'',username:'',userid:''},
- { id: 5, seq:4, type: 1, text: '标书需求拆解与生成', done: false,create_time:'',username:'',userid:''},
- { id: 6, seq:5, type: 1, text: '登记投标信息', done: false,create_time:'',username:'',userid:''},
- { id: 7, seq:6, type: 1, text: '开标标书监控', done: false,create_time:'',username:'',userid:''},
- { id: 8, seq:7, type: 1, text: '中标确认与部门推送', done: false,create_time:'',username:'',userid:''},
- ]
- }
|