123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- window.PLATFROM_CONFIG = {
- baseNewUrl: 'http://10.211.67.163:16300',
- baseUrl: 'http://10.211.67.163:16300',
- appSecret: '9inu7zpllz1folzsljm498dcpi0lsog1',
- appId: 'q7kdjmmaf0kerwpf',
- baseURLCA: 'http://10.211.67.163:16300',
- baggageMessageURL: '/openApi/query'
- }
- window.DATACONTENT_ID = {
-
- loginId: 36,
-
- baggageTypeId: 86,
- advacedQueryId: 30,
-
- accountTableId: 78,
- accountRoleId: 43,
- accountDetailsId: 45,
-
- roleTableId: 59,
- roleDetailsId: 62,
- roleAuthId: 42,
-
- authTreeId: 40,
-
- sysSourceId: 13,
- sysProtoTabId: 1,
- sysServiceTabId: 2,
- sysServiceOutTabId: 7,
- sysServiceJqTabId: 3,
- sysQueryTabId: 4,
- sysQueryEditId: 24,
- sysQueryChildTabId: 25,
- sysQueryChildEditTabId: 26,
- sysDataTabId: 5,
- sysDataChildTabId: 9,
- sysLogTabId: 12,
- sysDataEditId: 57,
- sysServiceXyId: 15,
- sysServiceEditId: 23,
- sysServiceTopId: 32,
- sysServiceTopTableId: 31,
- sysServiceNodeListId: 89,
-
- arrivalAirId: 67,
- arrivalTableId: 38,
-
- departureAirMainId: 65,
- departureTableMainId: 66,
-
- departureAirId: 72,
- departureAviJoinId: 71,
- departureAviLeaveId: 74,
- departureTableId: 69,
-
- departureAirLtId: 72,
- departureAviJoinLtId: 71,
- departureAviLeaveLtId: 74,
- departureTableLtId: 68,
-
- flightAirline: 1141,
- flightInfo: 1142,
- flightContainer: 41,
- flightBaggage: 1144,
-
- baggageBasicInfo: 255,
- baggageAirline: 18009,
- baggageTrack: 18010,
- baggageDetails: 44,
- baggageMessage: 3066,
-
- deployNodeId: 54,
- deployNodeteoId: 60,
- deployNodeThreeId: 64,
- airlineTableId: 80,
- airportTableId: 79,
- airportTreeId: 58,
- bagTableId: 55,
-
- airlineOptions: 1806,
- areaOptions: 1807,
- AirportId: 1808,
- TerminalId: 1809,
- byOther: 1810,
- byArea: 1811,
- withBaggageByOther: 1812,
- withBaggageByArea: 1814,
- baggageByOther: 1815,
- baggageByArea: 1816,
- notDelByOther: 1817,
- notDelByArea: 1818,
- baggagePassengerByOther: 1819,
- baggagePassengerByArea: 1820,
- specialBaggageByOther: 1821,
- specialBaggageByArea: 1822,
- abnormalBaggageByOther: 1823,
- abnormalBaggageByArea: 1824,
- complaintBaggageByOther: 1825,
- complaintBaggageByArea: 1826,
- compensationBaggageByOther: 1827,
- compensationBaggageByArea: 1828,
- compensationByOther: 1829,
- compensationByArea: 1830,
- baggageAverageByOther: 1831,
- baggageAverageByArea: 1832,
- nodeRange: 1801,
- nodeAirline: 1802,
- nodeAirport: 1803,
- nodeAll: 1804,
- nodeIn: 1804,
- nodeOut: 1804,
- nodeExportAirline: 1805,
- nodeExportAirport: 1805,
- nodeAxisDesc: 90
- }
- window.SERVICE_ID = {
-
- accountScId: 17,
- roleScId: 16,
-
- roleMsgId: 14,
- roleMsgTreeId: 15,
- roleMsgAuthId: 20,
-
- authScId: 13,
- sysProtoTabId: 1,
- sysServiceAddId: 3,
- sysServiceEditBoxId: 4,
- sysQueryTabId: 5,
- sysServiceAddXyId: 10,
- sysDataTabId: 9
- }
- window.LOOP_INTERVAL = {
- arrivalTable: 5 * 1000,
- departureTable: 5 * 1000,
- transferArrivalTable: 5 * 1000,
- transferDepartureTable: 5 * 1000,
- baggageTrack: 5 * 1000,
- baggageDetails: 5 * 1000,
- baggageMessage: 15 * 1000
- }
|