Commit 0cf6e34272bbbae1b852402ace1b1bb4dfd47206
Merge branch 'minhang' of http://222.66.0.204:8090/panzhaov5/bsth_control into minhang
Showing
6 changed files
with
1941 additions
and
1939 deletions
src/main/java/com/bsth/controller/DownloadController.java
| @@ -31,12 +31,14 @@ public class DownloadController | @@ -31,12 +31,14 @@ public class DownloadController | ||
| 31 | @RequestMapping("download") | 31 | @RequestMapping("download") |
| 32 | public ResponseEntity<byte[]> download(String fileName) throws IOException { | 32 | public ResponseEntity<byte[]> download(String fileName) throws IOException { |
| 33 | fileName = fileName+".xls"; | 33 | fileName = fileName+".xls"; |
| 34 | - String moudelPath = this.getClass().getResource("/").getPath()+ "static\\pages\\forms\\export\\"+fileName; | 34 | + String moudelPath = this.getClass().getResource("/").getPath()+ "static\\pages\\forms\\export\\"+fileName; |
| 35 | + System.out.println(moudelPath); | ||
| 35 | // String path="D:\\export\\target\\"+jName+".xls"; | 36 | // String path="D:\\export\\target\\"+jName+".xls"; |
| 36 | File file=new File(moudelPath); | 37 | File file=new File(moudelPath); |
| 37 | HttpHeaders headers = new HttpHeaders(); | 38 | HttpHeaders headers = new HttpHeaders(); |
| 38 | String realFileName=new String(fileName.getBytes("UTF-8"),"iso-8859-1");//为了解决中文名称乱码问题 | 39 | String realFileName=new String(fileName.getBytes("UTF-8"),"iso-8859-1");//为了解决中文名称乱码问题 |
| 39 | - headers.setContentDispositionFormData("attachment", URLDecoder.decode(realFileName,"utf-8")); | 40 | + headers.setContentDispositionFormData("attachment", URLDecoder.decode(realFileName,"utf-8")); |
| 41 | + System.out.println(realFileName); | ||
| 40 | headers.setContentType(MediaType.APPLICATION_OCTET_STREAM); | 42 | headers.setContentType(MediaType.APPLICATION_OCTET_STREAM); |
| 41 | return new ResponseEntity<byte[]>(FileUtils.readFileToByteArray(file), | 43 | return new ResponseEntity<byte[]>(FileUtils.readFileToByteArray(file), |
| 42 | headers, HttpStatus.CREATED); | 44 | headers, HttpStatus.CREATED); |
src/main/java/com/bsth/repository/realcontrol/ScheduleRealInfoRepository.java
| @@ -27,7 +27,7 @@ public interface ScheduleRealInfoRepository extends BaseRepository<ScheduleRealI | @@ -27,7 +27,7 @@ public interface ScheduleRealInfoRepository extends BaseRepository<ScheduleRealI | ||
| 27 | @Query(value="select min(s.id), s.jGh,s.clZbh,s.lpName,s.jName from ScheduleRealInfo s where s.xlBm = ?1 and DATE_FORMAT(s.scheduleDate,'%Y-%m-%d') = ?2 GROUP BY s.jGh,s.clZbh,s.lpName ,s.jName order by (lpName+1)") | 27 | @Query(value="select min(s.id), s.jGh,s.clZbh,s.lpName,s.jName from ScheduleRealInfo s where s.xlBm = ?1 and DATE_FORMAT(s.scheduleDate,'%Y-%m-%d') = ?2 GROUP BY s.jGh,s.clZbh,s.lpName ,s.jName order by (lpName+1)") |
| 28 | List<ScheduleRealInfo> queryUserInfo2(String line,String date); | 28 | List<ScheduleRealInfo> queryUserInfo2(String line,String date); |
| 29 | 29 | ||
| 30 | - @Query(value="select min(s.id), s.clZbh from ScheduleRealInfo s where s.xlBm = ?1 and DATE_FORMAT(s.scheduleDate,'%Y-%m-%d') = ?2 GROUP BY s.clZbh order by (lpName+1)") | 30 | + @Query(value="select min(s.id), s.clZbh from ScheduleRealInfo s where s.xlBm = ?1 and DATE_FORMAT(s.scheduleDate,'%Y-%m-%d') = ?2 GROUP BY s.clZbh ") |
| 31 | List<ScheduleRealInfo> queryUserInfo3(String line,String date); | 31 | List<ScheduleRealInfo> queryUserInfo3(String line,String date); |
| 32 | 32 | ||
| 33 | @Query(value="select s from ScheduleRealInfo s where s.jName = ?1 and s.clZbh = ?2 and s.lpName = ?3 order by bcs") | 33 | @Query(value="select s from ScheduleRealInfo s where s.jName = ?1 and s.clZbh = ?2 and s.lpName = ?3 order by bcs") |
src/main/resources/datatools/ktrs/scheduleRuleDataInput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>scheduleRuleDataInput</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <directory>/</directory> | ||
| 10 | - <parameters> | ||
| 11 | - </parameters> | ||
| 12 | - <log> | ||
| 13 | -<trans-log-table><connection/> | ||
| 14 | -<schema/> | ||
| 15 | -<table/> | ||
| 16 | -<size_limit_lines/> | ||
| 17 | -<interval/> | ||
| 18 | -<timeout_days/> | ||
| 19 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 20 | -<perf-log-table><connection/> | ||
| 21 | -<schema/> | ||
| 22 | -<table/> | ||
| 23 | -<interval/> | ||
| 24 | -<timeout_days/> | ||
| 25 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 26 | -<channel-log-table><connection/> | ||
| 27 | -<schema/> | ||
| 28 | -<table/> | ||
| 29 | -<timeout_days/> | ||
| 30 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 31 | -<step-log-table><connection/> | ||
| 32 | -<schema/> | ||
| 33 | -<table/> | ||
| 34 | -<timeout_days/> | ||
| 35 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 36 | -<metrics-log-table><connection/> | ||
| 37 | -<schema/> | ||
| 38 | -<table/> | ||
| 39 | -<timeout_days/> | ||
| 40 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 41 | - </log> | ||
| 42 | - <maxdate> | ||
| 43 | - <connection/> | ||
| 44 | - <table/> | ||
| 45 | - <field/> | ||
| 46 | - <offset>0.0</offset> | ||
| 47 | - <maxdiff>0.0</maxdiff> | ||
| 48 | - </maxdate> | ||
| 49 | - <size_rowset>10000</size_rowset> | ||
| 50 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 51 | - <sleep_time_full>50</sleep_time_full> | ||
| 52 | - <unique_connections>N</unique_connections> | ||
| 53 | - <feedback_shown>Y</feedback_shown> | ||
| 54 | - <feedback_size>50000</feedback_size> | ||
| 55 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 56 | - <shared_objects_file/> | ||
| 57 | - <capture_step_performance>N</capture_step_performance> | ||
| 58 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 59 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 60 | - <dependencies> | ||
| 61 | - </dependencies> | ||
| 62 | - <partitionschemas> | ||
| 63 | - </partitionschemas> | ||
| 64 | - <slaveservers> | ||
| 65 | - </slaveservers> | ||
| 66 | - <clusterschemas> | ||
| 67 | - </clusterschemas> | ||
| 68 | - <created_user>-</created_user> | ||
| 69 | - <created_date>2017/01/09 10:10:36.915</created_date> | ||
| 70 | - <modified_user>-</modified_user> | ||
| 71 | - <modified_date>2017/01/09 10:10:36.915</modified_date> | ||
| 72 | - <key_for_session_key/> | ||
| 73 | - <is_key_private>N</is_key_private> | ||
| 74 | - </info> | ||
| 75 | - <notepads> | ||
| 76 | - </notepads> | ||
| 77 | - <connection> | ||
| 78 | - <name>bus_control_variable</name> | ||
| 79 | - <server>${v_db_ip}</server> | ||
| 80 | - <type>MYSQL</type> | ||
| 81 | - <access>Native</access> | ||
| 82 | - <database>${v_db_dname}</database> | ||
| 83 | - <port>3306</port> | ||
| 84 | - <username>${v_db_uname}</username> | ||
| 85 | - <password>${v_db_pwd}</password> | ||
| 86 | - <servername/> | ||
| 87 | - <data_tablespace/> | ||
| 88 | - <index_tablespace/> | ||
| 89 | - <attributes> | ||
| 90 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 91 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 92 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 93 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 94 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 95 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 96 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 97 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 98 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 99 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 100 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 101 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 102 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 103 | - </attributes> | ||
| 104 | - </connection> | ||
| 105 | - <connection> | ||
| 106 | - <name>bus_control_公司_201</name> | ||
| 107 | - <server>localhost</server> | ||
| 108 | - <type>MYSQL</type> | ||
| 109 | - <access>Native</access> | ||
| 110 | - <database>control</database> | ||
| 111 | - <port>3306</port> | ||
| 112 | - <username>root</username> | ||
| 113 | - <password>Encrypted </password> | ||
| 114 | - <servername/> | ||
| 115 | - <data_tablespace/> | ||
| 116 | - <index_tablespace/> | ||
| 117 | - <attributes> | ||
| 118 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 119 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 120 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 121 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 122 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 123 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 124 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 125 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 126 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 127 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 128 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 129 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 130 | - </attributes> | ||
| 131 | - </connection> | ||
| 132 | - <connection> | ||
| 133 | - <name>bus_control_本机</name> | ||
| 134 | - <server>localhost</server> | ||
| 135 | - <type>MYSQL</type> | ||
| 136 | - <access>Native</access> | ||
| 137 | - <database>control</database> | ||
| 138 | - <port>3306</port> | ||
| 139 | - <username>root</username> | ||
| 140 | - <password>Encrypted </password> | ||
| 141 | - <servername/> | ||
| 142 | - <data_tablespace/> | ||
| 143 | - <index_tablespace/> | ||
| 144 | - <attributes> | ||
| 145 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 146 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 147 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 148 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 149 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 150 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 151 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 152 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 153 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 154 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 155 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 156 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 157 | - </attributes> | ||
| 158 | - </connection> | ||
| 159 | - <connection> | ||
| 160 | - <name>xlab_mysql_youle</name> | ||
| 161 | - <server>101.231.124.8</server> | ||
| 162 | - <type>MYSQL</type> | ||
| 163 | - <access>Native</access> | ||
| 164 | - <database>xlab_youle</database> | ||
| 165 | - <port>45687</port> | ||
| 166 | - <username>xlab-youle</username> | ||
| 167 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 168 | - <servername/> | ||
| 169 | - <data_tablespace/> | ||
| 170 | - <index_tablespace/> | ||
| 171 | - <attributes> | ||
| 172 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 173 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 174 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 175 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 176 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 177 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 178 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 179 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 180 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 181 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 182 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 183 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 184 | - </attributes> | ||
| 185 | - </connection> | ||
| 186 | - <connection> | ||
| 187 | - <name>xlab_mysql_youle(本机)</name> | ||
| 188 | - <server>localhost</server> | ||
| 189 | - <type>MYSQL</type> | ||
| 190 | - <access>Native</access> | ||
| 191 | - <database>xlab_youle</database> | ||
| 192 | - <port>3306</port> | ||
| 193 | - <username>root</username> | ||
| 194 | - <password>Encrypted </password> | ||
| 195 | - <servername/> | ||
| 196 | - <data_tablespace/> | ||
| 197 | - <index_tablespace/> | ||
| 198 | - <attributes> | ||
| 199 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 200 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 201 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 202 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 203 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 204 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 205 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 206 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 207 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 208 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 210 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 211 | - </attributes> | ||
| 212 | - </connection> | ||
| 213 | - <connection> | ||
| 214 | - <name>xlab_youle</name> | ||
| 215 | - <server/> | ||
| 216 | - <type>MYSQL</type> | ||
| 217 | - <access>JNDI</access> | ||
| 218 | - <database>xlab_youle</database> | ||
| 219 | - <port>1521</port> | ||
| 220 | - <username/> | ||
| 221 | - <password>Encrypted </password> | ||
| 222 | - <servername/> | ||
| 223 | - <data_tablespace/> | ||
| 224 | - <index_tablespace/> | ||
| 225 | - <attributes> | ||
| 226 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 227 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 228 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 229 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 230 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 231 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 232 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 233 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 234 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 235 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 236 | - </attributes> | ||
| 237 | - </connection> | ||
| 238 | - <order> | ||
| 239 | - <hop> <from>自定义常量数据</from><to>列拆分为多行</to><enabled>Y</enabled> </hop> | ||
| 240 | - <hop> <from>列拆分为多行</from><to>分组</to><enabled>Y</enabled> </hop> | ||
| 241 | - <hop> <from>分组</from><to>列拆分为多行 2</to><enabled>Y</enabled> </hop> | ||
| 242 | - <hop> <from>列拆分为多行 2</from><to>分组 2</to><enabled>Y</enabled> </hop> | ||
| 243 | - </order> | ||
| 244 | - <step> | ||
| 245 | - <name>自定义常量数据</name> | ||
| 246 | - <type>DataGrid</type> | ||
| 247 | - <description/> | ||
| 248 | - <distribute>Y</distribute> | ||
| 249 | - <custom_distribution/> | ||
| 250 | - <copies>1</copies> | ||
| 251 | - <partitioning> | ||
| 252 | - <method>none</method> | ||
| 253 | - <schema_name/> | ||
| 254 | - </partitioning> | ||
| 255 | - <fields> | ||
| 256 | - <field> | ||
| 257 | - <name>line</name> | ||
| 258 | - <type>String</type> | ||
| 259 | - <format/> | ||
| 260 | - <currency/> | ||
| 261 | - <decimal/> | ||
| 262 | - <group/> | ||
| 263 | - <length>-1</length> | ||
| 264 | - <precision>-1</precision> | ||
| 265 | - <set_empty_string>N</set_empty_string> | ||
| 266 | - </field> | ||
| 267 | - <field> | ||
| 268 | - <name>carconfigids</name> | ||
| 269 | - <type>String</type> | ||
| 270 | - <format/> | ||
| 271 | - <currency/> | ||
| 272 | - <decimal/> | ||
| 273 | - <group/> | ||
| 274 | - <length>-1</length> | ||
| 275 | - <precision>-1</precision> | ||
| 276 | - <set_empty_string>N</set_empty_string> | ||
| 277 | - </field> | ||
| 278 | - <field> | ||
| 279 | - <name>employeeconfigids</name> | ||
| 280 | - <type>String</type> | ||
| 281 | - <format/> | ||
| 282 | - <currency/> | ||
| 283 | - <decimal/> | ||
| 284 | - <group/> | ||
| 285 | - <length>-1</length> | ||
| 286 | - <precision>-1</precision> | ||
| 287 | - <set_empty_string>N</set_empty_string> | ||
| 288 | - </field> | ||
| 289 | - <field> | ||
| 290 | - <name>lpids</name> | ||
| 291 | - <type>String</type> | ||
| 292 | - <format/> | ||
| 293 | - <currency/> | ||
| 294 | - <decimal/> | ||
| 295 | - <group/> | ||
| 296 | - <length>-1</length> | ||
| 297 | - <precision>-1</precision> | ||
| 298 | - <set_empty_string>N</set_empty_string> | ||
| 299 | - </field> | ||
| 300 | - </fields> | ||
| 301 | - <data> | ||
| 302 | - <line> <item>线路1</item><item>1</item><item>2,3,4,5</item><item>1,2,3</item> </line> | ||
| 303 | - </data> | ||
| 304 | - <cluster_schema/> | ||
| 305 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 306 | - <xloc>200</xloc> | ||
| 307 | - <yloc>100</yloc> | ||
| 308 | - <draw>Y</draw> | ||
| 309 | - </GUI> | ||
| 310 | - </step> | ||
| 311 | - | ||
| 312 | - <step> | ||
| 313 | - <name>列拆分为多行</name> | ||
| 314 | - <type>SplitFieldToRows3</type> | ||
| 315 | - <description/> | ||
| 316 | - <distribute>Y</distribute> | ||
| 317 | - <custom_distribution/> | ||
| 318 | - <copies>1</copies> | ||
| 319 | - <partitioning> | ||
| 320 | - <method>none</method> | ||
| 321 | - <schema_name/> | ||
| 322 | - </partitioning> | ||
| 323 | - <splitfield>employeeconfigids</splitfield> | ||
| 324 | - <delimiter>,</delimiter> | ||
| 325 | - <newfield>ecid</newfield> | ||
| 326 | - <rownum>N</rownum> | ||
| 327 | - <rownum_field/> | ||
| 328 | - <resetrownumber>Y</resetrownumber> | ||
| 329 | - <delimiter_is_regex>N</delimiter_is_regex> | ||
| 330 | - <cluster_schema/> | ||
| 331 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 332 | - <xloc>400</xloc> | ||
| 333 | - <yloc>100</yloc> | ||
| 334 | - <draw>Y</draw> | ||
| 335 | - </GUI> | ||
| 336 | - </step> | ||
| 337 | - | ||
| 338 | - <step> | ||
| 339 | - <name>分组</name> | ||
| 340 | - <type>GroupBy</type> | ||
| 341 | - <description/> | ||
| 342 | - <distribute>Y</distribute> | ||
| 343 | - <custom_distribution/> | ||
| 344 | - <copies>1</copies> | ||
| 345 | - <partitioning> | ||
| 346 | - <method>none</method> | ||
| 347 | - <schema_name/> | ||
| 348 | - </partitioning> | ||
| 349 | - <all_rows>N</all_rows> | ||
| 350 | - <ignore_aggregate>N</ignore_aggregate> | ||
| 351 | - <field_ignore/> | ||
| 352 | - <directory>%%java.io.tmpdir%%</directory> | ||
| 353 | - <prefix>grp</prefix> | ||
| 354 | - <add_linenr>N</add_linenr> | ||
| 355 | - <linenr_fieldname/> | ||
| 356 | - <give_back_row>N</give_back_row> | ||
| 357 | - <group> | ||
| 358 | - <field> | ||
| 359 | - <name>line</name> | ||
| 360 | - </field> | ||
| 361 | - <field> | ||
| 362 | - <name>lpids</name> | ||
| 363 | - </field> | ||
| 364 | - </group> | ||
| 365 | - <fields> | ||
| 366 | - <field> | ||
| 367 | - <aggregate>ecid2</aggregate> | ||
| 368 | - <subject>ecid</subject> | ||
| 369 | - <type>CONCAT_STRING</type> | ||
| 370 | - <valuefield>,</valuefield> | ||
| 371 | - </field> | ||
| 372 | - </fields> | ||
| 373 | - <cluster_schema/> | ||
| 374 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 375 | - <xloc>397</xloc> | ||
| 376 | - <yloc>185</yloc> | ||
| 377 | - <draw>Y</draw> | ||
| 378 | - </GUI> | ||
| 379 | - </step> | ||
| 380 | - | ||
| 381 | - <step> | ||
| 382 | - <name>列拆分为多行 2</name> | ||
| 383 | - <type>SplitFieldToRows3</type> | ||
| 384 | - <description/> | ||
| 385 | - <distribute>Y</distribute> | ||
| 386 | - <custom_distribution/> | ||
| 387 | - <copies>1</copies> | ||
| 388 | - <partitioning> | ||
| 389 | - <method>none</method> | ||
| 390 | - <schema_name/> | ||
| 391 | - </partitioning> | ||
| 392 | - <splitfield>lpids</splitfield> | ||
| 393 | - <delimiter>,</delimiter> | ||
| 394 | - <newfield>lpid</newfield> | ||
| 395 | - <rownum>N</rownum> | ||
| 396 | - <rownum_field/> | ||
| 397 | - <resetrownumber>Y</resetrownumber> | ||
| 398 | - <delimiter_is_regex>N</delimiter_is_regex> | ||
| 399 | - <cluster_schema/> | ||
| 400 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 401 | - <xloc>546</xloc> | ||
| 402 | - <yloc>101</yloc> | ||
| 403 | - <draw>Y</draw> | ||
| 404 | - </GUI> | ||
| 405 | - </step> | ||
| 406 | - | ||
| 407 | - <step> | ||
| 408 | - <name>分组 2</name> | ||
| 409 | - <type>GroupBy</type> | ||
| 410 | - <description/> | ||
| 411 | - <distribute>Y</distribute> | ||
| 412 | - <custom_distribution/> | ||
| 413 | - <copies>1</copies> | ||
| 414 | - <partitioning> | ||
| 415 | - <method>none</method> | ||
| 416 | - <schema_name/> | ||
| 417 | - </partitioning> | ||
| 418 | - <all_rows>N</all_rows> | ||
| 419 | - <ignore_aggregate>N</ignore_aggregate> | ||
| 420 | - <field_ignore/> | ||
| 421 | - <directory>%%java.io.tmpdir%%</directory> | ||
| 422 | - <prefix>grp</prefix> | ||
| 423 | - <add_linenr>N</add_linenr> | ||
| 424 | - <linenr_fieldname/> | ||
| 425 | - <give_back_row>N</give_back_row> | ||
| 426 | - <group> | ||
| 427 | - <field> | ||
| 428 | - <name>line</name> | ||
| 429 | - </field> | ||
| 430 | - <field> | ||
| 431 | - <name>ecid2</name> | ||
| 432 | - </field> | ||
| 433 | - </group> | ||
| 434 | - <fields> | ||
| 435 | - <field> | ||
| 436 | - <aggregate>lpid2</aggregate> | ||
| 437 | - <subject>lpid</subject> | ||
| 438 | - <type>CONCAT_STRING</type> | ||
| 439 | - <valuefield>,</valuefield> | ||
| 440 | - </field> | ||
| 441 | - </fields> | ||
| 442 | - <cluster_schema/> | ||
| 443 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 444 | - <xloc>548</xloc> | ||
| 445 | - <yloc>185</yloc> | ||
| 446 | - <draw>Y</draw> | ||
| 447 | - </GUI> | ||
| 448 | - </step> | ||
| 449 | - | ||
| 450 | - <step_error_handling> | ||
| 451 | - </step_error_handling> | ||
| 452 | - <slave-step-copy-partition-distribution> | ||
| 453 | -</slave-step-copy-partition-distribution> | ||
| 454 | - <slave_transformation>N</slave_transformation> | ||
| 455 | - | ||
| 456 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>scheduleRuleDataInput</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <directory>/</directory> | ||
| 10 | + <parameters> | ||
| 11 | + </parameters> | ||
| 12 | + <log> | ||
| 13 | +<trans-log-table><connection/> | ||
| 14 | +<schema/> | ||
| 15 | +<table/> | ||
| 16 | +<size_limit_lines/> | ||
| 17 | +<interval/> | ||
| 18 | +<timeout_days/> | ||
| 19 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 20 | +<perf-log-table><connection/> | ||
| 21 | +<schema/> | ||
| 22 | +<table/> | ||
| 23 | +<interval/> | ||
| 24 | +<timeout_days/> | ||
| 25 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 26 | +<channel-log-table><connection/> | ||
| 27 | +<schema/> | ||
| 28 | +<table/> | ||
| 29 | +<timeout_days/> | ||
| 30 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 31 | +<step-log-table><connection/> | ||
| 32 | +<schema/> | ||
| 33 | +<table/> | ||
| 34 | +<timeout_days/> | ||
| 35 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 36 | +<metrics-log-table><connection/> | ||
| 37 | +<schema/> | ||
| 38 | +<table/> | ||
| 39 | +<timeout_days/> | ||
| 40 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 41 | + </log> | ||
| 42 | + <maxdate> | ||
| 43 | + <connection/> | ||
| 44 | + <table/> | ||
| 45 | + <field/> | ||
| 46 | + <offset>0.0</offset> | ||
| 47 | + <maxdiff>0.0</maxdiff> | ||
| 48 | + </maxdate> | ||
| 49 | + <size_rowset>10000</size_rowset> | ||
| 50 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 51 | + <sleep_time_full>50</sleep_time_full> | ||
| 52 | + <unique_connections>N</unique_connections> | ||
| 53 | + <feedback_shown>Y</feedback_shown> | ||
| 54 | + <feedback_size>50000</feedback_size> | ||
| 55 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 56 | + <shared_objects_file/> | ||
| 57 | + <capture_step_performance>N</capture_step_performance> | ||
| 58 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 59 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 60 | + <dependencies> | ||
| 61 | + </dependencies> | ||
| 62 | + <partitionschemas> | ||
| 63 | + </partitionschemas> | ||
| 64 | + <slaveservers> | ||
| 65 | + </slaveservers> | ||
| 66 | + <clusterschemas> | ||
| 67 | + </clusterschemas> | ||
| 68 | + <created_user>-</created_user> | ||
| 69 | + <created_date>2017/01/09 10:10:36.915</created_date> | ||
| 70 | + <modified_user>-</modified_user> | ||
| 71 | + <modified_date>2017/01/09 10:10:36.915</modified_date> | ||
| 72 | + <key_for_session_key/> | ||
| 73 | + <is_key_private>N</is_key_private> | ||
| 74 | + </info> | ||
| 75 | + <notepads> | ||
| 76 | + </notepads> | ||
| 77 | + <connection> | ||
| 78 | + <name>bus_control_variable</name> | ||
| 79 | + <server>${v_db_ip}</server> | ||
| 80 | + <type>MYSQL</type> | ||
| 81 | + <access>Native</access> | ||
| 82 | + <database>${v_db_dname}</database> | ||
| 83 | + <port>3306</port> | ||
| 84 | + <username>${v_db_uname}</username> | ||
| 85 | + <password>${v_db_pwd}</password> | ||
| 86 | + <servername/> | ||
| 87 | + <data_tablespace/> | ||
| 88 | + <index_tablespace/> | ||
| 89 | + <attributes> | ||
| 90 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 91 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 92 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 93 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 94 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 95 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 96 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 97 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 98 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 99 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 100 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 101 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 102 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 103 | + </attributes> | ||
| 104 | + </connection> | ||
| 105 | + <connection> | ||
| 106 | + <name>bus_control_公司_201</name> | ||
| 107 | + <server>localhost</server> | ||
| 108 | + <type>MYSQL</type> | ||
| 109 | + <access>Native</access> | ||
| 110 | + <database>control</database> | ||
| 111 | + <port>3306</port> | ||
| 112 | + <username>root</username> | ||
| 113 | + <password>Encrypted </password> | ||
| 114 | + <servername/> | ||
| 115 | + <data_tablespace/> | ||
| 116 | + <index_tablespace/> | ||
| 117 | + <attributes> | ||
| 118 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 119 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 120 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 121 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 122 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 123 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 124 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 125 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 126 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 127 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 128 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 129 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 130 | + </attributes> | ||
| 131 | + </connection> | ||
| 132 | + <connection> | ||
| 133 | + <name>bus_control_本机</name> | ||
| 134 | + <server>localhost</server> | ||
| 135 | + <type>MYSQL</type> | ||
| 136 | + <access>Native</access> | ||
| 137 | + <database>control</database> | ||
| 138 | + <port>3306</port> | ||
| 139 | + <username>root</username> | ||
| 140 | + <password>Encrypted </password> | ||
| 141 | + <servername/> | ||
| 142 | + <data_tablespace/> | ||
| 143 | + <index_tablespace/> | ||
| 144 | + <attributes> | ||
| 145 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 146 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 147 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 148 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 149 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 150 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 151 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 152 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 153 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 154 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 155 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 156 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 157 | + </attributes> | ||
| 158 | + </connection> | ||
| 159 | + <connection> | ||
| 160 | + <name>xlab_mysql_youle</name> | ||
| 161 | + <server>101.231.124.8</server> | ||
| 162 | + <type>MYSQL</type> | ||
| 163 | + <access>Native</access> | ||
| 164 | + <database>xlab_youle</database> | ||
| 165 | + <port>45687</port> | ||
| 166 | + <username>xlab-youle</username> | ||
| 167 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 168 | + <servername/> | ||
| 169 | + <data_tablespace/> | ||
| 170 | + <index_tablespace/> | ||
| 171 | + <attributes> | ||
| 172 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 173 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 174 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 175 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 176 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 177 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 178 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 179 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 180 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 181 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 182 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 183 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 184 | + </attributes> | ||
| 185 | + </connection> | ||
| 186 | + <connection> | ||
| 187 | + <name>xlab_mysql_youle(本机)</name> | ||
| 188 | + <server>localhost</server> | ||
| 189 | + <type>MYSQL</type> | ||
| 190 | + <access>Native</access> | ||
| 191 | + <database>xlab_youle</database> | ||
| 192 | + <port>3306</port> | ||
| 193 | + <username>root</username> | ||
| 194 | + <password>Encrypted </password> | ||
| 195 | + <servername/> | ||
| 196 | + <data_tablespace/> | ||
| 197 | + <index_tablespace/> | ||
| 198 | + <attributes> | ||
| 199 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 200 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 201 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 202 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 203 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 204 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 205 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 206 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 207 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 208 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 210 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 211 | + </attributes> | ||
| 212 | + </connection> | ||
| 213 | + <connection> | ||
| 214 | + <name>xlab_youle</name> | ||
| 215 | + <server/> | ||
| 216 | + <type>MYSQL</type> | ||
| 217 | + <access>JNDI</access> | ||
| 218 | + <database>xlab_youle</database> | ||
| 219 | + <port>1521</port> | ||
| 220 | + <username/> | ||
| 221 | + <password>Encrypted </password> | ||
| 222 | + <servername/> | ||
| 223 | + <data_tablespace/> | ||
| 224 | + <index_tablespace/> | ||
| 225 | + <attributes> | ||
| 226 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 227 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 228 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 229 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 230 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 231 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 232 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 233 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 234 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 235 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 236 | + </attributes> | ||
| 237 | + </connection> | ||
| 238 | + <order> | ||
| 239 | + <hop> <from>自定义常量数据</from><to>列拆分为多行</to><enabled>Y</enabled> </hop> | ||
| 240 | + <hop> <from>列拆分为多行</from><to>分组</to><enabled>Y</enabled> </hop> | ||
| 241 | + <hop> <from>分组</from><to>列拆分为多行 2</to><enabled>Y</enabled> </hop> | ||
| 242 | + <hop> <from>列拆分为多行 2</from><to>分组 2</to><enabled>Y</enabled> </hop> | ||
| 243 | + </order> | ||
| 244 | + <step> | ||
| 245 | + <name>自定义常量数据</name> | ||
| 246 | + <type>DataGrid</type> | ||
| 247 | + <description/> | ||
| 248 | + <distribute>Y</distribute> | ||
| 249 | + <custom_distribution/> | ||
| 250 | + <copies>1</copies> | ||
| 251 | + <partitioning> | ||
| 252 | + <method>none</method> | ||
| 253 | + <schema_name/> | ||
| 254 | + </partitioning> | ||
| 255 | + <fields> | ||
| 256 | + <field> | ||
| 257 | + <name>line</name> | ||
| 258 | + <type>String</type> | ||
| 259 | + <format/> | ||
| 260 | + <currency/> | ||
| 261 | + <decimal/> | ||
| 262 | + <group/> | ||
| 263 | + <length>-1</length> | ||
| 264 | + <precision>-1</precision> | ||
| 265 | + <set_empty_string>N</set_empty_string> | ||
| 266 | + </field> | ||
| 267 | + <field> | ||
| 268 | + <name>carconfigids</name> | ||
| 269 | + <type>String</type> | ||
| 270 | + <format/> | ||
| 271 | + <currency/> | ||
| 272 | + <decimal/> | ||
| 273 | + <group/> | ||
| 274 | + <length>-1</length> | ||
| 275 | + <precision>-1</precision> | ||
| 276 | + <set_empty_string>N</set_empty_string> | ||
| 277 | + </field> | ||
| 278 | + <field> | ||
| 279 | + <name>employeeconfigids</name> | ||
| 280 | + <type>String</type> | ||
| 281 | + <format/> | ||
| 282 | + <currency/> | ||
| 283 | + <decimal/> | ||
| 284 | + <group/> | ||
| 285 | + <length>-1</length> | ||
| 286 | + <precision>-1</precision> | ||
| 287 | + <set_empty_string>N</set_empty_string> | ||
| 288 | + </field> | ||
| 289 | + <field> | ||
| 290 | + <name>lpids</name> | ||
| 291 | + <type>String</type> | ||
| 292 | + <format/> | ||
| 293 | + <currency/> | ||
| 294 | + <decimal/> | ||
| 295 | + <group/> | ||
| 296 | + <length>-1</length> | ||
| 297 | + <precision>-1</precision> | ||
| 298 | + <set_empty_string>N</set_empty_string> | ||
| 299 | + </field> | ||
| 300 | + </fields> | ||
| 301 | + <data> | ||
| 302 | + <line> <item>线路1</item><item>1</item><item>2,3,4,5</item><item>1,2,3</item> </line> | ||
| 303 | + </data> | ||
| 304 | + <cluster_schema/> | ||
| 305 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 306 | + <xloc>200</xloc> | ||
| 307 | + <yloc>100</yloc> | ||
| 308 | + <draw>Y</draw> | ||
| 309 | + </GUI> | ||
| 310 | + </step> | ||
| 311 | + | ||
| 312 | + <step> | ||
| 313 | + <name>列拆分为多行</name> | ||
| 314 | + <type>SplitFieldToRows3</type> | ||
| 315 | + <description/> | ||
| 316 | + <distribute>Y</distribute> | ||
| 317 | + <custom_distribution/> | ||
| 318 | + <copies>1</copies> | ||
| 319 | + <partitioning> | ||
| 320 | + <method>none</method> | ||
| 321 | + <schema_name/> | ||
| 322 | + </partitioning> | ||
| 323 | + <splitfield>employeeconfigids</splitfield> | ||
| 324 | + <delimiter>,</delimiter> | ||
| 325 | + <newfield>ecid</newfield> | ||
| 326 | + <rownum>N</rownum> | ||
| 327 | + <rownum_field/> | ||
| 328 | + <resetrownumber>Y</resetrownumber> | ||
| 329 | + <delimiter_is_regex>N</delimiter_is_regex> | ||
| 330 | + <cluster_schema/> | ||
| 331 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 332 | + <xloc>400</xloc> | ||
| 333 | + <yloc>100</yloc> | ||
| 334 | + <draw>Y</draw> | ||
| 335 | + </GUI> | ||
| 336 | + </step> | ||
| 337 | + | ||
| 338 | + <step> | ||
| 339 | + <name>分组</name> | ||
| 340 | + <type>GroupBy</type> | ||
| 341 | + <description/> | ||
| 342 | + <distribute>Y</distribute> | ||
| 343 | + <custom_distribution/> | ||
| 344 | + <copies>1</copies> | ||
| 345 | + <partitioning> | ||
| 346 | + <method>none</method> | ||
| 347 | + <schema_name/> | ||
| 348 | + </partitioning> | ||
| 349 | + <all_rows>N</all_rows> | ||
| 350 | + <ignore_aggregate>N</ignore_aggregate> | ||
| 351 | + <field_ignore/> | ||
| 352 | + <directory>%%java.io.tmpdir%%</directory> | ||
| 353 | + <prefix>grp</prefix> | ||
| 354 | + <add_linenr>N</add_linenr> | ||
| 355 | + <linenr_fieldname/> | ||
| 356 | + <give_back_row>N</give_back_row> | ||
| 357 | + <group> | ||
| 358 | + <field> | ||
| 359 | + <name>line</name> | ||
| 360 | + </field> | ||
| 361 | + <field> | ||
| 362 | + <name>lpids</name> | ||
| 363 | + </field> | ||
| 364 | + </group> | ||
| 365 | + <fields> | ||
| 366 | + <field> | ||
| 367 | + <aggregate>ecid2</aggregate> | ||
| 368 | + <subject>ecid</subject> | ||
| 369 | + <type>CONCAT_STRING</type> | ||
| 370 | + <valuefield>,</valuefield> | ||
| 371 | + </field> | ||
| 372 | + </fields> | ||
| 373 | + <cluster_schema/> | ||
| 374 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 375 | + <xloc>397</xloc> | ||
| 376 | + <yloc>185</yloc> | ||
| 377 | + <draw>Y</draw> | ||
| 378 | + </GUI> | ||
| 379 | + </step> | ||
| 380 | + | ||
| 381 | + <step> | ||
| 382 | + <name>列拆分为多行 2</name> | ||
| 383 | + <type>SplitFieldToRows3</type> | ||
| 384 | + <description/> | ||
| 385 | + <distribute>Y</distribute> | ||
| 386 | + <custom_distribution/> | ||
| 387 | + <copies>1</copies> | ||
| 388 | + <partitioning> | ||
| 389 | + <method>none</method> | ||
| 390 | + <schema_name/> | ||
| 391 | + </partitioning> | ||
| 392 | + <splitfield>lpids</splitfield> | ||
| 393 | + <delimiter>,</delimiter> | ||
| 394 | + <newfield>lpid</newfield> | ||
| 395 | + <rownum>N</rownum> | ||
| 396 | + <rownum_field/> | ||
| 397 | + <resetrownumber>Y</resetrownumber> | ||
| 398 | + <delimiter_is_regex>N</delimiter_is_regex> | ||
| 399 | + <cluster_schema/> | ||
| 400 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 401 | + <xloc>546</xloc> | ||
| 402 | + <yloc>101</yloc> | ||
| 403 | + <draw>Y</draw> | ||
| 404 | + </GUI> | ||
| 405 | + </step> | ||
| 406 | + | ||
| 407 | + <step> | ||
| 408 | + <name>分组 2</name> | ||
| 409 | + <type>GroupBy</type> | ||
| 410 | + <description/> | ||
| 411 | + <distribute>Y</distribute> | ||
| 412 | + <custom_distribution/> | ||
| 413 | + <copies>1</copies> | ||
| 414 | + <partitioning> | ||
| 415 | + <method>none</method> | ||
| 416 | + <schema_name/> | ||
| 417 | + </partitioning> | ||
| 418 | + <all_rows>N</all_rows> | ||
| 419 | + <ignore_aggregate>N</ignore_aggregate> | ||
| 420 | + <field_ignore/> | ||
| 421 | + <directory>%%java.io.tmpdir%%</directory> | ||
| 422 | + <prefix>grp</prefix> | ||
| 423 | + <add_linenr>N</add_linenr> | ||
| 424 | + <linenr_fieldname/> | ||
| 425 | + <give_back_row>N</give_back_row> | ||
| 426 | + <group> | ||
| 427 | + <field> | ||
| 428 | + <name>line</name> | ||
| 429 | + </field> | ||
| 430 | + <field> | ||
| 431 | + <name>ecid2</name> | ||
| 432 | + </field> | ||
| 433 | + </group> | ||
| 434 | + <fields> | ||
| 435 | + <field> | ||
| 436 | + <aggregate>lpid2</aggregate> | ||
| 437 | + <subject>lpid</subject> | ||
| 438 | + <type>CONCAT_STRING</type> | ||
| 439 | + <valuefield>,</valuefield> | ||
| 440 | + </field> | ||
| 441 | + </fields> | ||
| 442 | + <cluster_schema/> | ||
| 443 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 444 | + <xloc>548</xloc> | ||
| 445 | + <yloc>185</yloc> | ||
| 446 | + <draw>Y</draw> | ||
| 447 | + </GUI> | ||
| 448 | + </step> | ||
| 449 | + | ||
| 450 | + <step_error_handling> | ||
| 451 | + </step_error_handling> | ||
| 452 | + <slave-step-copy-partition-distribution> | ||
| 453 | +</slave-step-copy-partition-distribution> | ||
| 454 | + <slave_transformation>N</slave_transformation> | ||
| 455 | + | ||
| 456 | +</transformation> |
src/main/resources/datatools/ktrs/scheduleRuleDataOutput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>scheduleRuleDataOutput</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>filepath</name> | ||
| 14 | - <default_value/> | ||
| 15 | - <description>excel文件路径</description> | ||
| 16 | - </parameter> | ||
| 17 | - </parameters> | ||
| 18 | - <log> | ||
| 19 | -<trans-log-table><connection/> | ||
| 20 | -<schema/> | ||
| 21 | -<table/> | ||
| 22 | -<size_limit_lines/> | ||
| 23 | -<interval/> | ||
| 24 | -<timeout_days/> | ||
| 25 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | -<perf-log-table><connection/> | ||
| 27 | -<schema/> | ||
| 28 | -<table/> | ||
| 29 | -<interval/> | ||
| 30 | -<timeout_days/> | ||
| 31 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | -<channel-log-table><connection/> | ||
| 33 | -<schema/> | ||
| 34 | -<table/> | ||
| 35 | -<timeout_days/> | ||
| 36 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | -<step-log-table><connection/> | ||
| 38 | -<schema/> | ||
| 39 | -<table/> | ||
| 40 | -<timeout_days/> | ||
| 41 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | -<metrics-log-table><connection/> | ||
| 43 | -<schema/> | ||
| 44 | -<table/> | ||
| 45 | -<timeout_days/> | ||
| 46 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | - </log> | ||
| 48 | - <maxdate> | ||
| 49 | - <connection/> | ||
| 50 | - <table/> | ||
| 51 | - <field/> | ||
| 52 | - <offset>0.0</offset> | ||
| 53 | - <maxdiff>0.0</maxdiff> | ||
| 54 | - </maxdate> | ||
| 55 | - <size_rowset>10000</size_rowset> | ||
| 56 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | - <sleep_time_full>50</sleep_time_full> | ||
| 58 | - <unique_connections>N</unique_connections> | ||
| 59 | - <feedback_shown>Y</feedback_shown> | ||
| 60 | - <feedback_size>50000</feedback_size> | ||
| 61 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | - <shared_objects_file/> | ||
| 63 | - <capture_step_performance>N</capture_step_performance> | ||
| 64 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | - <dependencies> | ||
| 67 | - </dependencies> | ||
| 68 | - <partitionschemas> | ||
| 69 | - </partitionschemas> | ||
| 70 | - <slaveservers> | ||
| 71 | - </slaveservers> | ||
| 72 | - <clusterschemas> | ||
| 73 | - </clusterschemas> | ||
| 74 | - <created_user>-</created_user> | ||
| 75 | - <created_date>2017/01/09 13:35:19.384</created_date> | ||
| 76 | - <modified_user>-</modified_user> | ||
| 77 | - <modified_date>2017/01/09 13:35:19.384</modified_date> | ||
| 78 | - <key_for_session_key/> | ||
| 79 | - <is_key_private>N</is_key_private> | ||
| 80 | - </info> | ||
| 81 | - <notepads> | ||
| 82 | - <notepad> | ||
| 83 | - <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 84 | - <xloc>118</xloc> | ||
| 85 | - <yloc>158</yloc> | ||
| 86 | - <width>333</width> | ||
| 87 | - <heigth>90</heigth> | ||
| 88 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 89 | - <fontsize>12</fontsize> | ||
| 90 | - <fontbold>N</fontbold> | ||
| 91 | - <fontitalic>N</fontitalic> | ||
| 92 | - <fontcolorred>0</fontcolorred> | ||
| 93 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 94 | - <fontcolorblue>0</fontcolorblue> | ||
| 95 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 96 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 97 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 98 | - <bordercolorred>100</bordercolorred> | ||
| 99 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 100 | - <bordercolorblue>100</bordercolorblue> | ||
| 101 | - <drawshadow>Y</drawshadow> | ||
| 102 | - </notepad> | ||
| 103 | - </notepads> | ||
| 104 | - <connection> | ||
| 105 | - <name>bus_control_variable</name> | ||
| 106 | - <server>${v_db_ip}</server> | ||
| 107 | - <type>MYSQL</type> | ||
| 108 | - <access>Native</access> | ||
| 109 | - <database>${v_db_dname}</database> | ||
| 110 | - <port>3306</port> | ||
| 111 | - <username>${v_db_uname}</username> | ||
| 112 | - <password>${v_db_pwd}</password> | ||
| 113 | - <servername/> | ||
| 114 | - <data_tablespace/> | ||
| 115 | - <index_tablespace/> | ||
| 116 | - <attributes> | ||
| 117 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 118 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 119 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 120 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 121 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 122 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 123 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 124 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 125 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 126 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 127 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 128 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 129 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 130 | - </attributes> | ||
| 131 | - </connection> | ||
| 132 | - <connection> | ||
| 133 | - <name>bus_control_公司_201</name> | ||
| 134 | - <server>localhost</server> | ||
| 135 | - <type>MYSQL</type> | ||
| 136 | - <access>Native</access> | ||
| 137 | - <database>control</database> | ||
| 138 | - <port>3306</port> | ||
| 139 | - <username>root</username> | ||
| 140 | - <password>Encrypted </password> | ||
| 141 | - <servername/> | ||
| 142 | - <data_tablespace/> | ||
| 143 | - <index_tablespace/> | ||
| 144 | - <attributes> | ||
| 145 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 146 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 147 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 148 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 149 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 150 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 151 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 152 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 153 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 154 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 155 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 156 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 157 | - </attributes> | ||
| 158 | - </connection> | ||
| 159 | - <connection> | ||
| 160 | - <name>bus_control_本机</name> | ||
| 161 | - <server>localhost</server> | ||
| 162 | - <type>MYSQL</type> | ||
| 163 | - <access>Native</access> | ||
| 164 | - <database>control</database> | ||
| 165 | - <port>3306</port> | ||
| 166 | - <username>root</username> | ||
| 167 | - <password>Encrypted </password> | ||
| 168 | - <servername/> | ||
| 169 | - <data_tablespace/> | ||
| 170 | - <index_tablespace/> | ||
| 171 | - <attributes> | ||
| 172 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 173 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 174 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 175 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 176 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 177 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 178 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 179 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 180 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 181 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 182 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 183 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 184 | - </attributes> | ||
| 185 | - </connection> | ||
| 186 | - <connection> | ||
| 187 | - <name>xlab_mysql_youle</name> | ||
| 188 | - <server>101.231.124.8</server> | ||
| 189 | - <type>MYSQL</type> | ||
| 190 | - <access>Native</access> | ||
| 191 | - <database>xlab_youle</database> | ||
| 192 | - <port>45687</port> | ||
| 193 | - <username>xlab-youle</username> | ||
| 194 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 195 | - <servername/> | ||
| 196 | - <data_tablespace/> | ||
| 197 | - <index_tablespace/> | ||
| 198 | - <attributes> | ||
| 199 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 200 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 201 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 202 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 203 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 204 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 205 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 206 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 207 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 208 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 210 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 211 | - </attributes> | ||
| 212 | - </connection> | ||
| 213 | - <connection> | ||
| 214 | - <name>xlab_mysql_youle(本机)</name> | ||
| 215 | - <server>localhost</server> | ||
| 216 | - <type>MYSQL</type> | ||
| 217 | - <access>Native</access> | ||
| 218 | - <database>xlab_youle</database> | ||
| 219 | - <port>3306</port> | ||
| 220 | - <username>root</username> | ||
| 221 | - <password>Encrypted </password> | ||
| 222 | - <servername/> | ||
| 223 | - <data_tablespace/> | ||
| 224 | - <index_tablespace/> | ||
| 225 | - <attributes> | ||
| 226 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 227 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 228 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 229 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 230 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 231 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 232 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 233 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 234 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 235 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 236 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 237 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 238 | - </attributes> | ||
| 239 | - </connection> | ||
| 240 | - <connection> | ||
| 241 | - <name>xlab_youle</name> | ||
| 242 | - <server/> | ||
| 243 | - <type>MYSQL</type> | ||
| 244 | - <access>JNDI</access> | ||
| 245 | - <database>xlab_youle</database> | ||
| 246 | - <port>1521</port> | ||
| 247 | - <username/> | ||
| 248 | - <password>Encrypted </password> | ||
| 249 | - <servername/> | ||
| 250 | - <data_tablespace/> | ||
| 251 | - <index_tablespace/> | ||
| 252 | - <attributes> | ||
| 253 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 254 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 255 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 256 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 257 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 258 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 259 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 260 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 261 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 262 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 263 | - </attributes> | ||
| 264 | - </connection> | ||
| 265 | - <order> | ||
| 266 | - <hop> <from>排版规则</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 267 | - <hop> <from>线路查询</from><to>车辆配置查询</to><enabled>Y</enabled> </hop> | ||
| 268 | - <hop> <from>车辆配置查询</from><to>车辆查询</to><enabled>Y</enabled> </hop> | ||
| 269 | - <hop> <from>车辆查询</from><to>格式化日期</to><enabled>Y</enabled> </hop> | ||
| 270 | - <hop> <from>格式化日期</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 271 | - <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 272 | - </order> | ||
| 273 | - <step> | ||
| 274 | - <name>排版规则</name> | ||
| 275 | - <type>TableInput</type> | ||
| 276 | - <description/> | ||
| 277 | - <distribute>Y</distribute> | ||
| 278 | - <custom_distribution/> | ||
| 279 | - <copies>1</copies> | ||
| 280 | - <partitioning> | ||
| 281 | - <method>none</method> | ||
| 282 | - <schema_name/> | ||
| 283 | - </partitioning> | ||
| 284 | - <connection>bus_control_variable</connection> | ||
| 285 | - <sql>SELECT * FROM bsth_c_s_sr1_flat</sql> | ||
| 286 | - <limit>0</limit> | ||
| 287 | - <lookup/> | ||
| 288 | - <execute_each_row>N</execute_each_row> | ||
| 289 | - <variables_active>N</variables_active> | ||
| 290 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 291 | - <cluster_schema/> | ||
| 292 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 293 | - <xloc>129</xloc> | ||
| 294 | - <yloc>65</yloc> | ||
| 295 | - <draw>Y</draw> | ||
| 296 | - </GUI> | ||
| 297 | - </step> | ||
| 298 | - | ||
| 299 | - <step> | ||
| 300 | - <name>线路查询</name> | ||
| 301 | - <type>DBLookup</type> | ||
| 302 | - <description/> | ||
| 303 | - <distribute>Y</distribute> | ||
| 304 | - <custom_distribution/> | ||
| 305 | - <copies>1</copies> | ||
| 306 | - <partitioning> | ||
| 307 | - <method>none</method> | ||
| 308 | - <schema_name/> | ||
| 309 | - </partitioning> | ||
| 310 | - <connection>bus_control_variable</connection> | ||
| 311 | - <cache>Y</cache> | ||
| 312 | - <cache_load_all>Y</cache_load_all> | ||
| 313 | - <cache_size>0</cache_size> | ||
| 314 | - <lookup> | ||
| 315 | - <schema/> | ||
| 316 | - <table>bsth_c_line</table> | ||
| 317 | - <orderby/> | ||
| 318 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 319 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 320 | - <key> | ||
| 321 | - <name>xl</name> | ||
| 322 | - <field>id</field> | ||
| 323 | - <condition>=</condition> | ||
| 324 | - <name2/> | ||
| 325 | - </key> | ||
| 326 | - <value> | ||
| 327 | - <name>name</name> | ||
| 328 | - <rename>xlmc</rename> | ||
| 329 | - <default/> | ||
| 330 | - <type>String</type> | ||
| 331 | - </value> | ||
| 332 | - </lookup> | ||
| 333 | - <cluster_schema/> | ||
| 334 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 335 | - <xloc>329</xloc> | ||
| 336 | - <yloc>65</yloc> | ||
| 337 | - <draw>Y</draw> | ||
| 338 | - </GUI> | ||
| 339 | - </step> | ||
| 340 | - | ||
| 341 | - <step> | ||
| 342 | - <name>字段选择</name> | ||
| 343 | - <type>SelectValues</type> | ||
| 344 | - <description/> | ||
| 345 | - <distribute>Y</distribute> | ||
| 346 | - <custom_distribution/> | ||
| 347 | - <copies>1</copies> | ||
| 348 | - <partitioning> | ||
| 349 | - <method>none</method> | ||
| 350 | - <schema_name/> | ||
| 351 | - </partitioning> | ||
| 352 | - <fields> <field> <name>xlmc</name> | ||
| 353 | - <rename>线路</rename> | ||
| 354 | - <length>-2</length> | ||
| 355 | - <precision>-2</precision> | ||
| 356 | - </field> <field> <name>zbh</name> | ||
| 357 | - <rename>内部编码</rename> | ||
| 358 | - <length>-2</length> | ||
| 359 | - <precision>-2</precision> | ||
| 360 | - </field> <field> <name>qyrq</name> | ||
| 361 | - <rename>启用日期</rename> | ||
| 362 | - <length>-2</length> | ||
| 363 | - <precision>-2</precision> | ||
| 364 | - </field> <field> <name>lp_start</name> | ||
| 365 | - <rename>起始路牌</rename> | ||
| 366 | - <length>-2</length> | ||
| 367 | - <precision>-2</precision> | ||
| 368 | - </field> <field> <name>lp_names</name> | ||
| 369 | - <rename>路牌范围</rename> | ||
| 370 | - <length>-2</length> | ||
| 371 | - <precision>-2</precision> | ||
| 372 | - </field> <field> <name>ry_start</name> | ||
| 373 | - <rename>起始人员</rename> | ||
| 374 | - <length>-2</length> | ||
| 375 | - <precision>-2</precision> | ||
| 376 | - </field> <field> <name>ry_dbbms</name> | ||
| 377 | - <rename>人员范围</rename> | ||
| 378 | - <length>-2</length> | ||
| 379 | - <precision>-2</precision> | ||
| 380 | - </field> <field> <name>fbgs</name> | ||
| 381 | - <rename>翻班格式</rename> | ||
| 382 | - <length>-2</length> | ||
| 383 | - <precision>-2</precision> | ||
| 384 | - </field> <select_unspecified>N</select_unspecified> | ||
| 385 | - </fields> <cluster_schema/> | ||
| 386 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 387 | - <xloc>706</xloc> | ||
| 388 | - <yloc>163</yloc> | ||
| 389 | - <draw>Y</draw> | ||
| 390 | - </GUI> | ||
| 391 | - </step> | ||
| 392 | - | ||
| 393 | - <step> | ||
| 394 | - <name>车辆配置查询</name> | ||
| 395 | - <type>DBLookup</type> | ||
| 396 | - <description/> | ||
| 397 | - <distribute>Y</distribute> | ||
| 398 | - <custom_distribution/> | ||
| 399 | - <copies>1</copies> | ||
| 400 | - <partitioning> | ||
| 401 | - <method>none</method> | ||
| 402 | - <schema_name/> | ||
| 403 | - </partitioning> | ||
| 404 | - <connection>bus_control_variable</connection> | ||
| 405 | - <cache>N</cache> | ||
| 406 | - <cache_load_all>N</cache_load_all> | ||
| 407 | - <cache_size>0</cache_size> | ||
| 408 | - <lookup> | ||
| 409 | - <schema/> | ||
| 410 | - <table>bsth_c_s_ccinfo</table> | ||
| 411 | - <orderby/> | ||
| 412 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 413 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 414 | - <key> | ||
| 415 | - <name>car_config_info</name> | ||
| 416 | - <field>id</field> | ||
| 417 | - <condition>=</condition> | ||
| 418 | - <name2/> | ||
| 419 | - </key> | ||
| 420 | - <value> | ||
| 421 | - <name>cl</name> | ||
| 422 | - <rename>clid</rename> | ||
| 423 | - <default/> | ||
| 424 | - <type>Integer</type> | ||
| 425 | - </value> | ||
| 426 | - </lookup> | ||
| 427 | - <cluster_schema/> | ||
| 428 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 429 | - <xloc>471</xloc> | ||
| 430 | - <yloc>64</yloc> | ||
| 431 | - <draw>Y</draw> | ||
| 432 | - </GUI> | ||
| 433 | - </step> | ||
| 434 | - | ||
| 435 | - <step> | ||
| 436 | - <name>车辆查询</name> | ||
| 437 | - <type>DBLookup</type> | ||
| 438 | - <description/> | ||
| 439 | - <distribute>Y</distribute> | ||
| 440 | - <custom_distribution/> | ||
| 441 | - <copies>1</copies> | ||
| 442 | - <partitioning> | ||
| 443 | - <method>none</method> | ||
| 444 | - <schema_name/> | ||
| 445 | - </partitioning> | ||
| 446 | - <connection>bus_control_variable</connection> | ||
| 447 | - <cache>N</cache> | ||
| 448 | - <cache_load_all>N</cache_load_all> | ||
| 449 | - <cache_size>0</cache_size> | ||
| 450 | - <lookup> | ||
| 451 | - <schema/> | ||
| 452 | - <table>bsth_c_cars</table> | ||
| 453 | - <orderby/> | ||
| 454 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 455 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 456 | - <key> | ||
| 457 | - <name>clid</name> | ||
| 458 | - <field>id</field> | ||
| 459 | - <condition>=</condition> | ||
| 460 | - <name2/> | ||
| 461 | - </key> | ||
| 462 | - <value> | ||
| 463 | - <name>inside_code</name> | ||
| 464 | - <rename>zbh</rename> | ||
| 465 | - <default/> | ||
| 466 | - <type>String</type> | ||
| 467 | - </value> | ||
| 468 | - </lookup> | ||
| 469 | - <cluster_schema/> | ||
| 470 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 471 | - <xloc>600</xloc> | ||
| 472 | - <yloc>64</yloc> | ||
| 473 | - <draw>Y</draw> | ||
| 474 | - </GUI> | ||
| 475 | - </step> | ||
| 476 | - | ||
| 477 | - <step> | ||
| 478 | - <name>格式化日期</name> | ||
| 479 | - <type>SelectValues</type> | ||
| 480 | - <description/> | ||
| 481 | - <distribute>Y</distribute> | ||
| 482 | - <custom_distribution/> | ||
| 483 | - <copies>1</copies> | ||
| 484 | - <partitioning> | ||
| 485 | - <method>none</method> | ||
| 486 | - <schema_name/> | ||
| 487 | - </partitioning> | ||
| 488 | - <fields> <select_unspecified>N</select_unspecified> | ||
| 489 | - <meta> <name>qyrq</name> | ||
| 490 | - <rename>qyrq</rename> | ||
| 491 | - <type>String</type> | ||
| 492 | - <length>-2</length> | ||
| 493 | - <precision>-2</precision> | ||
| 494 | - <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 495 | - <date_format_lenient>false</date_format_lenient> | ||
| 496 | - <date_format_locale/> | ||
| 497 | - <date_format_timezone/> | ||
| 498 | - <lenient_string_to_number>false</lenient_string_to_number> | ||
| 499 | - <encoding/> | ||
| 500 | - <decimal_symbol/> | ||
| 501 | - <grouping_symbol/> | ||
| 502 | - <currency_symbol/> | ||
| 503 | - <storage_type/> | ||
| 504 | - </meta> <meta> <name>lp_start</name> | ||
| 505 | - <rename>lp_start</rename> | ||
| 506 | - <type>String</type> | ||
| 507 | - <length>-2</length> | ||
| 508 | - <precision>-2</precision> | ||
| 509 | - <conversion_mask/> | ||
| 510 | - <date_format_lenient>false</date_format_lenient> | ||
| 511 | - <date_format_locale/> | ||
| 512 | - <date_format_timezone/> | ||
| 513 | - <lenient_string_to_number>false</lenient_string_to_number> | ||
| 514 | - <encoding/> | ||
| 515 | - <decimal_symbol/> | ||
| 516 | - <grouping_symbol/> | ||
| 517 | - <currency_symbol/> | ||
| 518 | - <storage_type/> | ||
| 519 | - </meta> <meta> <name>ry_start</name> | ||
| 520 | - <rename>ry_start</rename> | ||
| 521 | - <type>String</type> | ||
| 522 | - <length>-2</length> | ||
| 523 | - <precision>-2</precision> | ||
| 524 | - <conversion_mask>#</conversion_mask> | ||
| 525 | - <date_format_lenient>false</date_format_lenient> | ||
| 526 | - <date_format_locale/> | ||
| 527 | - <date_format_timezone/> | ||
| 528 | - <lenient_string_to_number>false</lenient_string_to_number> | ||
| 529 | - <encoding/> | ||
| 530 | - <decimal_symbol/> | ||
| 531 | - <grouping_symbol/> | ||
| 532 | - <currency_symbol/> | ||
| 533 | - <storage_type/> | ||
| 534 | - </meta> </fields> <cluster_schema/> | ||
| 535 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 536 | - <xloc>705</xloc> | ||
| 537 | - <yloc>65</yloc> | ||
| 538 | - <draw>Y</draw> | ||
| 539 | - </GUI> | ||
| 540 | - </step> | ||
| 541 | - | ||
| 542 | - <step> | ||
| 543 | - <name>Excel输出</name> | ||
| 544 | - <type>ExcelOutput</type> | ||
| 545 | - <description/> | ||
| 546 | - <distribute>Y</distribute> | ||
| 547 | - <custom_distribution/> | ||
| 548 | - <copies>1</copies> | ||
| 549 | - <partitioning> | ||
| 550 | - <method>none</method> | ||
| 551 | - <schema_name/> | ||
| 552 | - </partitioning> | ||
| 553 | - <header>Y</header> | ||
| 554 | - <footer>N</footer> | ||
| 555 | - <encoding/> | ||
| 556 | - <append>N</append> | ||
| 557 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 558 | - <file> | ||
| 559 | - <name>${filepath}</name> | ||
| 560 | - <extention/> | ||
| 561 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 562 | - <create_parent_folder>N</create_parent_folder> | ||
| 563 | - <split>N</split> | ||
| 564 | - <add_date>N</add_date> | ||
| 565 | - <add_time>N</add_time> | ||
| 566 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 567 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 568 | - <sheetname>工作表1</sheetname> | ||
| 569 | - <autosizecolums>N</autosizecolums> | ||
| 570 | - <nullisblank>N</nullisblank> | ||
| 571 | - <protect_sheet>N</protect_sheet> | ||
| 572 | - <password>Encrypted </password> | ||
| 573 | - <splitevery>0</splitevery> | ||
| 574 | - <usetempfiles>N</usetempfiles> | ||
| 575 | - <tempdirectory/> | ||
| 576 | - </file> | ||
| 577 | - <template> | ||
| 578 | - <enabled>N</enabled> | ||
| 579 | - <append>N</append> | ||
| 580 | - <filename>template.xls</filename> | ||
| 581 | - </template> | ||
| 582 | - <fields> | ||
| 583 | - <field> | ||
| 584 | - <name>线路</name> | ||
| 585 | - <type>String</type> | ||
| 586 | - <format/> | ||
| 587 | - </field> | ||
| 588 | - <field> | ||
| 589 | - <name>内部编码</name> | ||
| 590 | - <type>String</type> | ||
| 591 | - <format/> | ||
| 592 | - </field> | ||
| 593 | - <field> | ||
| 594 | - <name>启用日期</name> | ||
| 595 | - <type>String</type> | ||
| 596 | - <format/> | ||
| 597 | - </field> | ||
| 598 | - <field> | ||
| 599 | - <name>起始路牌</name> | ||
| 600 | - <type>String</type> | ||
| 601 | - <format/> | ||
| 602 | - </field> | ||
| 603 | - <field> | ||
| 604 | - <name>路牌范围</name> | ||
| 605 | - <type>String</type> | ||
| 606 | - <format/> | ||
| 607 | - </field> | ||
| 608 | - <field> | ||
| 609 | - <name>起始人员</name> | ||
| 610 | - <type>String</type> | ||
| 611 | - <format/> | ||
| 612 | - </field> | ||
| 613 | - <field> | ||
| 614 | - <name>人员范围</name> | ||
| 615 | - <type>String</type> | ||
| 616 | - <format/> | ||
| 617 | - </field> | ||
| 618 | - <field> | ||
| 619 | - <name>翻班格式</name> | ||
| 620 | - <type>String</type> | ||
| 621 | - <format/> | ||
| 622 | - </field> | ||
| 623 | - </fields> | ||
| 624 | - <custom> | ||
| 625 | - <header_font_name>arial</header_font_name> | ||
| 626 | - <header_font_size>10</header_font_size> | ||
| 627 | - <header_font_bold>N</header_font_bold> | ||
| 628 | - <header_font_italic>N</header_font_italic> | ||
| 629 | - <header_font_underline>no</header_font_underline> | ||
| 630 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 631 | - <header_font_color>black</header_font_color> | ||
| 632 | - <header_background_color>none</header_background_color> | ||
| 633 | - <header_row_height>255</header_row_height> | ||
| 634 | - <header_alignment>left</header_alignment> | ||
| 635 | - <header_image/> | ||
| 636 | - <row_font_name>arial</row_font_name> | ||
| 637 | - <row_font_size>10</row_font_size> | ||
| 638 | - <row_font_color>black</row_font_color> | ||
| 639 | - <row_background_color>none</row_background_color> | ||
| 640 | - </custom> | ||
| 641 | - <cluster_schema/> | ||
| 642 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 643 | - <xloc>707</xloc> | ||
| 644 | - <yloc>259</yloc> | ||
| 645 | - <draw>Y</draw> | ||
| 646 | - </GUI> | ||
| 647 | - </step> | ||
| 648 | - | ||
| 649 | - <step_error_handling> | ||
| 650 | - </step_error_handling> | ||
| 651 | - <slave-step-copy-partition-distribution> | ||
| 652 | -</slave-step-copy-partition-distribution> | ||
| 653 | - <slave_transformation>N</slave_transformation> | ||
| 654 | - | ||
| 655 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>scheduleRuleDataOutput</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>filepath</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>excel文件路径</description> | ||
| 16 | + </parameter> | ||
| 17 | + </parameters> | ||
| 18 | + <log> | ||
| 19 | +<trans-log-table><connection/> | ||
| 20 | +<schema/> | ||
| 21 | +<table/> | ||
| 22 | +<size_limit_lines/> | ||
| 23 | +<interval/> | ||
| 24 | +<timeout_days/> | ||
| 25 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | +<perf-log-table><connection/> | ||
| 27 | +<schema/> | ||
| 28 | +<table/> | ||
| 29 | +<interval/> | ||
| 30 | +<timeout_days/> | ||
| 31 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | +<channel-log-table><connection/> | ||
| 33 | +<schema/> | ||
| 34 | +<table/> | ||
| 35 | +<timeout_days/> | ||
| 36 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | +<step-log-table><connection/> | ||
| 38 | +<schema/> | ||
| 39 | +<table/> | ||
| 40 | +<timeout_days/> | ||
| 41 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | +<metrics-log-table><connection/> | ||
| 43 | +<schema/> | ||
| 44 | +<table/> | ||
| 45 | +<timeout_days/> | ||
| 46 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | + </log> | ||
| 48 | + <maxdate> | ||
| 49 | + <connection/> | ||
| 50 | + <table/> | ||
| 51 | + <field/> | ||
| 52 | + <offset>0.0</offset> | ||
| 53 | + <maxdiff>0.0</maxdiff> | ||
| 54 | + </maxdate> | ||
| 55 | + <size_rowset>10000</size_rowset> | ||
| 56 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | + <sleep_time_full>50</sleep_time_full> | ||
| 58 | + <unique_connections>N</unique_connections> | ||
| 59 | + <feedback_shown>Y</feedback_shown> | ||
| 60 | + <feedback_size>50000</feedback_size> | ||
| 61 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | + <shared_objects_file/> | ||
| 63 | + <capture_step_performance>N</capture_step_performance> | ||
| 64 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | + <dependencies> | ||
| 67 | + </dependencies> | ||
| 68 | + <partitionschemas> | ||
| 69 | + </partitionschemas> | ||
| 70 | + <slaveservers> | ||
| 71 | + </slaveservers> | ||
| 72 | + <clusterschemas> | ||
| 73 | + </clusterschemas> | ||
| 74 | + <created_user>-</created_user> | ||
| 75 | + <created_date>2017/01/09 13:35:19.384</created_date> | ||
| 76 | + <modified_user>-</modified_user> | ||
| 77 | + <modified_date>2017/01/09 13:35:19.384</modified_date> | ||
| 78 | + <key_for_session_key/> | ||
| 79 | + <is_key_private>N</is_key_private> | ||
| 80 | + </info> | ||
| 81 | + <notepads> | ||
| 82 | + <notepad> | ||
| 83 | + <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 84 | + <xloc>118</xloc> | ||
| 85 | + <yloc>158</yloc> | ||
| 86 | + <width>333</width> | ||
| 87 | + <heigth>90</heigth> | ||
| 88 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 89 | + <fontsize>12</fontsize> | ||
| 90 | + <fontbold>N</fontbold> | ||
| 91 | + <fontitalic>N</fontitalic> | ||
| 92 | + <fontcolorred>0</fontcolorred> | ||
| 93 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 94 | + <fontcolorblue>0</fontcolorblue> | ||
| 95 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 96 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 97 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 98 | + <bordercolorred>100</bordercolorred> | ||
| 99 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 100 | + <bordercolorblue>100</bordercolorblue> | ||
| 101 | + <drawshadow>Y</drawshadow> | ||
| 102 | + </notepad> | ||
| 103 | + </notepads> | ||
| 104 | + <connection> | ||
| 105 | + <name>bus_control_variable</name> | ||
| 106 | + <server>${v_db_ip}</server> | ||
| 107 | + <type>MYSQL</type> | ||
| 108 | + <access>Native</access> | ||
| 109 | + <database>${v_db_dname}</database> | ||
| 110 | + <port>3306</port> | ||
| 111 | + <username>${v_db_uname}</username> | ||
| 112 | + <password>${v_db_pwd}</password> | ||
| 113 | + <servername/> | ||
| 114 | + <data_tablespace/> | ||
| 115 | + <index_tablespace/> | ||
| 116 | + <attributes> | ||
| 117 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 118 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 119 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 120 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 121 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 122 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 123 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 124 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 125 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 126 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 127 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 128 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 129 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 130 | + </attributes> | ||
| 131 | + </connection> | ||
| 132 | + <connection> | ||
| 133 | + <name>bus_control_公司_201</name> | ||
| 134 | + <server>localhost</server> | ||
| 135 | + <type>MYSQL</type> | ||
| 136 | + <access>Native</access> | ||
| 137 | + <database>control</database> | ||
| 138 | + <port>3306</port> | ||
| 139 | + <username>root</username> | ||
| 140 | + <password>Encrypted </password> | ||
| 141 | + <servername/> | ||
| 142 | + <data_tablespace/> | ||
| 143 | + <index_tablespace/> | ||
| 144 | + <attributes> | ||
| 145 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 146 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 147 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 148 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 149 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 150 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 151 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 152 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 153 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 154 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 155 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 156 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 157 | + </attributes> | ||
| 158 | + </connection> | ||
| 159 | + <connection> | ||
| 160 | + <name>bus_control_本机</name> | ||
| 161 | + <server>localhost</server> | ||
| 162 | + <type>MYSQL</type> | ||
| 163 | + <access>Native</access> | ||
| 164 | + <database>control</database> | ||
| 165 | + <port>3306</port> | ||
| 166 | + <username>root</username> | ||
| 167 | + <password>Encrypted </password> | ||
| 168 | + <servername/> | ||
| 169 | + <data_tablespace/> | ||
| 170 | + <index_tablespace/> | ||
| 171 | + <attributes> | ||
| 172 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 173 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 174 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 175 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 176 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 177 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 178 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 179 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 180 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 181 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 182 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 183 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 184 | + </attributes> | ||
| 185 | + </connection> | ||
| 186 | + <connection> | ||
| 187 | + <name>xlab_mysql_youle</name> | ||
| 188 | + <server>101.231.124.8</server> | ||
| 189 | + <type>MYSQL</type> | ||
| 190 | + <access>Native</access> | ||
| 191 | + <database>xlab_youle</database> | ||
| 192 | + <port>45687</port> | ||
| 193 | + <username>xlab-youle</username> | ||
| 194 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 195 | + <servername/> | ||
| 196 | + <data_tablespace/> | ||
| 197 | + <index_tablespace/> | ||
| 198 | + <attributes> | ||
| 199 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 200 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 201 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 202 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 203 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 204 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 205 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 206 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 207 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 208 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 210 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 211 | + </attributes> | ||
| 212 | + </connection> | ||
| 213 | + <connection> | ||
| 214 | + <name>xlab_mysql_youle(本机)</name> | ||
| 215 | + <server>localhost</server> | ||
| 216 | + <type>MYSQL</type> | ||
| 217 | + <access>Native</access> | ||
| 218 | + <database>xlab_youle</database> | ||
| 219 | + <port>3306</port> | ||
| 220 | + <username>root</username> | ||
| 221 | + <password>Encrypted </password> | ||
| 222 | + <servername/> | ||
| 223 | + <data_tablespace/> | ||
| 224 | + <index_tablespace/> | ||
| 225 | + <attributes> | ||
| 226 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 227 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 228 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 229 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 230 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 231 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 232 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 233 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 234 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 235 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 236 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 237 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 238 | + </attributes> | ||
| 239 | + </connection> | ||
| 240 | + <connection> | ||
| 241 | + <name>xlab_youle</name> | ||
| 242 | + <server/> | ||
| 243 | + <type>MYSQL</type> | ||
| 244 | + <access>JNDI</access> | ||
| 245 | + <database>xlab_youle</database> | ||
| 246 | + <port>1521</port> | ||
| 247 | + <username/> | ||
| 248 | + <password>Encrypted </password> | ||
| 249 | + <servername/> | ||
| 250 | + <data_tablespace/> | ||
| 251 | + <index_tablespace/> | ||
| 252 | + <attributes> | ||
| 253 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 254 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 255 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 256 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 257 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 258 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 259 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 260 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 261 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 262 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 263 | + </attributes> | ||
| 264 | + </connection> | ||
| 265 | + <order> | ||
| 266 | + <hop> <from>排版规则</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 267 | + <hop> <from>线路查询</from><to>车辆配置查询</to><enabled>Y</enabled> </hop> | ||
| 268 | + <hop> <from>车辆配置查询</from><to>车辆查询</to><enabled>Y</enabled> </hop> | ||
| 269 | + <hop> <from>车辆查询</from><to>格式化日期</to><enabled>Y</enabled> </hop> | ||
| 270 | + <hop> <from>格式化日期</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 271 | + <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 272 | + </order> | ||
| 273 | + <step> | ||
| 274 | + <name>排版规则</name> | ||
| 275 | + <type>TableInput</type> | ||
| 276 | + <description/> | ||
| 277 | + <distribute>Y</distribute> | ||
| 278 | + <custom_distribution/> | ||
| 279 | + <copies>1</copies> | ||
| 280 | + <partitioning> | ||
| 281 | + <method>none</method> | ||
| 282 | + <schema_name/> | ||
| 283 | + </partitioning> | ||
| 284 | + <connection>bus_control_variable</connection> | ||
| 285 | + <sql>SELECT * FROM bsth_c_s_sr1_flat</sql> | ||
| 286 | + <limit>0</limit> | ||
| 287 | + <lookup/> | ||
| 288 | + <execute_each_row>N</execute_each_row> | ||
| 289 | + <variables_active>N</variables_active> | ||
| 290 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 291 | + <cluster_schema/> | ||
| 292 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 293 | + <xloc>129</xloc> | ||
| 294 | + <yloc>65</yloc> | ||
| 295 | + <draw>Y</draw> | ||
| 296 | + </GUI> | ||
| 297 | + </step> | ||
| 298 | + | ||
| 299 | + <step> | ||
| 300 | + <name>线路查询</name> | ||
| 301 | + <type>DBLookup</type> | ||
| 302 | + <description/> | ||
| 303 | + <distribute>Y</distribute> | ||
| 304 | + <custom_distribution/> | ||
| 305 | + <copies>1</copies> | ||
| 306 | + <partitioning> | ||
| 307 | + <method>none</method> | ||
| 308 | + <schema_name/> | ||
| 309 | + </partitioning> | ||
| 310 | + <connection>bus_control_variable</connection> | ||
| 311 | + <cache>Y</cache> | ||
| 312 | + <cache_load_all>Y</cache_load_all> | ||
| 313 | + <cache_size>0</cache_size> | ||
| 314 | + <lookup> | ||
| 315 | + <schema/> | ||
| 316 | + <table>bsth_c_line</table> | ||
| 317 | + <orderby/> | ||
| 318 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 319 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 320 | + <key> | ||
| 321 | + <name>xl</name> | ||
| 322 | + <field>id</field> | ||
| 323 | + <condition>=</condition> | ||
| 324 | + <name2/> | ||
| 325 | + </key> | ||
| 326 | + <value> | ||
| 327 | + <name>name</name> | ||
| 328 | + <rename>xlmc</rename> | ||
| 329 | + <default/> | ||
| 330 | + <type>String</type> | ||
| 331 | + </value> | ||
| 332 | + </lookup> | ||
| 333 | + <cluster_schema/> | ||
| 334 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 335 | + <xloc>329</xloc> | ||
| 336 | + <yloc>65</yloc> | ||
| 337 | + <draw>Y</draw> | ||
| 338 | + </GUI> | ||
| 339 | + </step> | ||
| 340 | + | ||
| 341 | + <step> | ||
| 342 | + <name>字段选择</name> | ||
| 343 | + <type>SelectValues</type> | ||
| 344 | + <description/> | ||
| 345 | + <distribute>Y</distribute> | ||
| 346 | + <custom_distribution/> | ||
| 347 | + <copies>1</copies> | ||
| 348 | + <partitioning> | ||
| 349 | + <method>none</method> | ||
| 350 | + <schema_name/> | ||
| 351 | + </partitioning> | ||
| 352 | + <fields> <field> <name>xlmc</name> | ||
| 353 | + <rename>线路</rename> | ||
| 354 | + <length>-2</length> | ||
| 355 | + <precision>-2</precision> | ||
| 356 | + </field> <field> <name>zbh</name> | ||
| 357 | + <rename>内部编码</rename> | ||
| 358 | + <length>-2</length> | ||
| 359 | + <precision>-2</precision> | ||
| 360 | + </field> <field> <name>qyrq</name> | ||
| 361 | + <rename>启用日期</rename> | ||
| 362 | + <length>-2</length> | ||
| 363 | + <precision>-2</precision> | ||
| 364 | + </field> <field> <name>lp_start</name> | ||
| 365 | + <rename>起始路牌</rename> | ||
| 366 | + <length>-2</length> | ||
| 367 | + <precision>-2</precision> | ||
| 368 | + </field> <field> <name>lp_names</name> | ||
| 369 | + <rename>路牌范围</rename> | ||
| 370 | + <length>-2</length> | ||
| 371 | + <precision>-2</precision> | ||
| 372 | + </field> <field> <name>ry_start</name> | ||
| 373 | + <rename>起始人员</rename> | ||
| 374 | + <length>-2</length> | ||
| 375 | + <precision>-2</precision> | ||
| 376 | + </field> <field> <name>ry_dbbms</name> | ||
| 377 | + <rename>人员范围</rename> | ||
| 378 | + <length>-2</length> | ||
| 379 | + <precision>-2</precision> | ||
| 380 | + </field> <field> <name>fbgs</name> | ||
| 381 | + <rename>翻班格式</rename> | ||
| 382 | + <length>-2</length> | ||
| 383 | + <precision>-2</precision> | ||
| 384 | + </field> <select_unspecified>N</select_unspecified> | ||
| 385 | + </fields> <cluster_schema/> | ||
| 386 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 387 | + <xloc>706</xloc> | ||
| 388 | + <yloc>163</yloc> | ||
| 389 | + <draw>Y</draw> | ||
| 390 | + </GUI> | ||
| 391 | + </step> | ||
| 392 | + | ||
| 393 | + <step> | ||
| 394 | + <name>车辆配置查询</name> | ||
| 395 | + <type>DBLookup</type> | ||
| 396 | + <description/> | ||
| 397 | + <distribute>Y</distribute> | ||
| 398 | + <custom_distribution/> | ||
| 399 | + <copies>1</copies> | ||
| 400 | + <partitioning> | ||
| 401 | + <method>none</method> | ||
| 402 | + <schema_name/> | ||
| 403 | + </partitioning> | ||
| 404 | + <connection>bus_control_variable</connection> | ||
| 405 | + <cache>N</cache> | ||
| 406 | + <cache_load_all>N</cache_load_all> | ||
| 407 | + <cache_size>0</cache_size> | ||
| 408 | + <lookup> | ||
| 409 | + <schema/> | ||
| 410 | + <table>bsth_c_s_ccinfo</table> | ||
| 411 | + <orderby/> | ||
| 412 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 413 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 414 | + <key> | ||
| 415 | + <name>car_config_info</name> | ||
| 416 | + <field>id</field> | ||
| 417 | + <condition>=</condition> | ||
| 418 | + <name2/> | ||
| 419 | + </key> | ||
| 420 | + <value> | ||
| 421 | + <name>cl</name> | ||
| 422 | + <rename>clid</rename> | ||
| 423 | + <default/> | ||
| 424 | + <type>Integer</type> | ||
| 425 | + </value> | ||
| 426 | + </lookup> | ||
| 427 | + <cluster_schema/> | ||
| 428 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 429 | + <xloc>471</xloc> | ||
| 430 | + <yloc>64</yloc> | ||
| 431 | + <draw>Y</draw> | ||
| 432 | + </GUI> | ||
| 433 | + </step> | ||
| 434 | + | ||
| 435 | + <step> | ||
| 436 | + <name>车辆查询</name> | ||
| 437 | + <type>DBLookup</type> | ||
| 438 | + <description/> | ||
| 439 | + <distribute>Y</distribute> | ||
| 440 | + <custom_distribution/> | ||
| 441 | + <copies>1</copies> | ||
| 442 | + <partitioning> | ||
| 443 | + <method>none</method> | ||
| 444 | + <schema_name/> | ||
| 445 | + </partitioning> | ||
| 446 | + <connection>bus_control_variable</connection> | ||
| 447 | + <cache>N</cache> | ||
| 448 | + <cache_load_all>N</cache_load_all> | ||
| 449 | + <cache_size>0</cache_size> | ||
| 450 | + <lookup> | ||
| 451 | + <schema/> | ||
| 452 | + <table>bsth_c_cars</table> | ||
| 453 | + <orderby/> | ||
| 454 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 455 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 456 | + <key> | ||
| 457 | + <name>clid</name> | ||
| 458 | + <field>id</field> | ||
| 459 | + <condition>=</condition> | ||
| 460 | + <name2/> | ||
| 461 | + </key> | ||
| 462 | + <value> | ||
| 463 | + <name>inside_code</name> | ||
| 464 | + <rename>zbh</rename> | ||
| 465 | + <default/> | ||
| 466 | + <type>String</type> | ||
| 467 | + </value> | ||
| 468 | + </lookup> | ||
| 469 | + <cluster_schema/> | ||
| 470 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 471 | + <xloc>600</xloc> | ||
| 472 | + <yloc>64</yloc> | ||
| 473 | + <draw>Y</draw> | ||
| 474 | + </GUI> | ||
| 475 | + </step> | ||
| 476 | + | ||
| 477 | + <step> | ||
| 478 | + <name>格式化日期</name> | ||
| 479 | + <type>SelectValues</type> | ||
| 480 | + <description/> | ||
| 481 | + <distribute>Y</distribute> | ||
| 482 | + <custom_distribution/> | ||
| 483 | + <copies>1</copies> | ||
| 484 | + <partitioning> | ||
| 485 | + <method>none</method> | ||
| 486 | + <schema_name/> | ||
| 487 | + </partitioning> | ||
| 488 | + <fields> <select_unspecified>N</select_unspecified> | ||
| 489 | + <meta> <name>qyrq</name> | ||
| 490 | + <rename>qyrq</rename> | ||
| 491 | + <type>String</type> | ||
| 492 | + <length>-2</length> | ||
| 493 | + <precision>-2</precision> | ||
| 494 | + <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 495 | + <date_format_lenient>false</date_format_lenient> | ||
| 496 | + <date_format_locale/> | ||
| 497 | + <date_format_timezone/> | ||
| 498 | + <lenient_string_to_number>false</lenient_string_to_number> | ||
| 499 | + <encoding/> | ||
| 500 | + <decimal_symbol/> | ||
| 501 | + <grouping_symbol/> | ||
| 502 | + <currency_symbol/> | ||
| 503 | + <storage_type/> | ||
| 504 | + </meta> <meta> <name>lp_start</name> | ||
| 505 | + <rename>lp_start</rename> | ||
| 506 | + <type>String</type> | ||
| 507 | + <length>-2</length> | ||
| 508 | + <precision>-2</precision> | ||
| 509 | + <conversion_mask/> | ||
| 510 | + <date_format_lenient>false</date_format_lenient> | ||
| 511 | + <date_format_locale/> | ||
| 512 | + <date_format_timezone/> | ||
| 513 | + <lenient_string_to_number>false</lenient_string_to_number> | ||
| 514 | + <encoding/> | ||
| 515 | + <decimal_symbol/> | ||
| 516 | + <grouping_symbol/> | ||
| 517 | + <currency_symbol/> | ||
| 518 | + <storage_type/> | ||
| 519 | + </meta> <meta> <name>ry_start</name> | ||
| 520 | + <rename>ry_start</rename> | ||
| 521 | + <type>String</type> | ||
| 522 | + <length>-2</length> | ||
| 523 | + <precision>-2</precision> | ||
| 524 | + <conversion_mask>#</conversion_mask> | ||
| 525 | + <date_format_lenient>false</date_format_lenient> | ||
| 526 | + <date_format_locale/> | ||
| 527 | + <date_format_timezone/> | ||
| 528 | + <lenient_string_to_number>false</lenient_string_to_number> | ||
| 529 | + <encoding/> | ||
| 530 | + <decimal_symbol/> | ||
| 531 | + <grouping_symbol/> | ||
| 532 | + <currency_symbol/> | ||
| 533 | + <storage_type/> | ||
| 534 | + </meta> </fields> <cluster_schema/> | ||
| 535 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 536 | + <xloc>705</xloc> | ||
| 537 | + <yloc>65</yloc> | ||
| 538 | + <draw>Y</draw> | ||
| 539 | + </GUI> | ||
| 540 | + </step> | ||
| 541 | + | ||
| 542 | + <step> | ||
| 543 | + <name>Excel输出</name> | ||
| 544 | + <type>ExcelOutput</type> | ||
| 545 | + <description/> | ||
| 546 | + <distribute>Y</distribute> | ||
| 547 | + <custom_distribution/> | ||
| 548 | + <copies>1</copies> | ||
| 549 | + <partitioning> | ||
| 550 | + <method>none</method> | ||
| 551 | + <schema_name/> | ||
| 552 | + </partitioning> | ||
| 553 | + <header>Y</header> | ||
| 554 | + <footer>N</footer> | ||
| 555 | + <encoding/> | ||
| 556 | + <append>N</append> | ||
| 557 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 558 | + <file> | ||
| 559 | + <name>${filepath}</name> | ||
| 560 | + <extention/> | ||
| 561 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 562 | + <create_parent_folder>N</create_parent_folder> | ||
| 563 | + <split>N</split> | ||
| 564 | + <add_date>N</add_date> | ||
| 565 | + <add_time>N</add_time> | ||
| 566 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 567 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 568 | + <sheetname>工作表1</sheetname> | ||
| 569 | + <autosizecolums>N</autosizecolums> | ||
| 570 | + <nullisblank>N</nullisblank> | ||
| 571 | + <protect_sheet>N</protect_sheet> | ||
| 572 | + <password>Encrypted </password> | ||
| 573 | + <splitevery>0</splitevery> | ||
| 574 | + <usetempfiles>N</usetempfiles> | ||
| 575 | + <tempdirectory/> | ||
| 576 | + </file> | ||
| 577 | + <template> | ||
| 578 | + <enabled>N</enabled> | ||
| 579 | + <append>N</append> | ||
| 580 | + <filename>template.xls</filename> | ||
| 581 | + </template> | ||
| 582 | + <fields> | ||
| 583 | + <field> | ||
| 584 | + <name>线路</name> | ||
| 585 | + <type>String</type> | ||
| 586 | + <format/> | ||
| 587 | + </field> | ||
| 588 | + <field> | ||
| 589 | + <name>内部编码</name> | ||
| 590 | + <type>String</type> | ||
| 591 | + <format/> | ||
| 592 | + </field> | ||
| 593 | + <field> | ||
| 594 | + <name>启用日期</name> | ||
| 595 | + <type>String</type> | ||
| 596 | + <format/> | ||
| 597 | + </field> | ||
| 598 | + <field> | ||
| 599 | + <name>起始路牌</name> | ||
| 600 | + <type>String</type> | ||
| 601 | + <format/> | ||
| 602 | + </field> | ||
| 603 | + <field> | ||
| 604 | + <name>路牌范围</name> | ||
| 605 | + <type>String</type> | ||
| 606 | + <format/> | ||
| 607 | + </field> | ||
| 608 | + <field> | ||
| 609 | + <name>起始人员</name> | ||
| 610 | + <type>String</type> | ||
| 611 | + <format/> | ||
| 612 | + </field> | ||
| 613 | + <field> | ||
| 614 | + <name>人员范围</name> | ||
| 615 | + <type>String</type> | ||
| 616 | + <format/> | ||
| 617 | + </field> | ||
| 618 | + <field> | ||
| 619 | + <name>翻班格式</name> | ||
| 620 | + <type>String</type> | ||
| 621 | + <format/> | ||
| 622 | + </field> | ||
| 623 | + </fields> | ||
| 624 | + <custom> | ||
| 625 | + <header_font_name>arial</header_font_name> | ||
| 626 | + <header_font_size>10</header_font_size> | ||
| 627 | + <header_font_bold>N</header_font_bold> | ||
| 628 | + <header_font_italic>N</header_font_italic> | ||
| 629 | + <header_font_underline>no</header_font_underline> | ||
| 630 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 631 | + <header_font_color>black</header_font_color> | ||
| 632 | + <header_background_color>none</header_background_color> | ||
| 633 | + <header_row_height>255</header_row_height> | ||
| 634 | + <header_alignment>left</header_alignment> | ||
| 635 | + <header_image/> | ||
| 636 | + <row_font_name>arial</row_font_name> | ||
| 637 | + <row_font_size>10</row_font_size> | ||
| 638 | + <row_font_color>black</row_font_color> | ||
| 639 | + <row_background_color>none</row_background_color> | ||
| 640 | + </custom> | ||
| 641 | + <cluster_schema/> | ||
| 642 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 643 | + <xloc>707</xloc> | ||
| 644 | + <yloc>259</yloc> | ||
| 645 | + <draw>Y</draw> | ||
| 646 | + </GUI> | ||
| 647 | + </step> | ||
| 648 | + | ||
| 649 | + <step_error_handling> | ||
| 650 | + </step_error_handling> | ||
| 651 | + <slave-step-copy-partition-distribution> | ||
| 652 | +</slave-step-copy-partition-distribution> | ||
| 653 | + <slave_transformation>N</slave_transformation> | ||
| 654 | + | ||
| 655 | +</transformation> |
src/main/resources/static/pages/forms/statement/statisticsDaily .html
| 1 | -<style type="text/css"> | ||
| 2 | - .table-bordered { | ||
| 3 | - border: 1px solid; } | ||
| 4 | - .table-bordered > thead > tr > th, | ||
| 5 | - .table-bordered > thead > tr > td, | ||
| 6 | - .table-bordered > tbody > tr > th, | ||
| 7 | - .table-bordered > tbody > tr > td, | ||
| 8 | - .table-bordered > tfoot > tr > th, | ||
| 9 | - .table-bordered > tfoot > tr > td { | ||
| 10 | - border: 1px solid; } | ||
| 11 | - .table-bordered > thead > tr > th, | ||
| 12 | - .table-bordered > thead > tr > td { | ||
| 13 | - border-bottom-width: 2px; } | ||
| 14 | - | ||
| 15 | - .table > tbody + tbody { | ||
| 16 | - border-top: 1px solid; } | ||
| 17 | -</style> | ||
| 18 | - | ||
| 19 | -<div class="page-head"> | ||
| 20 | - <div class="page-title"> | ||
| 21 | - <h1>统计日报</h1> | ||
| 22 | - </div> | ||
| 23 | -</div> | ||
| 24 | - | ||
| 25 | -<div class="row"> | ||
| 26 | - <div class="col-md-12"> | ||
| 27 | - <div class="portlet light porttlet-fit bordered"> | ||
| 28 | - <div class="portlet-title"> | ||
| 29 | - <form class="form-inline" action=""> | ||
| 30 | - <div style="display: inline-block;"> | ||
| 31 | - <span class="item-label" style="width: 80px;">线路: </span> | ||
| 32 | - <select class="form-control" name="line" id="line" style="width: 180px;"></select> | ||
| 33 | - </div> | ||
| 34 | - <div style="display: inline-block;margin-left: 15px;"> | ||
| 35 | - <span class="item-label" style="width: 80px;">时间: </span> | ||
| 36 | - <input class="form-control" type="text" id="date" style="width: 180px;"/> | ||
| 37 | - </div> | ||
| 38 | - <div class="form-group"> | ||
| 39 | - <input class="btn btn-default" type="button" id="query" value="查询"/> | ||
| 40 | -<!-- <input class="btn btn-default" type="button" id="export" value="导出"/> --> | ||
| 41 | - </div> | ||
| 42 | - </form> | ||
| 43 | - </div> | ||
| 44 | - <div class="portlet-body"> | ||
| 45 | - <div class="table-container" style="margin-top: 10px;overflow:auto;min-width: 906px"> | ||
| 46 | - <label>早高峰:6:31~8:30 晚高峰:16:01~18:00</label> | ||
| 47 | - <table class="table table-bordered table-hover table-checkable" id="forms"> | ||
| 48 | - <thead> | ||
| 49 | - <tr> | ||
| 50 | - <th colspan="36">线路运营情况统计日报</th> | ||
| 51 | - </tr> | ||
| 52 | - <tr> | ||
| 53 | - <td rowspan="3">路线别</td> | ||
| 54 | - <td colspan="15">全日营运里程(公里)</td> | ||
| 55 | - <td colspan="15">全日营运班次</td> | ||
| 56 | - <td colspan="5">大间隔情况</td> | ||
| 57 | - </tr> | ||
| 58 | - <tr> | ||
| 59 | - <td rowspan="2">计划</td> | ||
| 60 | - <td rowspan="2">实驶</td> | ||
| 61 | - <td rowspan="2">少驶</td> | ||
| 62 | - <td colspan="11">少驶原因(公里)</td> | ||
| 63 | - <td rowspan="2">临加公里</td> | ||
| 64 | - <td colspan="3">计划班次</td> | ||
| 65 | - <td colspan="3">实际班次</td> | ||
| 66 | - <td colspan="3">临加班次</td> | ||
| 67 | - <td colspan="3">放站班次</td> | ||
| 68 | - <td colspan="3">调头班次</td> | ||
| 69 | - <td colspan="3">发生次数</td> | ||
| 70 | - <td rowspan="2">最大间隔时间(秒)</td> | ||
| 71 | - <td rowspan="2">原因</td> | ||
| 72 | - </tr> | ||
| 73 | - <tr> | ||
| 74 | - <td width="31px">路阻</td> | ||
| 75 | - <td>吊慢</td> | ||
| 76 | - <td>故障</td> | ||
| 77 | - <td>纠纷</td> | ||
| 78 | - <td>肇事</td> | ||
| 79 | - <td>缺人</td> | ||
| 80 | - <td>缺车</td> | ||
| 81 | - <td>客稀</td> | ||
| 82 | - <td>气候</td> | ||
| 83 | - <td>援外</td> | ||
| 84 | - <td>其他</td> | ||
| 85 | - <td>全日</td> | ||
| 86 | - <td>早高峰</td> | ||
| 87 | - <td>晚高峰</td> | ||
| 88 | - <td>全日</td> | ||
| 89 | - <td>早高峰</td> | ||
| 90 | - <td>晚高峰</td> | ||
| 91 | - <td>全日</td> | ||
| 92 | - <td>早高峰</td> | ||
| 93 | - <td>晚高峰</td> | ||
| 94 | - <td>全日</td> | ||
| 95 | - <td>早高峰</td> | ||
| 96 | - <td>晚高峰</td> | ||
| 97 | - <td>全日</td> | ||
| 98 | - <td>早高峰</td> | ||
| 99 | - <td>晚高峰</td> | ||
| 100 | - <td>全日</td> | ||
| 101 | - <td>早高峰</td> | ||
| 102 | - <td>晚高峰</td> | ||
| 103 | - </tr> | ||
| 104 | - </thead> | ||
| 105 | - <tbody class="statisticsDaily"> | ||
| 106 | - | ||
| 107 | - </tbody> | ||
| 108 | - <tr> | ||
| 109 | - <td>合计</td> | ||
| 110 | - <td> </td> | ||
| 111 | - <td> </td> | ||
| 112 | - <td> </td> | ||
| 113 | - <td> </td> | ||
| 114 | - <td> </td> | ||
| 115 | - <td> </td> | ||
| 116 | - <td> </td> | ||
| 117 | - <td> </td> | ||
| 118 | - <td> </td> | ||
| 119 | - <td> </td> | ||
| 120 | - <td> </td> | ||
| 121 | - <td> </td> | ||
| 122 | - <td> </td> | ||
| 123 | - <td> </td> | ||
| 124 | - <td> </td> | ||
| 125 | - <td> </td> | ||
| 126 | - <td> </td> | ||
| 127 | - <td> </td> | ||
| 128 | - <td> </td> | ||
| 129 | - <td> </td> | ||
| 130 | - <td> </td> | ||
| 131 | - <td> </td> | ||
| 132 | - <td> </td> | ||
| 133 | - <td> </td> | ||
| 134 | - <td> </td> | ||
| 135 | - <td> </td> | ||
| 136 | - <td> </td> | ||
| 137 | - <td> </td> | ||
| 138 | - <td> </td> | ||
| 139 | - <td> </td> | ||
| 140 | - <td> </td> | ||
| 141 | - <td> </td> | ||
| 142 | - <td> </td> | ||
| 143 | - <td> </td> | ||
| 144 | - <td> </td> | ||
| 145 | - </tr> | ||
| 146 | - <tr> | ||
| 147 | - <td>运营情况摘录</td> | ||
| 148 | - <td colspan="35"> </td> | ||
| 149 | - </tr> | ||
| 150 | - </table> | ||
| 151 | - </div> | ||
| 152 | - </div> | ||
| 153 | - </div> | ||
| 154 | - </div> | ||
| 155 | -</div> | ||
| 156 | - | ||
| 157 | -<script> | ||
| 158 | - $(function(){ | ||
| 159 | - // 关闭左侧栏 | ||
| 160 | - if (!$('body').hasClass('page-sidebar-closed')) | ||
| 161 | - $('.menu-toggler.sidebar-toggler').click(); | ||
| 162 | - | ||
| 163 | - $("#date").datetimepicker({ | ||
| 164 | - format : 'YYYY-MM-DD', | ||
| 165 | - locale : 'zh-cn' | ||
| 166 | - }); | ||
| 167 | - $.get('/basic/lineCode2Name',function(result){ | ||
| 168 | - var data=[]; | ||
| 169 | - | ||
| 170 | - for(var code in result){ | ||
| 171 | - data.push({id: code, text: result[code]}); | ||
| 172 | - } | ||
| 173 | - console.log(data); | ||
| 174 | - initPinYinSelect2('#line',data,''); | ||
| 175 | - | ||
| 176 | - }) | ||
| 177 | - | ||
| 178 | - | ||
| 179 | - $("#query").on("click",function(){ | ||
| 180 | - var line = $("#line").val(); | ||
| 181 | - var xlName = $("#select2-line-container").html(); | ||
| 182 | - var date = $("#date").val(); | ||
| 183 | - $get('/realSchedule/statisticsDaily',{line:line,date:date,xlName:xlName},function(result){ | ||
| 184 | - // 把数据填充到模版中 | ||
| 185 | - var tbodyHtml = template('statisticsDaily',{list:result}); | ||
| 186 | - // 把渲染好的模版html文本追加到表格中 | ||
| 187 | - $('#forms .statisticsDaily').html(tbodyHtml); | ||
| 188 | - }); | ||
| 189 | - }); | ||
| 190 | - }); | ||
| 191 | -</script> | ||
| 192 | -<script type="text/html" id="statisticsDaily"> | ||
| 193 | - {{each list as obj i}} | ||
| 194 | - <tr> | ||
| 195 | - <td>{{obj.xlName}}</td> | ||
| 196 | - <td>{{obj.jhlc}}</td> | ||
| 197 | - <td>{{obj.sjgl}}</td> | ||
| 198 | - <td>{{obj.ssgl}}</td> | ||
| 199 | - <td>{{obj.ssgl_lz}}</td> | ||
| 200 | - <td>{{obj.ssgl_dm}}</td> | ||
| 201 | - <td>{{obj.ssgl_gz}}</td> | ||
| 202 | - <td>{{obj.ssgl_jf}}</td> | ||
| 203 | - <td>{{obj.ssgl_zs}}</td> | ||
| 204 | - <td>{{obj.ssgl_qr}}</td> | ||
| 205 | - <td>{{obj.ssgl_qc}}</td> | ||
| 206 | - <td>{{obj.ssgl_kx}}</td> | ||
| 207 | - <td>{{obj.ssgl_qh}}</td> | ||
| 208 | - <td>{{obj.ssgl_yw}}</td> | ||
| 209 | - <td>{{obj.ssgl_other}}</td> | ||
| 210 | - <td>{{obj.ljgl}}</td> | ||
| 211 | - <td>{{obj.jhbc}}</td> | ||
| 212 | - <td>{{obj.jhbc_m}}</td> | ||
| 213 | - <td>{{obj.jhbc_a}}</td> | ||
| 214 | - <td>{{obj.sjbc}}</td> | ||
| 215 | - <td>{{obj.sjbc_m}}</td> | ||
| 216 | - <td>{{obj.sjbc_a}}</td> | ||
| 217 | - <td>{{obj.ljbc}}</td> | ||
| 218 | - <td>{{obj.ljbc_m}}</td> | ||
| 219 | - <td>{{obj.ljbc_a}}</td> | ||
| 220 | - <td>{{obj.fzbc}}</td> | ||
| 221 | - <td>{{obj.fzbc_m}}</td> | ||
| 222 | - <td>{{obj.fzbc_a}}</td> | ||
| 223 | - <td>{{obj.dtbc}}</td> | ||
| 224 | - <td>{{obj.dtbc_m}}</td> | ||
| 225 | - <td>{{obj.dtbc_a}}</td> | ||
| 226 | - <td>{{obj.djg}}</td> | ||
| 227 | - <td>{{obj.djg_m}}</td> | ||
| 228 | - <td>{{obj.djg_a}}</td> | ||
| 229 | - <td>{{obj.djg_time}}</td> | ||
| 230 | - <td> </td> | ||
| 231 | - </tr> | ||
| 232 | - {{/each}} | ||
| 233 | - {{if list.length == 0}} | ||
| 234 | - <tr> | ||
| 235 | - <td colspan="36"><h6 class="muted">没有找到相关数据</h6></td> | ||
| 236 | - </tr> | ||
| 237 | - {{/if}} | 1 | +<style type="text/css"> |
| 2 | + .table-bordered { | ||
| 3 | + border: 1px solid; } | ||
| 4 | + .table-bordered > thead > tr > th, | ||
| 5 | + .table-bordered > thead > tr > td, | ||
| 6 | + .table-bordered > tbody > tr > th, | ||
| 7 | + .table-bordered > tbody > tr > td, | ||
| 8 | + .table-bordered > tfoot > tr > th, | ||
| 9 | + .table-bordered > tfoot > tr > td { | ||
| 10 | + border: 1px solid; } | ||
| 11 | + .table-bordered > thead > tr > th, | ||
| 12 | + .table-bordered > thead > tr > td { | ||
| 13 | + border-bottom-width: 2px; } | ||
| 14 | + | ||
| 15 | + .table > tbody + tbody { | ||
| 16 | + border-top: 1px solid; } | ||
| 17 | +</style> | ||
| 18 | + | ||
| 19 | +<div class="page-head"> | ||
| 20 | + <div class="page-title"> | ||
| 21 | + <h1>统计日报</h1> | ||
| 22 | + </div> | ||
| 23 | +</div> | ||
| 24 | + | ||
| 25 | +<div class="row"> | ||
| 26 | + <div class="col-md-12"> | ||
| 27 | + <div class="portlet light porttlet-fit bordered"> | ||
| 28 | + <div class="portlet-title"> | ||
| 29 | + <form class="form-inline" action=""> | ||
| 30 | + <div style="display: inline-block;"> | ||
| 31 | + <span class="item-label" style="width: 80px;">线路: </span> | ||
| 32 | + <select class="form-control" name="line" id="line" style="width: 180px;"></select> | ||
| 33 | + </div> | ||
| 34 | + <div style="display: inline-block;margin-left: 15px;"> | ||
| 35 | + <span class="item-label" style="width: 80px;">时间: </span> | ||
| 36 | + <input class="form-control" type="text" id="date" style="width: 180px;"/> | ||
| 37 | + </div> | ||
| 38 | + <div class="form-group"> | ||
| 39 | + <input class="btn btn-default" type="button" id="query" value="查询"/> | ||
| 40 | +<!-- <input class="btn btn-default" type="button" id="export" value="导出"/> --> | ||
| 41 | + </div> | ||
| 42 | + </form> | ||
| 43 | + </div> | ||
| 44 | + <div class="portlet-body"> | ||
| 45 | + <div class="table-container" style="margin-top: 10px;overflow:auto;min-width: 906px"> | ||
| 46 | + <label>早高峰:6:31~8:30 晚高峰:16:01~18:00</label> | ||
| 47 | + <table class="table table-bordered table-hover table-checkable" id="forms"> | ||
| 48 | + <thead> | ||
| 49 | + <tr> | ||
| 50 | + <th colspan="36">线路运营情况统计日报</th> | ||
| 51 | + </tr> | ||
| 52 | + <tr> | ||
| 53 | + <td rowspan="3">路线别</td> | ||
| 54 | + <td colspan="15">全日营运里程(公里)</td> | ||
| 55 | + <td colspan="15">全日营运班次</td> | ||
| 56 | + <td colspan="5">大间隔情况</td> | ||
| 57 | + </tr> | ||
| 58 | + <tr> | ||
| 59 | + <td rowspan="2">计划</td> | ||
| 60 | + <td rowspan="2">实驶</td> | ||
| 61 | + <td rowspan="2">少驶</td> | ||
| 62 | + <td colspan="11">少驶原因(公里)</td> | ||
| 63 | + <td rowspan="2">临加公里</td> | ||
| 64 | + <td colspan="3">计划班次</td> | ||
| 65 | + <td colspan="3">实际班次</td> | ||
| 66 | + <td colspan="3">临加班次</td> | ||
| 67 | + <td colspan="3">放站班次</td> | ||
| 68 | + <td colspan="3">调头班次</td> | ||
| 69 | + <td colspan="3">发生次数</td> | ||
| 70 | + <td rowspan="2">最大间隔时间(秒)</td> | ||
| 71 | + <td rowspan="2">原因</td> | ||
| 72 | + </tr> | ||
| 73 | + <tr> | ||
| 74 | + <td width="31px">路阻</td> | ||
| 75 | + <td>吊慢</td> | ||
| 76 | + <td>故障</td> | ||
| 77 | + <td>纠纷</td> | ||
| 78 | + <td>肇事</td> | ||
| 79 | + <td>缺人</td> | ||
| 80 | + <td>缺车</td> | ||
| 81 | + <td>客稀</td> | ||
| 82 | + <td>气候</td> | ||
| 83 | + <td>援外</td> | ||
| 84 | + <td>其他</td> | ||
| 85 | + <td>全日</td> | ||
| 86 | + <td>早高峰</td> | ||
| 87 | + <td>晚高峰</td> | ||
| 88 | + <td>全日</td> | ||
| 89 | + <td>早高峰</td> | ||
| 90 | + <td>晚高峰</td> | ||
| 91 | + <td>全日</td> | ||
| 92 | + <td>早高峰</td> | ||
| 93 | + <td>晚高峰</td> | ||
| 94 | + <td>全日</td> | ||
| 95 | + <td>早高峰</td> | ||
| 96 | + <td>晚高峰</td> | ||
| 97 | + <td>全日</td> | ||
| 98 | + <td>早高峰</td> | ||
| 99 | + <td>晚高峰</td> | ||
| 100 | + <td>全日</td> | ||
| 101 | + <td>早高峰</td> | ||
| 102 | + <td>晚高峰</td> | ||
| 103 | + </tr> | ||
| 104 | + </thead> | ||
| 105 | + <tbody class="statisticsDaily"> | ||
| 106 | + | ||
| 107 | + </tbody> | ||
| 108 | + <tr> | ||
| 109 | + <td>合计</td> | ||
| 110 | + <td> </td> | ||
| 111 | + <td> </td> | ||
| 112 | + <td> </td> | ||
| 113 | + <td> </td> | ||
| 114 | + <td> </td> | ||
| 115 | + <td> </td> | ||
| 116 | + <td> </td> | ||
| 117 | + <td> </td> | ||
| 118 | + <td> </td> | ||
| 119 | + <td> </td> | ||
| 120 | + <td> </td> | ||
| 121 | + <td> </td> | ||
| 122 | + <td> </td> | ||
| 123 | + <td> </td> | ||
| 124 | + <td> </td> | ||
| 125 | + <td> </td> | ||
| 126 | + <td> </td> | ||
| 127 | + <td> </td> | ||
| 128 | + <td> </td> | ||
| 129 | + <td> </td> | ||
| 130 | + <td> </td> | ||
| 131 | + <td> </td> | ||
| 132 | + <td> </td> | ||
| 133 | + <td> </td> | ||
| 134 | + <td> </td> | ||
| 135 | + <td> </td> | ||
| 136 | + <td> </td> | ||
| 137 | + <td> </td> | ||
| 138 | + <td> </td> | ||
| 139 | + <td> </td> | ||
| 140 | + <td> </td> | ||
| 141 | + <td> </td> | ||
| 142 | + <td> </td> | ||
| 143 | + <td> </td> | ||
| 144 | + <td> </td> | ||
| 145 | + </tr> | ||
| 146 | + <tr> | ||
| 147 | + <td>运营情况摘录</td> | ||
| 148 | + <td colspan="35"> </td> | ||
| 149 | + </tr> | ||
| 150 | + </table> | ||
| 151 | + </div> | ||
| 152 | + </div> | ||
| 153 | + </div> | ||
| 154 | + </div> | ||
| 155 | +</div> | ||
| 156 | + | ||
| 157 | +<script> | ||
| 158 | + $(function(){ | ||
| 159 | + // 关闭左侧栏 | ||
| 160 | + if (!$('body').hasClass('page-sidebar-closed')) | ||
| 161 | + $('.menu-toggler.sidebar-toggler').click(); | ||
| 162 | + | ||
| 163 | + $("#date").datetimepicker({ | ||
| 164 | + format : 'YYYY-MM-DD', | ||
| 165 | + locale : 'zh-cn' | ||
| 166 | + }); | ||
| 167 | + $.get('/basic/lineCode2Name',function(result){ | ||
| 168 | + var data=[]; | ||
| 169 | + | ||
| 170 | + for(var code in result){ | ||
| 171 | + data.push({id: code, text: result[code]}); | ||
| 172 | + } | ||
| 173 | + console.log(data); | ||
| 174 | + initPinYinSelect2('#line',data,''); | ||
| 175 | + | ||
| 176 | + }) | ||
| 177 | + | ||
| 178 | + | ||
| 179 | + $("#query").on("click",function(){ | ||
| 180 | + var line = $("#line").val(); | ||
| 181 | + var xlName = $("#select2-line-container").html(); | ||
| 182 | + var date = $("#date").val(); | ||
| 183 | + $get('/realSchedule/statisticsDaily',{line:line,date:date,xlName:xlName},function(result){ | ||
| 184 | + // 把数据填充到模版中 | ||
| 185 | + var tbodyHtml = template('statisticsDaily',{list:result}); | ||
| 186 | + // 把渲染好的模版html文本追加到表格中 | ||
| 187 | + $('#forms .statisticsDaily').html(tbodyHtml); | ||
| 188 | + }); | ||
| 189 | + }); | ||
| 190 | + }); | ||
| 191 | +</script> | ||
| 192 | +<script type="text/html" id="statisticsDaily"> | ||
| 193 | + {{each list as obj i}} | ||
| 194 | + <tr> | ||
| 195 | + <td>{{obj.xlName}}</td> | ||
| 196 | + <td>{{obj.jhlc}}</td> | ||
| 197 | + <td>{{obj.sjgl}}</td> | ||
| 198 | + <td>{{obj.ssgl}}</td> | ||
| 199 | + <td>{{obj.ssgl_lz}}</td> | ||
| 200 | + <td>{{obj.ssgl_dm}}</td> | ||
| 201 | + <td>{{obj.ssgl_gz}}</td> | ||
| 202 | + <td>{{obj.ssgl_jf}}</td> | ||
| 203 | + <td>{{obj.ssgl_zs}}</td> | ||
| 204 | + <td>{{obj.ssgl_qr}}</td> | ||
| 205 | + <td>{{obj.ssgl_qc}}</td> | ||
| 206 | + <td>{{obj.ssgl_kx}}</td> | ||
| 207 | + <td>{{obj.ssgl_qh}}</td> | ||
| 208 | + <td>{{obj.ssgl_yw}}</td> | ||
| 209 | + <td>{{obj.ssgl_other}}</td> | ||
| 210 | + <td>{{obj.ljgl}}</td> | ||
| 211 | + <td>{{obj.jhbc}}</td> | ||
| 212 | + <td>{{obj.jhbc_m}}</td> | ||
| 213 | + <td>{{obj.jhbc_a}}</td> | ||
| 214 | + <td>{{obj.sjbc}}</td> | ||
| 215 | + <td>{{obj.sjbc_m}}</td> | ||
| 216 | + <td>{{obj.sjbc_a}}</td> | ||
| 217 | + <td>{{obj.ljbc}}</td> | ||
| 218 | + <td>{{obj.ljbc_m}}</td> | ||
| 219 | + <td>{{obj.ljbc_a}}</td> | ||
| 220 | + <td>{{obj.fzbc}}</td> | ||
| 221 | + <td>{{obj.fzbc_m}}</td> | ||
| 222 | + <td>{{obj.fzbc_a}}</td> | ||
| 223 | + <td>{{obj.dtbc}}</td> | ||
| 224 | + <td>{{obj.dtbc_m}}</td> | ||
| 225 | + <td>{{obj.dtbc_a}}</td> | ||
| 226 | + <td>{{obj.djg}}</td> | ||
| 227 | + <td>{{obj.djg_m}}</td> | ||
| 228 | + <td>{{obj.djg_a}}</td> | ||
| 229 | + <td>{{obj.djg_time}}</td> | ||
| 230 | + <td> </td> | ||
| 231 | + </tr> | ||
| 232 | + {{/each}} | ||
| 233 | + {{if list.length == 0}} | ||
| 234 | + <tr> | ||
| 235 | + <td colspan="36"><h6 class="muted">没有找到相关数据</h6></td> | ||
| 236 | + </tr> | ||
| 237 | + {{/if}} | ||
| 238 | </script> | 238 | </script> |
| 239 | \ No newline at end of file | 239 | \ No newline at end of file |
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task/add_sub_task_range_turn.html
| 1 | -<div class="uk-modal ct-form-modal" id="add-sub-task-range_turn-modal"> | ||
| 2 | - <div class="uk-modal-dialog" style="width: 1200px;"> | ||
| 3 | - <a href="" class="uk-modal-close uk-close"></a> | ||
| 4 | - <div class="uk-modal-header"> | ||
| 5 | - <h2>区间掉头子任务</h2></div> | ||
| 6 | - | ||
| 7 | - <div style="width: 100%;padding-left: 1%;"> | ||
| 8 | - <form class="uk-form uk-form-horizontal"> | ||
| 9 | - <div class="uk-grid"> | ||
| 10 | - <div class="uk-width-1-4"> | ||
| 11 | - <div class="uk-form-row" style="margin-top: 20px;"> | ||
| 12 | - <label class="uk-form-label">掉头站点</label> | ||
| 13 | - <div class="uk-form-controls"> | ||
| 14 | - <select id="turnStationSelect"> | ||
| 15 | - <option value="">请选择...</option> | ||
| 16 | - </select> | ||
| 17 | - </div> | ||
| 18 | - </div> | ||
| 19 | - </div> | ||
| 20 | - <div class="uk-width-1-4"> | ||
| 21 | - <div class="uk-form-row" style="margin-top: 20px;"> | ||
| 22 | - <label class="uk-form-label">掉头原因</label> | ||
| 23 | - <div class="uk-form-controls"> | ||
| 24 | - <select id="turnReason" style="width: calc(100% - 9px);"> | ||
| 25 | - <option value="">请选择...</option> | ||
| 26 | - </select> | ||
| 27 | - </div> | ||
| 28 | - </div> | ||
| 29 | - </div> | ||
| 30 | - <div class="uk-width-2-4" style="padding-left: 28px;"> | ||
| 31 | - <h6 style="color: #a7a5a5;margin-top: 35px;"><i class="uk-icon-question-circle"> </i> | ||
| 32 | - 如果“掉头站点”在另一个走向不存在,你需要手动选择第二个营运起点</h6> | ||
| 33 | - </div> | ||
| 34 | - </div> | ||
| 35 | - </form> | ||
| 36 | - </div> | ||
| 37 | - <hr class="modal-dotted-hr"> | ||
| 38 | - <div class="uk-grid"> | ||
| 39 | - <div class="uk-width-1-2"> | ||
| 40 | - <div class="main-sch-panel curr"></div> | ||
| 41 | - | ||
| 42 | - <div style="margin-top: 5px;"> | ||
| 43 | - <div class="sub-task-card" style="margin: 0 0 0 7px;"> | ||
| 44 | - <div class="uk-panel uk-panel-box uk-panel-box-primary" style="padding-bottom: 32px;"> | ||
| 45 | - <div class="uk-panel-badge uk-badge">营运</div> | ||
| 46 | - <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 47 | - | ||
| 48 | - <form class="uk-form uk-form-horizontal" curr_service_form> | ||
| 49 | - </form> | ||
| 50 | - </div> | ||
| 51 | - </div> | ||
| 52 | - <div class="sub-task-card " style="margin: 0;"> | ||
| 53 | - <div class="uk-panel uk-panel-box" style="padding-bottom: 32px;"> | ||
| 54 | - <div class="uk-panel-badge uk-badge uk-badge-danger">烂班</div> | ||
| 55 | - <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 56 | - <form class="uk-form uk-form-horizontal " curr_destroy_form> | ||
| 57 | - </form> | ||
| 58 | - </div> | ||
| 59 | - </div> | ||
| 60 | - </div> | ||
| 61 | - </div> | ||
| 62 | - <div class="uk-width-1-2"> | ||
| 63 | - <div class="main-sch-panel next"></div> | ||
| 64 | - | ||
| 65 | - <div style="margin: 5px;"> | ||
| 66 | - <div class="sub-task-card " style="margin: 0 0 0 7px;"> | ||
| 67 | - <div class="uk-panel uk-panel-box" style="padding-bottom: 32px;"> | ||
| 68 | - <div class="uk-panel-badge uk-badge uk-badge-danger">烂班</div> | ||
| 69 | - <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 70 | - <form class="uk-form uk-form-horizontal " next_destroy_form></form> | ||
| 71 | - </div> | ||
| 72 | - </div> | ||
| 73 | - <div class="sub-task-card" style="margin: 0;"> | ||
| 74 | - <div class="uk-panel uk-panel-box uk-panel-box-primary" style="padding-bottom: 32px;"> | ||
| 75 | - <div class="uk-panel-badge uk-badge">营运</div> | ||
| 76 | - <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 77 | - | ||
| 78 | - <form class="uk-form uk-form-horizontal" next_service_form> | ||
| 79 | - </form> | ||
| 80 | - </div> | ||
| 81 | - </div> | ||
| 82 | - </div> | ||
| 83 | - </div> | ||
| 84 | - </div> | ||
| 85 | - | ||
| 86 | - | ||
| 87 | - <div class="uk-modal-footer uk-text-right"> | ||
| 88 | - <button type="button" class="uk-button uk-modal-close">取消</button> | ||
| 89 | - <button type="button" class="uk-button uk-button-primary" id="submitChildTaskBtn">提交子任务</button> | ||
| 90 | - | ||
| 91 | - <div class="ct-footer-left"> | ||
| 92 | - <a id="betweenStationRangeCalc" data-drawer-id="station_route_spacing_chart_drawer">站点间公里不准?</a> | ||
| 93 | - </div> | ||
| 94 | - </div> | ||
| 95 | - </div> | ||
| 96 | - <!-- 主任务信息 --> | ||
| 97 | - <script id="range_turn_main_sch-temp" type="text/html"> | ||
| 98 | - <div class="ct_row"> | ||
| 99 | - <div class="ct_cell c_1_3"> | ||
| 100 | - <label>待发</label> | ||
| 101 | - <span>{{dfsj}}</span> | ||
| 102 | - </div> | ||
| 103 | - <div class="ct_cell c_1_3"> | ||
| 104 | - <label>计达</label> | ||
| 105 | - <span>{{zdsj}}</span> | ||
| 106 | - </div> | ||
| 107 | - <div class="ct_cell c_1_3"> | ||
| 108 | - <label>车辆</label> | ||
| 109 | - <span>{{clZbh}}</span> | ||
| 110 | - </div> | ||
| 111 | - </div> | ||
| 112 | - <div class="ct_row"> | ||
| 113 | - <div class="ct_cell c_1_3"> | ||
| 114 | - <label>起点</label> | ||
| 115 | - <span>{{qdzName}}</span> | ||
| 116 | - </div> | ||
| 117 | - <div class="ct_cell c_1_3"> | ||
| 118 | - <label>终点</label> | ||
| 119 | - <span>{{zdzName}}</span> | ||
| 120 | - </div> | ||
| 121 | - <div class="ct_cell c_1_3"> | ||
| 122 | - <label>里程</label> | ||
| 123 | - <span>{{jhlc}}</span> | ||
| 124 | - </div> | ||
| 125 | - </div> | ||
| 126 | - </script> | ||
| 127 | - | ||
| 128 | - <!-- 子任务营运表单 --> | ||
| 129 | - <script id="range_turn_child_service-temp" type="text/html"> | ||
| 130 | - <input type="hidden" name="schedule.id" value="{{sch.id}}"> | ||
| 131 | - <input type="hidden" name="type2" value="1"> | ||
| 132 | - <input type="hidden" value="正常" name="type1"> | ||
| 133 | - <input type="hidden" name="mileageType" value="service"> | ||
| 134 | - <div class="uk-grid"> | ||
| 135 | - <div class="uk-width-3-10"> | ||
| 136 | - <div class="uk-form-row"> | ||
| 137 | - <label class="uk-form-label">起点 </label> | ||
| 138 | - </div> | ||
| 139 | - </div> | ||
| 140 | - <div class="uk-width-7-10 pl5"> | ||
| 141 | - <select name="startStation"> | ||
| 142 | - {{each routes as r i}} | ||
| 143 | - <option value="{{r.stationCode}}">{{r.stationName}}</option> | ||
| 144 | - {{/each}} | ||
| 145 | - </select> | ||
| 146 | - </div> | ||
| 147 | - </div> | ||
| 148 | - <div class="uk-grid"> | ||
| 149 | - <div class="uk-width-3-10"> | ||
| 150 | - <div class="uk-form-row"> | ||
| 151 | - <label class="uk-form-label">终点 </label> | ||
| 152 | - </div> | ||
| 153 | - </div> | ||
| 154 | - <div class="uk-width-7-10 pl5"> | ||
| 155 | - <select name="endStation" class="ct_focus" disabled> | ||
| 156 | - {{each routes as r i}} | ||
| 157 | - <option value="{{r.stationCode}}" {{if r.stationCode==sch.zdzCode}}selected{{/if}}> | ||
| 158 | - {{r.stationName}} | ||
| 159 | - </option> | ||
| 160 | - {{/each}} | ||
| 161 | - </select> | ||
| 162 | - </div> | ||
| 163 | - </div> | ||
| 164 | - <div class="uk-grid"> | ||
| 165 | - <div class="uk-width-3-10"> | ||
| 166 | - <div class="uk-form-row"> | ||
| 167 | - <label class="uk-form-label">营运里程</label> | ||
| 168 | - </div> | ||
| 169 | - </div> | ||
| 170 | - <div class="uk-width-7-10 pl5"> | ||
| 171 | - <input type="text" name="mileage" value="{{sch.jhlc}}" required> | ||
| 172 | - </div> | ||
| 173 | - </div> | ||
| 174 | - <div class="uk-grid"> | ||
| 175 | - <div class="uk-width-3-10"> | ||
| 176 | - <div class="uk-form-row"> | ||
| 177 | - <label class="uk-form-label">开始时间</label> | ||
| 178 | - </div> | ||
| 179 | - </div> | ||
| 180 | - <div class="uk-width-7-10 pl5"> | ||
| 181 | - <input type="time" name="startDate" value="{{sch.dfsj}}" required disabled> | ||
| 182 | - </div> | ||
| 183 | - </div> | ||
| 184 | - <div class="uk-grid"> | ||
| 185 | - <div class="uk-width-3-10"> | ||
| 186 | - <div class="uk-form-row"> | ||
| 187 | - <label class="uk-form-label">结束时间</label> | ||
| 188 | - </div> | ||
| 189 | - </div> | ||
| 190 | - <div class="uk-width-7-10 pl5"> | ||
| 191 | - <input type="time" name="endDate" value="{{sch.zdsj}}" required> | ||
| 192 | - </div> | ||
| 193 | - </div> | ||
| 194 | - </script> | ||
| 195 | - | ||
| 196 | - <!-- 子任务烂班表单 --> | ||
| 197 | - <script id="range_turn_child_destroy-temp" type="text/html"> | ||
| 198 | - <input type="hidden" name="schedule.id" value="{{sch.id}}"> | ||
| 199 | - <input type="hidden" value="正常" name="type1"> | ||
| 200 | - <input type="hidden" value="1" name="type2"> | ||
| 201 | - <input type="hidden" name="mileageType" value="service"> | ||
| 202 | - <input type="hidden" name="destroy" value="true"> | ||
| 203 | - <div class="uk-grid"> | ||
| 204 | - <div class="uk-width-3-10"> | ||
| 205 | - <div class="uk-form-row"> | ||
| 206 | - <label class="uk-form-label">起点 </label> | ||
| 207 | - </div> | ||
| 208 | - </div> | ||
| 209 | - <div class="uk-width-7-10 pl5"> | ||
| 210 | - <select name="startStation" required disabled> | ||
| 211 | - {{each routes as r i}} | ||
| 212 | - <option value="{{r.stationCode}}">{{r.stationName}}</option> | ||
| 213 | - {{/each}} | ||
| 214 | - </select> | ||
| 215 | - </div> | ||
| 216 | - </div> | ||
| 217 | - <div class="uk-grid"> | ||
| 218 | - <div class="uk-width-3-10"> | ||
| 219 | - <div class="uk-form-row"> | ||
| 220 | - <label class="uk-form-label">终点 </label> | ||
| 221 | - </div> | ||
| 222 | - </div> | ||
| 223 | - <div class="uk-width-7-10 pl5"> | ||
| 224 | - <select name="endStation" required class="ct_focus"> | ||
| 225 | - {{each routes as r i}} | ||
| 226 | - <option value="{{r.stationCode}}" {{if r.stationCode==sch.zdzCode}}selected{{/if}}> | ||
| 227 | - {{r.stationName}} | ||
| 228 | - </option> | ||
| 229 | - {{/each}} | ||
| 230 | - </select> | ||
| 231 | - </div> | ||
| 232 | - </div> | ||
| 233 | - <div class="uk-grid"> | ||
| 234 | - <div class="uk-width-3-10"> | ||
| 235 | - <div class="uk-form-row"> | ||
| 236 | - <label class="uk-form-label">烂班里程</label> | ||
| 237 | - </div> | ||
| 238 | - </div> | ||
| 239 | - <div class="uk-width-7-10 pl5"> | ||
| 240 | - <input type="text" name="mileage" required> | ||
| 241 | - </div> | ||
| 242 | - </div> | ||
| 243 | - <div class="uk-grid"> | ||
| 244 | - <div class="uk-width-3-10"> | ||
| 245 | - <div class="uk-form-row"> | ||
| 246 | - <label class="uk-form-label">开始时间</label> | ||
| 247 | - </div> | ||
| 248 | - </div> | ||
| 249 | - <div class="uk-width-7-10 pl5"> | ||
| 250 | - <input type="time" name="startDate" required disabled> | ||
| 251 | - </div> | ||
| 252 | - </div> | ||
| 253 | - <div class="uk-grid" style="height: 30px;"> | ||
| 254 | - </div> | ||
| 255 | - </script> | ||
| 256 | - | ||
| 257 | - <div class="ct-bottom-drawer"> | ||
| 258 | - <div class="ct-bottom-drawer-body"></div> | ||
| 259 | - </div> | ||
| 260 | - | ||
| 261 | - <script> | ||
| 262 | - (function () { | ||
| 263 | - var modal = '#add-sub-task-range_turn-modal', | ||
| 264 | - sch, nextSch, stationRoutes, information, timeLocStations; | ||
| 265 | - var adjustExps = ['配车', '保养', '故障', '肇事', '路阻', '纠纷', '缺人', '客稀', '缺车', '气候', '援外', '吊慢', '抽减', '其他']; | ||
| 266 | - | ||
| 267 | - var csf = $('form[curr_service_form]', modal); | ||
| 268 | - var nsf = $('form[next_service_form]', modal); | ||
| 269 | - var cdf = $('form[curr_destroy_form]', modal); | ||
| 270 | - var ndf = $('form[next_destroy_form]', modal); | ||
| 271 | - | ||
| 272 | - //掉头站点 | ||
| 273 | - var turnStation, turnStationName; | ||
| 274 | - $(modal).on('init', function (e, data) { | ||
| 275 | - sch = data.sch; | ||
| 276 | - nextSch = gb_schedule_table.getNextSch(sch); | ||
| 277 | - | ||
| 278 | - //主任务信息 | ||
| 279 | - $('.main-sch-panel.curr', modal).html(template('range_turn_main_sch-temp', sch)); | ||
| 280 | - $('.main-sch-panel.next', modal).html(template('range_turn_main_sch-temp', nextSch)); | ||
| 281 | - | ||
| 282 | - //站点路由 | ||
| 283 | - stationRoutes = gb_common.groupBy(gb_data_basic.stationRoutes(sch.xlBm).sort(function (a, b) { | ||
| 284 | - return a.stationRouteCode - b.stationRouteCode; | ||
| 285 | - }), 'directions'); | ||
| 286 | - | ||
| 287 | - var currData = {sch: sch, routes: stationRoutes[sch.xlDir]} | ||
| 288 | - , nextData = {sch: nextSch, routes: stationRoutes[nextSch.xlDir]}; | ||
| 289 | - //营运1 | ||
| 290 | - csf.html(template('range_turn_child_service-temp', currData)); | ||
| 291 | - disabledField(csf, 'startStation'); | ||
| 292 | - //营运结束时间 | ||
| 293 | - $('[name=endDate]', csf).on('input', synchroDate); | ||
| 294 | - | ||
| 295 | - //营运2 | ||
| 296 | - nsf.html(template('range_turn_child_service-temp', nextData)); | ||
| 297 | - disabledField(nsf, 'endDate'); | ||
| 298 | - //烂班1 | ||
| 299 | - cdf.html(template('range_turn_child_destroy-temp', currData)); | ||
| 300 | - disabledField(cdf, 'endStation'); | ||
| 301 | - //烂班2 | ||
| 302 | - ndf.html(template('range_turn_child_destroy-temp', nextData)); | ||
| 303 | - $('[name=startStation]', ndf).val(nextSch.qdzCode); | ||
| 304 | - //烂班2终点改变 | ||
| 305 | - $('[name=endStation]', ndf).on('change', reCalcSecond); | ||
| 306 | - //营运2起点改变 | ||
| 307 | - $('[name=startStation]', nsf).on('change', reCalcSecond); | ||
| 308 | - | ||
| 309 | - //掉头站点 | ||
| 310 | - var opts = ''; | ||
| 311 | - $.each(currData.routes, function () { | ||
| 312 | - opts += '<option value="' + this.stationCode + '">' + this.stationName + '</option>'; | ||
| 313 | - }); | ||
| 314 | - $('#turnStationSelect', modal).append(opts); | ||
| 315 | - opts = ''; | ||
| 316 | - $.each(adjustExps, function () { | ||
| 317 | - opts += '<option value="' + this + '">' + this + '</option>'; | ||
| 318 | - }); | ||
| 319 | - //掉头原因 | ||
| 320 | - $('#turnReason', modal).append(opts); | ||
| 321 | - | ||
| 322 | - //线路标准 | ||
| 323 | - information = gb_data_basic.getLineInformation(sch.xlBm); | ||
| 324 | - //本地存储的站点耗时 | ||
| 325 | - getLocStationsSpace(); | ||
| 326 | - | ||
| 327 | - var dataArray = []; | ||
| 328 | - var fs = $('.sub-task-card form', modal).formValidation({ | ||
| 329 | - framework: 'uikit', | ||
| 330 | - locale: 'zh_CN' | ||
| 331 | - }); | ||
| 332 | - fs.on('success.form.fv', function (e) { | ||
| 333 | - e.preventDefault(); | ||
| 334 | - dataArray.push($.extend($(this).serializeJSON(), getDisabledVal(this), | ||
| 335 | - {remarks: $('#turnReason', modal).val(), destroyReason: $('#turnReason', modal).val()})); | ||
| 336 | - $(this).data('valid', true); | ||
| 337 | - | ||
| 338 | - if (allValidSuccess()) { | ||
| 339 | - var i = 0; | ||
| 340 | - (function () { | ||
| 341 | - var f = arguments.callee; | ||
| 342 | - if (i >= dataArray.length) { | ||
| 343 | - /** | ||
| 344 | - * 为班次添加备注 | ||
| 345 | - */ | ||
| 346 | - var remarks = '掉头' + $('[name=endDate]', csf).val() + ' 因 ' + $('#turnReason', modal).val() + '在' + $('[name=endStation] option:selected', csf).text() + '掉头'; | ||
| 347 | - gb_schedule_table.addRemarks([sch, nextSch], remarks); | ||
| 348 | - UIkit.modal(modal).hide(); | ||
| 349 | - $('#schedule-lj_zrw-modal .main-schedule-table').trigger('refresh', {sch: sch}); | ||
| 350 | - return; | ||
| 351 | - } | ||
| 352 | - var data = dataArray[i]; | ||
| 353 | - gb_common.$post('/childTask', data, function (rs) { | ||
| 354 | - notify_succ('子任务添加成功'); | ||
| 355 | - gb_schedule_table.updateSchedule(rs.t); | ||
| 356 | - i++; | ||
| 357 | - f(); | ||
| 358 | - }); | ||
| 359 | - })(); | ||
| 360 | - } | ||
| 361 | - }); | ||
| 362 | - | ||
| 363 | - //校验不过 | ||
| 364 | - fs.on('err.field.fv', function () { | ||
| 365 | - $('#submitChildTaskBtn', modal).removeClass('disabled').removeAttr('disabled'); | ||
| 366 | - }); | ||
| 367 | - | ||
| 368 | - //submit | ||
| 369 | - $('#submitChildTaskBtn', modal).on('click', function () { | ||
| 370 | - if ($('#turnReason', modal).val() == '') { | ||
| 371 | - return notify_err('你必须选择掉头原因!'); | ||
| 372 | - } | ||
| 373 | - | ||
| 374 | - $(this).addClass('disabled').attr('disabled', 'disabled'); | ||
| 375 | - dataArray = []; | ||
| 376 | - fs.data('valid', false); | ||
| 377 | - fs.formValidation('validate'); | ||
| 378 | - }); | ||
| 379 | - | ||
| 380 | - //掉头站切换 | ||
| 381 | - $('#turnStationSelect', modal).on('change', function () { | ||
| 382 | - turnStation = $(this).val(); | ||
| 383 | - turnStationName = $('option:selected', this).text(); | ||
| 384 | - reClac(); | ||
| 385 | - }); | ||
| 386 | - }); | ||
| 387 | - | ||
| 388 | - function disabledField(f, itemName) { | ||
| 389 | - $('[name=' + itemName + ']', f).attr('disabled', 'disabled'); | ||
| 390 | - } | ||
| 391 | - | ||
| 392 | - function allValidSuccess() { | ||
| 393 | - var flag = true; | ||
| 394 | - $('.sub-task-card form:visible', modal).each(function (i, f) { | ||
| 395 | - if (!$(f).data('valid')) { | ||
| 396 | - flag = false; | ||
| 397 | - return false; | ||
| 398 | - } | ||
| 399 | - }); | ||
| 400 | - return flag; | ||
| 401 | - } | ||
| 402 | - | ||
| 403 | - //获取表单disabled 项的值 | ||
| 404 | - function getDisabledVal(f) { | ||
| 405 | - var rs = {}; | ||
| 406 | - $('input,select', f).each(function () { | ||
| 407 | - if ($(this).attr('disabled')) { | ||
| 408 | - rs[$(this).attr('name')] = $(this).val(); | ||
| 409 | - } | ||
| 410 | - }); | ||
| 411 | - return rs; | ||
| 412 | - } | ||
| 413 | - | ||
| 414 | - function reClac() { | ||
| 415 | - if (!turnStation || turnStation == '') | ||
| 416 | - return; | ||
| 417 | - | ||
| 418 | - var mileage, et, ets; | ||
| 419 | - | ||
| 420 | - $('#turnStationSelect', modal).val(turnStation); | ||
| 421 | - //营运1终点 | ||
| 422 | - $('[name=endStation]', csf).val(turnStation); | ||
| 423 | - calcFormMileage(csf, sch.xlDir);//里程 | ||
| 424 | - //结束时间 | ||
| 425 | - ets = calcFirstEndDate(); | ||
| 426 | - | ||
| 427 | - //烂班1起点 | ||
| 428 | - $('[name=startStation]', cdf).val(turnStation); | ||
| 429 | - calcFormMileage(cdf, sch.xlDir); | ||
| 430 | - //开始时间 | ||
| 431 | - $('[name=startDate]', cdf).val(ets); | ||
| 432 | - //烂班2终点 | ||
| 433 | - try { | ||
| 434 | - $('[name=endStation]', ndf).val(searchParallelStation()); | ||
| 435 | - calcFormMileage(ndf, nextSch.xlDir); | ||
| 436 | - } catch (e) { | ||
| 437 | - } | ||
| 438 | - //开始时间 | ||
| 439 | - $('[name=startDate]', ndf).val(ets); | ||
| 440 | - | ||
| 441 | - //营运2起点 | ||
| 442 | - try { | ||
| 443 | - $('[name=startStation]', nsf).val(searchParallelStation()); | ||
| 444 | - calcFormMileage(nsf, nextSch.xlDir); | ||
| 445 | - } catch (e) { | ||
| 446 | - } | ||
| 447 | - //开始时间 | ||
| 448 | - $('[name=startDate]', nsf).val(ets); | ||
| 449 | - //结束时间 | ||
| 450 | - calcSecondEndDate(); | ||
| 451 | - } | ||
| 452 | - | ||
| 453 | - function calcFirstEndDate() { | ||
| 454 | - var mileage = parseInt($('[name=mileage]', csf).val()); | ||
| 455 | - var et = sch.dfsjT + (mileage / sch.jhlc * sch.bcsj * 60 * 1000); | ||
| 456 | - var ets = et > sch.zdsjT ? sch.zdsj : moment(et).format('HH:mm'); | ||
| 457 | - $('[name=endDate]', csf).val(ets); | ||
| 458 | - return ets; | ||
| 459 | - } | ||
| 460 | - | ||
| 461 | - function calcSecondEndDate() { | ||
| 462 | - var mileage = parseInt($('[name=mileage]', nsf).val()); | ||
| 463 | - var ets = moment($('[name=startDate]', nsf).val(), 'HH:mm') | ||
| 464 | - .add(mileage / nextSch.jhlc * nextSch.bcsj * 60, 'seconds') | ||
| 465 | - .format('HH:mm'); | ||
| 466 | - $('[name=endDate]', nsf).val(ets); | ||
| 467 | - return ets; | ||
| 468 | - } | ||
| 469 | - | ||
| 470 | - //返回另一个走向对应的站点 | ||
| 471 | - function searchParallelStation() { | ||
| 472 | - var routes = stationRoutes[nextSch.xlDir] | ||
| 473 | - , len = routes.length; | ||
| 474 | - | ||
| 475 | - for (var i = 0; i < len; i++) { | ||
| 476 | - if (routes[i].stationName == turnStationName) | ||
| 477 | - return routes[i].stationCode; | ||
| 478 | - } | ||
| 479 | - } | ||
| 480 | - | ||
| 481 | - //计算第二个班次 | ||
| 482 | - function reCalcSecond() { | ||
| 483 | - var code = $(this).val() | ||
| 484 | - , updown = nextSch.xlDir; | ||
| 485 | - | ||
| 486 | - $('[name=endStation]', ndf).val(code); | ||
| 487 | - calcFormMileage(ndf, updown); | ||
| 488 | - | ||
| 489 | - $('[name=startStation]', nsf).val(code); | ||
| 490 | - calcFormMileage(nsf, updown); | ||
| 491 | - //结束时间 | ||
| 492 | - calcSecondEndDate(); | ||
| 493 | - } | ||
| 494 | - | ||
| 495 | - //同步时间 | ||
| 496 | - function synchroDate() { | ||
| 497 | - var date = $(this).val(); | ||
| 498 | - $('[name=startDate]', cdf).val(date); | ||
| 499 | - $('[name=startDate]', ndf).val(date); | ||
| 500 | - $('[name=startDate]', nsf).val(date); | ||
| 501 | - calcSecondEndDate(); | ||
| 502 | - } | ||
| 503 | - | ||
| 504 | - function calcFormMileage(f, updown) { | ||
| 505 | - var s = $('[name=startStation]', f).val() | ||
| 506 | - , e = $('[name=endStation]', f).val(); | ||
| 507 | - | ||
| 508 | - $('[name=mileage]', f).val(calcMileage(s, e, updown)); | ||
| 509 | - } | ||
| 510 | - | ||
| 511 | - function calcMileage(s, e, updown) { | ||
| 512 | - var mileage = 0, flag, code; | ||
| 513 | - if (timeLocStations) { | ||
| 514 | - //空间坐标计算的站距 | ||
| 515 | - $.each(timeLocStations[updown == 0 ? 'up' : 'down'], function () { | ||
| 516 | - code = this.station['STATION_CODE']; | ||
| 517 | - if (flag) | ||
| 518 | - mileage = gb_common.accAdd(mileage, this.toDistanceGl); | ||
| 519 | - if (code == s) | ||
| 520 | - flag = true; | ||
| 521 | - if (code == e) | ||
| 522 | - return false; | ||
| 523 | - }); | ||
| 524 | - } | ||
| 525 | - else { | ||
| 526 | - //从原始站点路由字段里取值 | ||
| 527 | - $.each(stationRoutes[updown], function () { | ||
| 528 | - code = this['stationCode']; | ||
| 529 | - if (flag) | ||
| 530 | - mileage = gb_common.accAdd(mileage, this.distances); | ||
| 531 | - if (code == s) | ||
| 532 | - flag = true; | ||
| 533 | - if (code == e) | ||
| 534 | - return false; | ||
| 535 | - }); | ||
| 536 | - } | ||
| 537 | - return mileage; | ||
| 538 | - } | ||
| 539 | - | ||
| 540 | - //从本地localStorage获取站间距数据 | ||
| 541 | - function getLocStationsSpace() { | ||
| 542 | - try { | ||
| 543 | - timeLocStations = window.localStorage.getItem('control_route_distance_' + sch.xlBm); | ||
| 544 | - if (timeLocStations) | ||
| 545 | - timeLocStations = JSON.parse(timeLocStations).stations; | ||
| 546 | - } catch (e) { | ||
| 547 | - console.log(e); | ||
| 548 | - } | ||
| 549 | - } | ||
| 550 | - | ||
| 551 | - //站间距计算后刷新 | ||
| 552 | - $(modal).on('refresh_station_space', function () { | ||
| 553 | - getLocStationsSpace(); | ||
| 554 | - reClac(); | ||
| 555 | - }); | ||
| 556 | - | ||
| 557 | - //------ 下抽屉 ------ | ||
| 558 | - $('#betweenStationRangeCalc', modal).on('click', function () { | ||
| 559 | - var id = $(this).data('drawer-id'); | ||
| 560 | - switchBtmDrawer(id, '/real_control_v2/fragments/line_schedule/context_menu/sub_task/station_route_spacing_chart.html'); | ||
| 561 | - }); | ||
| 562 | - | ||
| 563 | - var btmDrawer = $('.ct-bottom-drawer', modal); | ||
| 564 | - //打开事件 | ||
| 565 | - btmDrawer.on('drawer_show', function () { | ||
| 566 | - var url = $(this).data('url'); | ||
| 567 | - if (!url) { | ||
| 568 | - alert('无效的地址'); | ||
| 569 | - } | ||
| 570 | - | ||
| 571 | - var drawerPanel = $(this).data('name'); | ||
| 572 | - $('.ct-bottom-drawer-body', btmDrawer).load(url, function () { | ||
| 573 | - $('#' + drawerPanel).trigger('drawer-init', {sch: sch}); | ||
| 574 | - }); | ||
| 575 | - }); | ||
| 576 | - | ||
| 577 | - function switchBtmDrawer(id, url) { | ||
| 578 | - if (btmDrawer.hasClass('open') && btmDrawer.data('name') == id) { | ||
| 579 | - btmDrawer.removeClass('open'); | ||
| 580 | - btmDrawer.removeData('name').removeData('url'); | ||
| 581 | - } | ||
| 582 | - else { | ||
| 583 | - btmDrawer.addClass('open'); | ||
| 584 | - btmDrawer.data('name', id).data('url', url).trigger('drawer_show'); | ||
| 585 | - } | ||
| 586 | - } | ||
| 587 | - })(); | ||
| 588 | - </script> | 1 | +<div class="uk-modal ct-form-modal" id="add-sub-task-range_turn-modal"> |
| 2 | + <div class="uk-modal-dialog" style="width: 1200px;"> | ||
| 3 | + <a href="" class="uk-modal-close uk-close"></a> | ||
| 4 | + <div class="uk-modal-header"> | ||
| 5 | + <h2>区间掉头子任务</h2></div> | ||
| 6 | + | ||
| 7 | + <div style="width: 100%;padding-left: 1%;"> | ||
| 8 | + <form class="uk-form uk-form-horizontal"> | ||
| 9 | + <div class="uk-grid"> | ||
| 10 | + <div class="uk-width-1-4"> | ||
| 11 | + <div class="uk-form-row" style="margin-top: 20px;"> | ||
| 12 | + <label class="uk-form-label">掉头站点</label> | ||
| 13 | + <div class="uk-form-controls"> | ||
| 14 | + <select id="turnStationSelect"> | ||
| 15 | + <option value="">请选择...</option> | ||
| 16 | + </select> | ||
| 17 | + </div> | ||
| 18 | + </div> | ||
| 19 | + </div> | ||
| 20 | + <div class="uk-width-1-4"> | ||
| 21 | + <div class="uk-form-row" style="margin-top: 20px;"> | ||
| 22 | + <label class="uk-form-label">掉头原因</label> | ||
| 23 | + <div class="uk-form-controls"> | ||
| 24 | + <select id="turnReason" style="width: calc(100% - 9px);"> | ||
| 25 | + <option value="">请选择...</option> | ||
| 26 | + </select> | ||
| 27 | + </div> | ||
| 28 | + </div> | ||
| 29 | + </div> | ||
| 30 | + <div class="uk-width-2-4" style="padding-left: 28px;"> | ||
| 31 | + <h6 style="color: #a7a5a5;margin-top: 35px;"><i class="uk-icon-question-circle"> </i> | ||
| 32 | + 如果“掉头站点”在另一个走向不存在,你需要手动选择第二个营运起点</h6> | ||
| 33 | + </div> | ||
| 34 | + </div> | ||
| 35 | + </form> | ||
| 36 | + </div> | ||
| 37 | + <hr class="modal-dotted-hr"> | ||
| 38 | + <div class="uk-grid"> | ||
| 39 | + <div class="uk-width-1-2"> | ||
| 40 | + <div class="main-sch-panel curr"></div> | ||
| 41 | + | ||
| 42 | + <div style="margin-top: 5px;"> | ||
| 43 | + <div class="sub-task-card" style="margin: 0 0 0 7px;"> | ||
| 44 | + <div class="uk-panel uk-panel-box uk-panel-box-primary" style="padding-bottom: 32px;"> | ||
| 45 | + <div class="uk-panel-badge uk-badge">营运</div> | ||
| 46 | + <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 47 | + | ||
| 48 | + <form class="uk-form uk-form-horizontal" curr_service_form> | ||
| 49 | + </form> | ||
| 50 | + </div> | ||
| 51 | + </div> | ||
| 52 | + <div class="sub-task-card " style="margin: 0;"> | ||
| 53 | + <div class="uk-panel uk-panel-box" style="padding-bottom: 32px;"> | ||
| 54 | + <div class="uk-panel-badge uk-badge uk-badge-danger">烂班</div> | ||
| 55 | + <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 56 | + <form class="uk-form uk-form-horizontal " curr_destroy_form> | ||
| 57 | + </form> | ||
| 58 | + </div> | ||
| 59 | + </div> | ||
| 60 | + </div> | ||
| 61 | + </div> | ||
| 62 | + <div class="uk-width-1-2"> | ||
| 63 | + <div class="main-sch-panel next"></div> | ||
| 64 | + | ||
| 65 | + <div style="margin: 5px;"> | ||
| 66 | + <div class="sub-task-card " style="margin: 0 0 0 7px;"> | ||
| 67 | + <div class="uk-panel uk-panel-box" style="padding-bottom: 32px;"> | ||
| 68 | + <div class="uk-panel-badge uk-badge uk-badge-danger">烂班</div> | ||
| 69 | + <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 70 | + <form class="uk-form uk-form-horizontal " next_destroy_form></form> | ||
| 71 | + </div> | ||
| 72 | + </div> | ||
| 73 | + <div class="sub-task-card" style="margin: 0;"> | ||
| 74 | + <div class="uk-panel uk-panel-box uk-panel-box-primary" style="padding-bottom: 32px;"> | ||
| 75 | + <div class="uk-panel-badge uk-badge">营运</div> | ||
| 76 | + <h3 class="uk-panel-title">线路上站点间</h3> | ||
| 77 | + | ||
| 78 | + <form class="uk-form uk-form-horizontal" next_service_form> | ||
| 79 | + </form> | ||
| 80 | + </div> | ||
| 81 | + </div> | ||
| 82 | + </div> | ||
| 83 | + </div> | ||
| 84 | + </div> | ||
| 85 | + | ||
| 86 | + | ||
| 87 | + <div class="uk-modal-footer uk-text-right"> | ||
| 88 | + <button type="button" class="uk-button uk-modal-close">取消</button> | ||
| 89 | + <button type="button" class="uk-button uk-button-primary" id="submitChildTaskBtn">提交子任务</button> | ||
| 90 | + | ||
| 91 | + <div class="ct-footer-left"> | ||
| 92 | + <a id="betweenStationRangeCalc" data-drawer-id="station_route_spacing_chart_drawer">站点间公里不准?</a> | ||
| 93 | + </div> | ||
| 94 | + </div> | ||
| 95 | + </div> | ||
| 96 | + <!-- 主任务信息 --> | ||
| 97 | + <script id="range_turn_main_sch-temp" type="text/html"> | ||
| 98 | + <div class="ct_row"> | ||
| 99 | + <div class="ct_cell c_1_3"> | ||
| 100 | + <label>待发</label> | ||
| 101 | + <span>{{dfsj}}</span> | ||
| 102 | + </div> | ||
| 103 | + <div class="ct_cell c_1_3"> | ||
| 104 | + <label>计达</label> | ||
| 105 | + <span>{{zdsj}}</span> | ||
| 106 | + </div> | ||
| 107 | + <div class="ct_cell c_1_3"> | ||
| 108 | + <label>车辆</label> | ||
| 109 | + <span>{{clZbh}}</span> | ||
| 110 | + </div> | ||
| 111 | + </div> | ||
| 112 | + <div class="ct_row"> | ||
| 113 | + <div class="ct_cell c_1_3"> | ||
| 114 | + <label>起点</label> | ||
| 115 | + <span>{{qdzName}}</span> | ||
| 116 | + </div> | ||
| 117 | + <div class="ct_cell c_1_3"> | ||
| 118 | + <label>终点</label> | ||
| 119 | + <span>{{zdzName}}</span> | ||
| 120 | + </div> | ||
| 121 | + <div class="ct_cell c_1_3"> | ||
| 122 | + <label>里程</label> | ||
| 123 | + <span>{{jhlc}}</span> | ||
| 124 | + </div> | ||
| 125 | + </div> | ||
| 126 | + </script> | ||
| 127 | + | ||
| 128 | + <!-- 子任务营运表单 --> | ||
| 129 | + <script id="range_turn_child_service-temp" type="text/html"> | ||
| 130 | + <input type="hidden" name="schedule.id" value="{{sch.id}}"> | ||
| 131 | + <input type="hidden" name="type2" value="1"> | ||
| 132 | + <input type="hidden" value="正常" name="type1"> | ||
| 133 | + <input type="hidden" name="mileageType" value="service"> | ||
| 134 | + <div class="uk-grid"> | ||
| 135 | + <div class="uk-width-3-10"> | ||
| 136 | + <div class="uk-form-row"> | ||
| 137 | + <label class="uk-form-label">起点 </label> | ||
| 138 | + </div> | ||
| 139 | + </div> | ||
| 140 | + <div class="uk-width-7-10 pl5"> | ||
| 141 | + <select name="startStation"> | ||
| 142 | + {{each routes as r i}} | ||
| 143 | + <option value="{{r.stationCode}}">{{r.stationName}}</option> | ||
| 144 | + {{/each}} | ||
| 145 | + </select> | ||
| 146 | + </div> | ||
| 147 | + </div> | ||
| 148 | + <div class="uk-grid"> | ||
| 149 | + <div class="uk-width-3-10"> | ||
| 150 | + <div class="uk-form-row"> | ||
| 151 | + <label class="uk-form-label">终点 </label> | ||
| 152 | + </div> | ||
| 153 | + </div> | ||
| 154 | + <div class="uk-width-7-10 pl5"> | ||
| 155 | + <select name="endStation" class="ct_focus" disabled> | ||
| 156 | + {{each routes as r i}} | ||
| 157 | + <option value="{{r.stationCode}}" {{if r.stationCode==sch.zdzCode}}selected{{/if}}> | ||
| 158 | + {{r.stationName}} | ||
| 159 | + </option> | ||
| 160 | + {{/each}} | ||
| 161 | + </select> | ||
| 162 | + </div> | ||
| 163 | + </div> | ||
| 164 | + <div class="uk-grid"> | ||
| 165 | + <div class="uk-width-3-10"> | ||
| 166 | + <div class="uk-form-row"> | ||
| 167 | + <label class="uk-form-label">营运里程</label> | ||
| 168 | + </div> | ||
| 169 | + </div> | ||
| 170 | + <div class="uk-width-7-10 pl5"> | ||
| 171 | + <input type="text" name="mileage" value="{{sch.jhlc}}" required> | ||
| 172 | + </div> | ||
| 173 | + </div> | ||
| 174 | + <div class="uk-grid"> | ||
| 175 | + <div class="uk-width-3-10"> | ||
| 176 | + <div class="uk-form-row"> | ||
| 177 | + <label class="uk-form-label">开始时间</label> | ||
| 178 | + </div> | ||
| 179 | + </div> | ||
| 180 | + <div class="uk-width-7-10 pl5"> | ||
| 181 | + <input type="time" name="startDate" value="{{sch.dfsj}}" required disabled> | ||
| 182 | + </div> | ||
| 183 | + </div> | ||
| 184 | + <div class="uk-grid"> | ||
| 185 | + <div class="uk-width-3-10"> | ||
| 186 | + <div class="uk-form-row"> | ||
| 187 | + <label class="uk-form-label">结束时间</label> | ||
| 188 | + </div> | ||
| 189 | + </div> | ||
| 190 | + <div class="uk-width-7-10 pl5"> | ||
| 191 | + <input type="time" name="endDate" value="{{sch.zdsj}}" required> | ||
| 192 | + </div> | ||
| 193 | + </div> | ||
| 194 | + </script> | ||
| 195 | + | ||
| 196 | + <!-- 子任务烂班表单 --> | ||
| 197 | + <script id="range_turn_child_destroy-temp" type="text/html"> | ||
| 198 | + <input type="hidden" name="schedule.id" value="{{sch.id}}"> | ||
| 199 | + <input type="hidden" value="正常" name="type1"> | ||
| 200 | + <input type="hidden" value="1" name="type2"> | ||
| 201 | + <input type="hidden" name="mileageType" value="service"> | ||
| 202 | + <input type="hidden" name="destroy" value="true"> | ||
| 203 | + <div class="uk-grid"> | ||
| 204 | + <div class="uk-width-3-10"> | ||
| 205 | + <div class="uk-form-row"> | ||
| 206 | + <label class="uk-form-label">起点 </label> | ||
| 207 | + </div> | ||
| 208 | + </div> | ||
| 209 | + <div class="uk-width-7-10 pl5"> | ||
| 210 | + <select name="startStation" required disabled> | ||
| 211 | + {{each routes as r i}} | ||
| 212 | + <option value="{{r.stationCode}}">{{r.stationName}}</option> | ||
| 213 | + {{/each}} | ||
| 214 | + </select> | ||
| 215 | + </div> | ||
| 216 | + </div> | ||
| 217 | + <div class="uk-grid"> | ||
| 218 | + <div class="uk-width-3-10"> | ||
| 219 | + <div class="uk-form-row"> | ||
| 220 | + <label class="uk-form-label">终点 </label> | ||
| 221 | + </div> | ||
| 222 | + </div> | ||
| 223 | + <div class="uk-width-7-10 pl5"> | ||
| 224 | + <select name="endStation" required class="ct_focus"> | ||
| 225 | + {{each routes as r i}} | ||
| 226 | + <option value="{{r.stationCode}}" {{if r.stationCode==sch.zdzCode}}selected{{/if}}> | ||
| 227 | + {{r.stationName}} | ||
| 228 | + </option> | ||
| 229 | + {{/each}} | ||
| 230 | + </select> | ||
| 231 | + </div> | ||
| 232 | + </div> | ||
| 233 | + <div class="uk-grid"> | ||
| 234 | + <div class="uk-width-3-10"> | ||
| 235 | + <div class="uk-form-row"> | ||
| 236 | + <label class="uk-form-label">烂班里程</label> | ||
| 237 | + </div> | ||
| 238 | + </div> | ||
| 239 | + <div class="uk-width-7-10 pl5"> | ||
| 240 | + <input type="text" name="mileage" required> | ||
| 241 | + </div> | ||
| 242 | + </div> | ||
| 243 | + <div class="uk-grid"> | ||
| 244 | + <div class="uk-width-3-10"> | ||
| 245 | + <div class="uk-form-row"> | ||
| 246 | + <label class="uk-form-label">开始时间</label> | ||
| 247 | + </div> | ||
| 248 | + </div> | ||
| 249 | + <div class="uk-width-7-10 pl5"> | ||
| 250 | + <input type="time" name="startDate" required disabled> | ||
| 251 | + </div> | ||
| 252 | + </div> | ||
| 253 | + <div class="uk-grid" style="height: 30px;"> | ||
| 254 | + </div> | ||
| 255 | + </script> | ||
| 256 | + | ||
| 257 | + <div class="ct-bottom-drawer"> | ||
| 258 | + <div class="ct-bottom-drawer-body"></div> | ||
| 259 | + </div> | ||
| 260 | + | ||
| 261 | + <script> | ||
| 262 | + (function () { | ||
| 263 | + var modal = '#add-sub-task-range_turn-modal', | ||
| 264 | + sch, nextSch, stationRoutes, information, timeLocStations; | ||
| 265 | + var adjustExps = ['配车', '保养', '故障', '肇事', '路阻', '纠纷', '缺人', '客稀', '缺车', '气候', '援外', '吊慢', '抽减', '其他']; | ||
| 266 | + | ||
| 267 | + var csf = $('form[curr_service_form]', modal); | ||
| 268 | + var nsf = $('form[next_service_form]', modal); | ||
| 269 | + var cdf = $('form[curr_destroy_form]', modal); | ||
| 270 | + var ndf = $('form[next_destroy_form]', modal); | ||
| 271 | + | ||
| 272 | + //掉头站点 | ||
| 273 | + var turnStation, turnStationName; | ||
| 274 | + $(modal).on('init', function (e, data) { | ||
| 275 | + sch = data.sch; | ||
| 276 | + nextSch = gb_schedule_table.getNextSch(sch); | ||
| 277 | + | ||
| 278 | + //主任务信息 | ||
| 279 | + $('.main-sch-panel.curr', modal).html(template('range_turn_main_sch-temp', sch)); | ||
| 280 | + $('.main-sch-panel.next', modal).html(template('range_turn_main_sch-temp', nextSch)); | ||
| 281 | + | ||
| 282 | + //站点路由 | ||
| 283 | + stationRoutes = gb_common.groupBy(gb_data_basic.stationRoutes(sch.xlBm).sort(function (a, b) { | ||
| 284 | + return a.stationRouteCode - b.stationRouteCode; | ||
| 285 | + }), 'directions'); | ||
| 286 | + | ||
| 287 | + var currData = {sch: sch, routes: stationRoutes[sch.xlDir]} | ||
| 288 | + , nextData = {sch: nextSch, routes: stationRoutes[nextSch.xlDir]}; | ||
| 289 | + //营运1 | ||
| 290 | + csf.html(template('range_turn_child_service-temp', currData)); | ||
| 291 | + disabledField(csf, 'startStation'); | ||
| 292 | + //营运结束时间 | ||
| 293 | + $('[name=endDate]', csf).on('input', synchroDate); | ||
| 294 | + | ||
| 295 | + //营运2 | ||
| 296 | + nsf.html(template('range_turn_child_service-temp', nextData)); | ||
| 297 | + disabledField(nsf, 'endDate'); | ||
| 298 | + //烂班1 | ||
| 299 | + cdf.html(template('range_turn_child_destroy-temp', currData)); | ||
| 300 | + disabledField(cdf, 'endStation'); | ||
| 301 | + //烂班2 | ||
| 302 | + ndf.html(template('range_turn_child_destroy-temp', nextData)); | ||
| 303 | + $('[name=startStation]', ndf).val(nextSch.qdzCode); | ||
| 304 | + //烂班2终点改变 | ||
| 305 | + $('[name=endStation]', ndf).on('change', reCalcSecond); | ||
| 306 | + //营运2起点改变 | ||
| 307 | + $('[name=startStation]', nsf).on('change', reCalcSecond); | ||
| 308 | + | ||
| 309 | + //掉头站点 | ||
| 310 | + var opts = ''; | ||
| 311 | + $.each(currData.routes, function () { | ||
| 312 | + opts += '<option value="' + this.stationCode + '">' + this.stationName + '</option>'; | ||
| 313 | + }); | ||
| 314 | + $('#turnStationSelect', modal).append(opts); | ||
| 315 | + opts = ''; | ||
| 316 | + $.each(adjustExps, function () { | ||
| 317 | + opts += '<option value="' + this + '">' + this + '</option>'; | ||
| 318 | + }); | ||
| 319 | + //掉头原因 | ||
| 320 | + $('#turnReason', modal).append(opts); | ||
| 321 | + | ||
| 322 | + //线路标准 | ||
| 323 | + information = gb_data_basic.getLineInformation(sch.xlBm); | ||
| 324 | + //本地存储的站点耗时 | ||
| 325 | + getLocStationsSpace(); | ||
| 326 | + | ||
| 327 | + var dataArray = []; | ||
| 328 | + var fs = $('.sub-task-card form', modal).formValidation({ | ||
| 329 | + framework: 'uikit', | ||
| 330 | + locale: 'zh_CN' | ||
| 331 | + }); | ||
| 332 | + fs.on('success.form.fv', function (e) { | ||
| 333 | + e.preventDefault(); | ||
| 334 | + dataArray.push($.extend($(this).serializeJSON(), getDisabledVal(this), | ||
| 335 | + {remarks: $('#turnReason', modal).val(), destroyReason: $('#turnReason', modal).val()})); | ||
| 336 | + $(this).data('valid', true); | ||
| 337 | + | ||
| 338 | + if (allValidSuccess()) { | ||
| 339 | + var i = 0; | ||
| 340 | + (function () { | ||
| 341 | + var f = arguments.callee; | ||
| 342 | + if (i >= dataArray.length) { | ||
| 343 | + /** | ||
| 344 | + * 为班次添加备注 | ||
| 345 | + */ | ||
| 346 | + var remarks = '掉头' + $('[name=endDate]', csf).val() + ' 因 ' + $('#turnReason', modal).val() + '在' + $('[name=endStation] option:selected', csf).text() + '掉头'; | ||
| 347 | + gb_schedule_table.addRemarks([sch, nextSch], remarks); | ||
| 348 | + UIkit.modal(modal).hide(); | ||
| 349 | + $('#schedule-lj_zrw-modal .main-schedule-table').trigger('refresh', {sch: sch}); | ||
| 350 | + return; | ||
| 351 | + } | ||
| 352 | + var data = dataArray[i]; | ||
| 353 | + gb_common.$post('/childTask', data, function (rs) { | ||
| 354 | + notify_succ('子任务添加成功'); | ||
| 355 | + gb_schedule_table.updateSchedule(rs.t); | ||
| 356 | + i++; | ||
| 357 | + f(); | ||
| 358 | + }); | ||
| 359 | + })(); | ||
| 360 | + } | ||
| 361 | + }); | ||
| 362 | + | ||
| 363 | + //校验不过 | ||
| 364 | + fs.on('err.field.fv', function () { | ||
| 365 | + $('#submitChildTaskBtn', modal).removeClass('disabled').removeAttr('disabled'); | ||
| 366 | + }); | ||
| 367 | + | ||
| 368 | + //submit | ||
| 369 | + $('#submitChildTaskBtn', modal).on('click', function () { | ||
| 370 | + if ($('#turnReason', modal).val() == '') { | ||
| 371 | + return notify_err('你必须选择掉头原因!'); | ||
| 372 | + } | ||
| 373 | + | ||
| 374 | + $(this).addClass('disabled').attr('disabled', 'disabled'); | ||
| 375 | + dataArray = []; | ||
| 376 | + fs.data('valid', false); | ||
| 377 | + fs.formValidation('validate'); | ||
| 378 | + }); | ||
| 379 | + | ||
| 380 | + //掉头站切换 | ||
| 381 | + $('#turnStationSelect', modal).on('change', function () { | ||
| 382 | + turnStation = $(this).val(); | ||
| 383 | + turnStationName = $('option:selected', this).text(); | ||
| 384 | + reClac(); | ||
| 385 | + }); | ||
| 386 | + }); | ||
| 387 | + | ||
| 388 | + function disabledField(f, itemName) { | ||
| 389 | + $('[name=' + itemName + ']', f).attr('disabled', 'disabled'); | ||
| 390 | + } | ||
| 391 | + | ||
| 392 | + function allValidSuccess() { | ||
| 393 | + var flag = true; | ||
| 394 | + $('.sub-task-card form:visible', modal).each(function (i, f) { | ||
| 395 | + if (!$(f).data('valid')) { | ||
| 396 | + flag = false; | ||
| 397 | + return false; | ||
| 398 | + } | ||
| 399 | + }); | ||
| 400 | + return flag; | ||
| 401 | + } | ||
| 402 | + | ||
| 403 | + //获取表单disabled 项的值 | ||
| 404 | + function getDisabledVal(f) { | ||
| 405 | + var rs = {}; | ||
| 406 | + $('input,select', f).each(function () { | ||
| 407 | + if ($(this).attr('disabled')) { | ||
| 408 | + rs[$(this).attr('name')] = $(this).val(); | ||
| 409 | + } | ||
| 410 | + }); | ||
| 411 | + return rs; | ||
| 412 | + } | ||
| 413 | + | ||
| 414 | + function reClac() { | ||
| 415 | + if (!turnStation || turnStation == '') | ||
| 416 | + return; | ||
| 417 | + | ||
| 418 | + var mileage, et, ets; | ||
| 419 | + | ||
| 420 | + $('#turnStationSelect', modal).val(turnStation); | ||
| 421 | + //营运1终点 | ||
| 422 | + $('[name=endStation]', csf).val(turnStation); | ||
| 423 | + calcFormMileage(csf, sch.xlDir);//里程 | ||
| 424 | + //结束时间 | ||
| 425 | + ets = calcFirstEndDate(); | ||
| 426 | + | ||
| 427 | + //烂班1起点 | ||
| 428 | + $('[name=startStation]', cdf).val(turnStation); | ||
| 429 | + calcFormMileage(cdf, sch.xlDir); | ||
| 430 | + //开始时间 | ||
| 431 | + $('[name=startDate]', cdf).val(ets); | ||
| 432 | + //烂班2终点 | ||
| 433 | + try { | ||
| 434 | + $('[name=endStation]', ndf).val(searchParallelStation()); | ||
| 435 | + calcFormMileage(ndf, nextSch.xlDir); | ||
| 436 | + } catch (e) { | ||
| 437 | + } | ||
| 438 | + //开始时间 | ||
| 439 | + $('[name=startDate]', ndf).val(ets); | ||
| 440 | + | ||
| 441 | + //营运2起点 | ||
| 442 | + try { | ||
| 443 | + $('[name=startStation]', nsf).val(searchParallelStation()); | ||
| 444 | + calcFormMileage(nsf, nextSch.xlDir); | ||
| 445 | + } catch (e) { | ||
| 446 | + } | ||
| 447 | + //开始时间 | ||
| 448 | + $('[name=startDate]', nsf).val(ets); | ||
| 449 | + //结束时间 | ||
| 450 | + calcSecondEndDate(); | ||
| 451 | + } | ||
| 452 | + | ||
| 453 | + function calcFirstEndDate() { | ||
| 454 | + var mileage = parseInt($('[name=mileage]', csf).val()); | ||
| 455 | + var et = sch.dfsjT + (mileage / sch.jhlc * sch.bcsj * 60 * 1000); | ||
| 456 | + var ets = et > sch.zdsjT ? sch.zdsj : moment(et).format('HH:mm'); | ||
| 457 | + $('[name=endDate]', csf).val(ets); | ||
| 458 | + return ets; | ||
| 459 | + } | ||
| 460 | + | ||
| 461 | + function calcSecondEndDate() { | ||
| 462 | + var mileage = parseInt($('[name=mileage]', nsf).val()); | ||
| 463 | + var ets = moment($('[name=startDate]', nsf).val(), 'HH:mm') | ||
| 464 | + .add(mileage / nextSch.jhlc * nextSch.bcsj * 60, 'seconds') | ||
| 465 | + .format('HH:mm'); | ||
| 466 | + $('[name=endDate]', nsf).val(ets); | ||
| 467 | + return ets; | ||
| 468 | + } | ||
| 469 | + | ||
| 470 | + //返回另一个走向对应的站点 | ||
| 471 | + function searchParallelStation() { | ||
| 472 | + var routes = stationRoutes[nextSch.xlDir] | ||
| 473 | + , len = routes.length; | ||
| 474 | + | ||
| 475 | + for (var i = 0; i < len; i++) { | ||
| 476 | + if (routes[i].stationName == turnStationName) | ||
| 477 | + return routes[i].stationCode; | ||
| 478 | + } | ||
| 479 | + } | ||
| 480 | + | ||
| 481 | + //计算第二个班次 | ||
| 482 | + function reCalcSecond() { | ||
| 483 | + var code = $(this).val() | ||
| 484 | + , updown = nextSch.xlDir; | ||
| 485 | + | ||
| 486 | + $('[name=endStation]', ndf).val(code); | ||
| 487 | + calcFormMileage(ndf, updown); | ||
| 488 | + | ||
| 489 | + $('[name=startStation]', nsf).val(code); | ||
| 490 | + calcFormMileage(nsf, updown); | ||
| 491 | + //结束时间 | ||
| 492 | + calcSecondEndDate(); | ||
| 493 | + } | ||
| 494 | + | ||
| 495 | + //同步时间 | ||
| 496 | + function synchroDate() { | ||
| 497 | + var date = $(this).val(); | ||
| 498 | + $('[name=startDate]', cdf).val(date); | ||
| 499 | + $('[name=startDate]', ndf).val(date); | ||
| 500 | + $('[name=startDate]', nsf).val(date); | ||
| 501 | + calcSecondEndDate(); | ||
| 502 | + } | ||
| 503 | + | ||
| 504 | + function calcFormMileage(f, updown) { | ||
| 505 | + var s = $('[name=startStation]', f).val() | ||
| 506 | + , e = $('[name=endStation]', f).val(); | ||
| 507 | + | ||
| 508 | + $('[name=mileage]', f).val(calcMileage(s, e, updown)); | ||
| 509 | + } | ||
| 510 | + | ||
| 511 | + function calcMileage(s, e, updown) { | ||
| 512 | + var mileage = 0, flag, code; | ||
| 513 | + if (timeLocStations) { | ||
| 514 | + //空间坐标计算的站距 | ||
| 515 | + $.each(timeLocStations[updown == 0 ? 'up' : 'down'], function () { | ||
| 516 | + code = this.station['STATION_CODE']; | ||
| 517 | + if (flag) | ||
| 518 | + mileage = gb_common.accAdd(mileage, this.toDistanceGl); | ||
| 519 | + if (code == s) | ||
| 520 | + flag = true; | ||
| 521 | + if (code == e) | ||
| 522 | + return false; | ||
| 523 | + }); | ||
| 524 | + } | ||
| 525 | + else { | ||
| 526 | + //从原始站点路由字段里取值 | ||
| 527 | + $.each(stationRoutes[updown], function () { | ||
| 528 | + code = this['stationCode']; | ||
| 529 | + if (flag) | ||
| 530 | + mileage = gb_common.accAdd(mileage, this.distances); | ||
| 531 | + if (code == s) | ||
| 532 | + flag = true; | ||
| 533 | + if (code == e) | ||
| 534 | + return false; | ||
| 535 | + }); | ||
| 536 | + } | ||
| 537 | + return mileage; | ||
| 538 | + } | ||
| 539 | + | ||
| 540 | + //从本地localStorage获取站间距数据 | ||
| 541 | + function getLocStationsSpace() { | ||
| 542 | + try { | ||
| 543 | + timeLocStations = window.localStorage.getItem('control_route_distance_' + sch.xlBm); | ||
| 544 | + if (timeLocStations) | ||
| 545 | + timeLocStations = JSON.parse(timeLocStations).stations; | ||
| 546 | + } catch (e) { | ||
| 547 | + console.log(e); | ||
| 548 | + } | ||
| 549 | + } | ||
| 550 | + | ||
| 551 | + //站间距计算后刷新 | ||
| 552 | + $(modal).on('refresh_station_space', function () { | ||
| 553 | + getLocStationsSpace(); | ||
| 554 | + reClac(); | ||
| 555 | + }); | ||
| 556 | + | ||
| 557 | + //------ 下抽屉 ------ | ||
| 558 | + $('#betweenStationRangeCalc', modal).on('click', function () { | ||
| 559 | + var id = $(this).data('drawer-id'); | ||
| 560 | + switchBtmDrawer(id, '/real_control_v2/fragments/line_schedule/context_menu/sub_task/station_route_spacing_chart.html'); | ||
| 561 | + }); | ||
| 562 | + | ||
| 563 | + var btmDrawer = $('.ct-bottom-drawer', modal); | ||
| 564 | + //打开事件 | ||
| 565 | + btmDrawer.on('drawer_show', function () { | ||
| 566 | + var url = $(this).data('url'); | ||
| 567 | + if (!url) { | ||
| 568 | + alert('无效的地址'); | ||
| 569 | + } | ||
| 570 | + | ||
| 571 | + var drawerPanel = $(this).data('name'); | ||
| 572 | + $('.ct-bottom-drawer-body', btmDrawer).load(url, function () { | ||
| 573 | + $('#' + drawerPanel).trigger('drawer-init', {sch: sch}); | ||
| 574 | + }); | ||
| 575 | + }); | ||
| 576 | + | ||
| 577 | + function switchBtmDrawer(id, url) { | ||
| 578 | + if (btmDrawer.hasClass('open') && btmDrawer.data('name') == id) { | ||
| 579 | + btmDrawer.removeClass('open'); | ||
| 580 | + btmDrawer.removeData('name').removeData('url'); | ||
| 581 | + } | ||
| 582 | + else { | ||
| 583 | + btmDrawer.addClass('open'); | ||
| 584 | + btmDrawer.data('name', id).data('url', url).trigger('drawer_show'); | ||
| 585 | + } | ||
| 586 | + } | ||
| 587 | + })(); | ||
| 588 | + </script> | ||
| 589 | </div> | 589 | </div> |
| 590 | \ No newline at end of file | 590 | \ No newline at end of file |