Commit b53313e24fc7a66b004483f47a74d9eb8c015a01
1 parent
cd93bf19
1、国际化改造;车辆基础信息前端页面
Showing
11 changed files
with
860 additions
and
274 deletions
src/main/resources/static/index.html
| @@ -656,6 +656,8 @@ | @@ -656,6 +656,8 @@ | ||
| 656 | <script src="/assets/bower_components/ng-sweet-alert/ng-sweet-alert.js"></script> | 656 | <script src="/assets/bower_components/ng-sweet-alert/ng-sweet-alert.js"></script> |
| 657 | 657 | ||
| 658 | <!-- schedule计划调度AngularJS模块主JS --> | 658 | <!-- schedule计划调度AngularJS模块主JS --> |
| 659 | +<script src="/pages/scheduleApp/language/en.js" data-exclude=1></script> | ||
| 660 | +<script src="/pages/scheduleApp/language/zh.js" data-exclude=1></script> | ||
| 659 | <script src="/pages/scheduleApp/module/common/main.js" data-exclude=1></script> | 661 | <script src="/pages/scheduleApp/module/common/main.js" data-exclude=1></script> |
| 660 | <script | 662 | <script |
| 661 | src="/pages/scheduleApp/module/common/prj-common-globalservice.js" | 663 | src="/pages/scheduleApp/module/common/prj-common-globalservice.js" |
src/main/resources/static/pages/scheduleApp/language/en.js
| 1 | -// TODO: | 1 | +// angular-translate-loader-static-files 用的语言文件 配合angular-translate使用 |
| 2 | +// 英文资源 | ||
| 3 | + | ||
| 4 | +var ScheduleApp_en_language = { | ||
| 5 | + //------------ 车辆信息管理模块 -----------// | ||
| 6 | + // 模块位置:../module/basicInfo/busInfoManage | ||
| 7 | + // 页面;index.html | ||
| 8 | + | ||
| 9 | + // line3 | ||
| 10 | + "busInfoManage_index_page-title" : "vehicle information management", | ||
| 11 | + // line9 | ||
| 12 | + "busInfoManage_index_breadcrumb-title-1" : "Home page", | ||
| 13 | + // line13 | ||
| 14 | + "busInfoManage_index_breadcrumb-title-2" : "Basic information", | ||
| 15 | + // line17 | ||
| 16 | + "busInfoManage_index_breadcrumb-title-3" : "vehicle information management", | ||
| 17 | + // line36 | ||
| 18 | + "busInfoManage_index_caption-title" : "Vehicle information table", | ||
| 19 | + // line47 | ||
| 20 | + "busInfoManage_index_tool-title" : "Data tool", | ||
| 21 | + // line60 | ||
| 22 | + "busInfoManage_index_tool-action-2" : "Export to excel", | ||
| 23 | + | ||
| 24 | + // 页面:orderOptionOpen.html | ||
| 25 | + "busInfoManage_orderOptionOpen_page_line5_txt-1682" : "Sort field selection", | ||
| 26 | + "busInfoManage_orderOptionOpen_page_line17_txt-4018" : "Yes", | ||
| 27 | + | ||
| 28 | + // 页面:list.html | ||
| 29 | + "busInfoManage_list_page_line7_txt-3934" : "Serial number", | ||
| 30 | + "busInfoManage_list_page_line8_txt-2479" : "Vehicle number", | ||
| 31 | + "busInfoManage_list_page_line9_txt-2597" : "Internal number", | ||
| 32 | + "busInfoManage_list_page_line10_txt-3094" : "Equipment number", | ||
| 33 | + "busInfoManage_list_page_line11_txt-3704" : "license number", | ||
| 34 | + "busInfoManage_list_page_line12_txt-3096" : "Company", | ||
| 35 | + "busInfoManage_list_page_line13_txt-2188" : "Branch", | ||
| 36 | + "busInfoManage_list_page_line14_txt-4087" : "Tram", | ||
| 37 | + "busInfoManage_list_page_line15_txt-3874" : "Status", | ||
| 38 | + "busInfoManage_list_page_line16_txt-3942" : "Operation", | ||
| 39 | + "busInfoManage_list_page_line21_txt-1775" : "Enter vehicle number", | ||
| 40 | + "busInfoManage_list_page_line24_txt-1773" : "Enter internal number", | ||
| 41 | + "busInfoManage_list_page_line27_txt-1774" : "Enter equipment number", | ||
| 42 | + "busInfoManage_list_page_line30_txt-2265" : "Warranty description:", | ||
| 43 | + "busInfoManage_list_page_line41_txt-3364" : "Please enter pinyin", | ||
| 44 | + "busInfoManage_list_page_line56_txt-3364" : "Please enter pinyin", | ||
| 45 | + "busInfoManage_list_page_line67_txt-4162" : "Scrapped", | ||
| 46 | + "busInfoManage_list_page_line74_txt-4001" : "Search", | ||
| 47 | + "busInfoManage_list_page_line84_txt-3385" : "Sorting options", | ||
| 48 | + "busInfoManage_list_page_line92_txt-4000" : "Reset", | ||
| 49 | + "busInfoManage_list_page_line104_txt-3757" : "Company/Vehicle code", | ||
| 50 | + "busInfoManage_list_page_line131_txt-4058" : "Unknown", | ||
| 51 | + "busInfoManage_list_page_line134_txt-4058" : "Unknown", | ||
| 52 | + "busInfoManage_list_page_line139_txt-3866" : "Details", | ||
| 53 | + "busInfoManage_list_page_line140_txt-4028" : "Modify", | ||
| 54 | + "busInfoManage_list_page_line142_txt-677" : "Do you want to delete vehicle information?", | ||
| 55 | + "busInfoManage_list_page_line142_txt-2297" : "Internal code:", | ||
| 56 | + "busInfoManage_list_page_line142_txt-41" : "If there is vehicle configuration information associated, an error will be reported. It is recommended not to delete it casually!", | ||
| 57 | + "busInfoManage_list_page_line142_txt-4257" : "Yes", | ||
| 58 | + "busInfoManage_list_page_line142_txt-3817" : "Cancel", | ||
| 59 | + "busInfoManage_list_page_line144_txt-3868" : "Delete", | ||
| 60 | + "busInfoManage_list_page_line153_txt-3053" : "Showing {{from}} to {{to}} of {{total}}entries.10 entries per page", | ||
| 61 | + "busInfoManage_list_page_line163_txt-4430" : "First", | ||
| 62 | + "busInfoManage_list_page_line164_txt-3613" : "Previous", | ||
| 63 | + "busInfoManage_list_page_line165_txt-3614" : "Next", | ||
| 64 | + "busInfoManage_list_page_line166_txt-4068" : "Last", | ||
| 65 | + | ||
| 66 | + // 页面:detail.html | ||
| 67 | + "busInfoManage_detail_page_line3_txt-1656" : "vehicle details", | ||
| 68 | + "busInfoManage_detail_page_line9_txt-3807" : "Home page", | ||
| 69 | + "busInfoManage_detail_page_line13_txt-2398" : "Basic information", | ||
| 70 | + "busInfoManage_detail_page_line17_txt-1659" : "vehicle information management", | ||
| 71 | + "busInfoManage_detail_page_line21_txt-1656" : "vehicle details", | ||
| 72 | + "busInfoManage_detail_page_line44_txt-2597" : "Internal number", | ||
| 73 | + "busInfoManage_detail_page_line52_txt-2686" : "Company", | ||
| 74 | + "busInfoManage_detail_page_line60_txt-3219" : "branch:", | ||
| 75 | + "busInfoManage_detail_page_line68_txt-2498" : "Vehicle Code", | ||
| 76 | + "busInfoManage_detail_page_line76_txt-3704" : "license number", | ||
| 77 | + "busInfoManage_detail_page_line84_txt-1770" : "equipment supplier", | ||
| 78 | + "busInfoManage_detail_page_line87_txt-4058" : "Unknown", | ||
| 79 | + "busInfoManage_detail_page_line92_txt-3697" : "terminal number", | ||
| 80 | + "busInfoManage_detail_page_line100_txt-2262" : "vehicle type:", | ||
| 81 | + "busInfoManage_detail_page_line106_txt-2256" : "technical speed:", | ||
| 82 | + "busInfoManage_detail_page_line112_txt-3200" : "number of seats:", | ||
| 83 | + "busInfoManage_detail_page_line118_txt-2243" : "passenger capacity:", | ||
| 84 | + "busInfoManage_detail_page_line124_txt-3226" : "Standard fuel consumption(air-conditioner on):", | ||
| 85 | + "busInfoManage_detail_page_line130_txt-4394" : "Standard fuel consumption(air-conditioner off):", | ||
| 86 | + "busInfoManage_detail_page_line136_txt-3229" : "Scrap number:", | ||
| 87 | + "busInfoManage_detail_page_line144_txt-2264" : "Scrap date:", | ||
| 88 | + "busInfoManage_detail_page_line152_txt-3225" : "Brand model", | ||
| 89 | + "busInfoManage_detail_page_line158_txt-3225" : "Brand model", | ||
| 90 | + "busInfoManage_detail_page_line164_txt-1220" : "Vehicle grade standard:", | ||
| 91 | + "busInfoManage_detail_page_line170_txt-1219" : "Factory emission standard:", | ||
| 92 | + "busInfoManage_detail_page_line176_txt-2261" : "Engine number", | ||
| 93 | + "busInfoManage_detail_page_line182_txt-2261" : "Engine number", | ||
| 94 | + "busInfoManage_detail_page_line188_txt-3224" : "Frame number", | ||
| 95 | + "busInfoManage_detail_page_line194_txt-3224" : "Frame number", | ||
| 96 | + "busInfoManage_detail_page_line201_txt-2252" : "Activation date:", | ||
| 97 | + "busInfoManage_detail_page_line209_txt-2251" : "Cancellation date:", | ||
| 98 | + "busInfoManage_detail_page_line218_txt-1768" : "Is it an air-conditioned vehicle:", | ||
| 99 | + "busInfoManage_detail_page_line225_txt-1762" : "Is there any ticket seller?", | ||
| 100 | + "busInfoManage_detail_page_line232_txt-3207" : "Service screen:", | ||
| 101 | + "busInfoManage_detail_page_line239_txt-3700" : "Is there an LED service screen?", | ||
| 102 | + "busInfoManage_detail_page_line246_txt-2263" : "Vehicle type:", | ||
| 103 | + "busInfoManage_detail_page_line249_txt-4058" : "Unknown", | ||
| 104 | + "busInfoManage_detail_page_line254_txt-1769" : "Is it a motor vehicle:", | ||
| 105 | + "busInfoManage_detail_page_line257_txt-4058" : "Unknown", | ||
| 106 | + "busInfoManage_detail_page_line262_txt-1860" : "Operation status:", | ||
| 107 | + "busInfoManage_detail_page_line265_txt-4058" : "Unknown", | ||
| 108 | + "busInfoManage_detail_page_line270_txt-2245" : "Modification time:", | ||
| 109 | + "busInfoManage_detail_page_line279_txt-2248" : "Is it a tram:", | ||
| 110 | + "busInfoManage_detail_page_line286_txt-1218" : "Is it a hybrid tram:", | ||
| 111 | + "busInfoManage_detail_page_line293_txt-1217" : "Is it a hydrogen energy vehicle:", | ||
| 112 | + "busInfoManage_detail_page_line301_txt-3449" : "Remarks:", | ||
| 113 | + | ||
| 114 | + // 页面:edit.html | ||
| 115 | + "busInfoManage_edit_page_line3_txt-1644" : "Modify vehicle information", | ||
| 116 | + "busInfoManage_edit_page_line9_txt-3807" : "Home page", | ||
| 117 | + "busInfoManage_edit_page_line13_txt-2398" : "Basic information", | ||
| 118 | + "busInfoManage_edit_page_line17_txt-1659" : "vehicle information management", | ||
| 119 | + "busInfoManage_edit_page_line21_txt-1644" : "Modify vehicle information", | ||
| 120 | + "busInfoManage_edit_page_line29_txt-3849" : "Form", | ||
| 121 | + "busInfoManage_edit_page_line44_txt-2597" : "Internal number", | ||
| 122 | + "busInfoManage_edit_page_line52_txt-706" : "Please enter the vehicle internal code", | ||
| 123 | + "busInfoManage_edit_page_line56_txt-917" : "Internal number must be filled in", | ||
| 124 | + "busInfoManage_edit_page_line59_txt-504" : "The internal number cannot exceed 20 characters.", | ||
| 125 | + "busInfoManage_edit_page_line67_txt-2686" : "Company", | ||
| 126 | + "busInfoManage_edit_page_line77_txt-973" : "Please select the company", //* | ||
| 127 | + "busInfoManage_edit_page_line86_txt-1792" : "Company must be selected", | ||
| 128 | + "busInfoManage_edit_page_line91_txt-3777" : "Branch company", | ||
| 129 | + "busInfoManage_edit_page_line101_txt-973" : "Please select the branch", | ||
| 130 | + "busInfoManage_edit_page_line110_txt-923" : "Branch must also be selected", | ||
| 131 | + "busInfoManage_edit_page_line115_txt-2498" : "Vehicle Code", | ||
| 132 | + "busInfoManage_edit_page_line119_txt-1265" : "Please enter the vehicle code", | ||
| 133 | + "busInfoManage_edit_page_line127_txt-927" : "Vehicle code must be filled in", | ||
| 134 | + "busInfoManage_edit_page_line135_txt-3704" : "license number", | ||
| 135 | + "busInfoManage_edit_page_line139_txt-1840" : "Please enter the license number", | ||
| 136 | + "busInfoManage_edit_page_line147_txt-1228" : "License number must be filled in", | ||
| 137 | + "busInfoManage_edit_page_line155_txt-1770" : "equipment supplier", | ||
| 138 | + "busInfoManage_edit_page_line165_txt-1288" : "Please select the equipment manufacturer", | ||
| 139 | + "busInfoManage_edit_page_line172_txt-499" : "Equipment supplier must be selected", | ||
| 140 | + "busInfoManage_edit_page_line177_txt-3697" : "terminal number", | ||
| 141 | + "busInfoManage_edit_page_line181_txt-960" : "Please enter the equipment terminal number", | ||
| 142 | + "busInfoManage_edit_page_line189_txt-686" : "Equipment terminal number must be filled in", | ||
| 143 | + "busInfoManage_edit_page_line197_txt-2262" : "vehicle type:", | ||
| 144 | + "busInfoManage_edit_page_line200_txt-1269" : "Please enter the vehicle type", | ||
| 145 | + "busInfoManage_edit_page_line204_txt-2256" : "technical speed:", | ||
| 146 | + "busInfoManage_edit_page_line207_txt-1267" : "Please enter the technical speed", | ||
| 147 | + "busInfoManage_edit_page_line211_txt-3200" : "number of seats:", | ||
| 148 | + "busInfoManage_edit_page_line214_txt-1841" : "Please enter the number of seats", | ||
| 149 | + "busInfoManage_edit_page_line218_txt-2243" : "passenger capacity:", | ||
| 150 | + "busInfoManage_edit_page_line221_txt-1266" : "Please enter the passenger capacity standard", | ||
| 151 | + "busInfoManage_edit_page_line225_txt-3226" : "Standard fuel consumption(air-conditioner on):", | ||
| 152 | + "busInfoManage_edit_page_line228_txt-1272" : "Please enter the standard fuel consumption(air-conditioner on)", | ||
| 153 | + "busInfoManage_edit_page_line232_txt-4394" : "Standard fuel consumption(air-conditioner off):", | ||
| 154 | + "busInfoManage_edit_page_line235_txt-4331" : "Please enter the standard fuel consumption(air-conditioner off)", | ||
| 155 | + "busInfoManage_edit_page_line239_txt-2249" : "Is it scrapped:", | ||
| 156 | + "busInfoManage_edit_page_line246_txt-3229" : "Scrap number:", | ||
| 157 | + "busInfoManage_edit_page_line249_txt-1842" : "Please enter the scrap number", | ||
| 158 | + "busInfoManage_edit_page_line254_txt-2264" : "Scrap date:", | ||
| 159 | + "busInfoManage_edit_page_line258_txt-1282" : "Please select the scrap date", | ||
| 160 | + "busInfoManage_edit_page_line271_txt-3225" : "Brand model", | ||
| 161 | + "busInfoManage_edit_page_line274_txt-1271" : "Please enter the brand model", | ||
| 162 | + "busInfoManage_edit_page_line278_txt-3225" : "Brand model", | ||
| 163 | + "busInfoManage_edit_page_line281_txt-1271" : "Please enter the brand model", | ||
| 164 | + "busInfoManage_edit_page_line285_txt-1220" : "Vehicle grade standard:", | ||
| 165 | + "busInfoManage_edit_page_line288_txt-707" : "Please enter the vehicle grade standard", | ||
| 166 | + "busInfoManage_edit_page_line292_txt-1219" : "Factory emission standard:", | ||
| 167 | + "busInfoManage_edit_page_line295_txt-705" : "Please enter the exit emission standard", | ||
| 168 | + "busInfoManage_edit_page_line299_txt-2261" : "Engine number", | ||
| 169 | + "busInfoManage_edit_page_line302_txt-961" : "Please enter the engine number", | ||
| 170 | + "busInfoManage_edit_page_line306_txt-2261" : "Engine number", | ||
| 171 | + "busInfoManage_edit_page_line309_txt-961" : "Please enter the engine number", | ||
| 172 | + "busInfoManage_edit_page_line313_txt-3224" : "Frame number", | ||
| 173 | + "busInfoManage_edit_page_line316_txt-1270" : "Please enter the frame number", | ||
| 174 | + "busInfoManage_edit_page_line320_txt-3224" : "Frame number", | ||
| 175 | + "busInfoManage_edit_page_line323_txt-1270" : "Please enter the frame number", | ||
| 176 | + "busInfoManage_edit_page_line327_txt-2252" : "Activation date:", | ||
| 177 | + "busInfoManage_edit_page_line331_txt-1284" : "Please select the activation date", | ||
| 178 | + "busInfoManage_edit_page_line344_txt-2251" : "Cancellation date:", | ||
| 179 | + "busInfoManage_edit_page_line348_txt-1285" : "Please select the cancellation date", | ||
| 180 | + "busInfoManage_edit_page_line362_txt-1768" : "Is it an air-conditioned vehicle:", | ||
| 181 | + "busInfoManage_edit_page_line369_txt-1762" : "Is there any ticket seller?", | ||
| 182 | + "busInfoManage_edit_page_line376_txt-3207" : "Service screen:", | ||
| 183 | + "busInfoManage_edit_page_line383_txt-3700" : "Is there an LED service screen?", | ||
| 184 | + "busInfoManage_edit_page_line390_txt-2263" : "Vehicle type:", | ||
| 185 | + "busInfoManage_edit_page_line400_txt-1289" : "Please select the vehicle type", | ||
| 186 | + "busInfoManage_edit_page_line408_txt-1769" : "Is it a motor vehicle:", | ||
| 187 | + "busInfoManage_edit_page_line418_txt-974" : "Please select the motor vehicle type", | ||
| 188 | + "busInfoManage_edit_page_line426_txt-1860" : "Operation status:", | ||
| 189 | + "busInfoManage_edit_page_line436_txt-1287" : "Please select the operating status", | ||
| 190 | + "busInfoManage_edit_page_line444_txt-2248" : "Is it a tram:", | ||
| 191 | + "busInfoManage_edit_page_line451_txt-1218" : "Is it a hybrid tram:", | ||
| 192 | + "busInfoManage_edit_page_line458_txt-1217" : "Is it a hydrogen energy vehicle:", | ||
| 193 | + "busInfoManage_edit_page_line465_txt-3449" : "Remarks:", | ||
| 194 | + "busInfoManage_edit_page_line480_txt-4173" : "Submit", | ||
| 195 | + "busInfoManage_edit_page_line481_txt-3817" : "Cancel", | ||
| 196 | + | ||
| 197 | + // 页面:form.html | ||
| 198 | + "busInfoManage_form_page_line3_txt-1649" : "Add vehicle information", | ||
| 199 | + "busInfoManage_form_page_line9_txt-3807" : "Home page", | ||
| 200 | + "busInfoManage_form_page_line13_txt-2398" : "Basic information", | ||
| 201 | + "busInfoManage_form_page_line17_txt-1659" : "vehicle information management", | ||
| 202 | + "busInfoManage_form_page_line21_txt-1649" : "Add vehicle information", | ||
| 203 | + "busInfoManage_form_page_line29_txt-3849" : "Form", | ||
| 204 | + "busInfoManage_form_page_line44_txt-2597" : "Internal number", | ||
| 205 | + "busInfoManage_form_page_line52_txt-706" : "Please enter the vehicle internal code", | ||
| 206 | + "busInfoManage_form_page_line56_txt-917" : "Internal number must be filled in", | ||
| 207 | + "busInfoManage_form_page_line59_txt-504" : "The internal number cannot exceed 20 characters.", | ||
| 208 | + "busInfoManage_form_page_line67_txt-2686" : "Company", | ||
| 209 | + "busInfoManage_form_page_line77_txt-973" : "Please select the company", //* | ||
| 210 | + "busInfoManage_form_page_line86_txt-1792" : "Company must be selected", | ||
| 211 | + "busInfoManage_form_page_line91_txt-3777" : "Branch company", | ||
| 212 | + "busInfoManage_form_page_line101_txt-973" : "Please select the branch", | ||
| 213 | + "busInfoManage_form_page_line110_txt-923" : "Branch must also be selected", | ||
| 214 | + "busInfoManage_form_page_line115_txt-2498" : "Vehicle Code", | ||
| 215 | + "busInfoManage_form_page_line119_txt-1265" : "Please enter the vehicle code", | ||
| 216 | + "busInfoManage_form_page_line127_txt-927" : "Vehicle code must be filled in", | ||
| 217 | + "busInfoManage_form_page_line135_txt-3704" : "license number", | ||
| 218 | + "busInfoManage_form_page_line139_txt-1840" : "Please enter the license number", | ||
| 219 | + "busInfoManage_form_page_line147_txt-1228" : "License number must be filled in", | ||
| 220 | + "busInfoManage_form_page_line155_txt-1770" : "equipment supplier", | ||
| 221 | + "busInfoManage_form_page_line165_txt-1288" : "Please select the equipment manufacturer", | ||
| 222 | + "busInfoManage_form_page_line172_txt-499" : "Equipment supplier must be selected", | ||
| 223 | + "busInfoManage_form_page_line177_txt-3697" : "terminal number", | ||
| 224 | + "busInfoManage_form_page_line181_txt-960" : "Please enter the equipment terminal number", | ||
| 225 | + "busInfoManage_form_page_line189_txt-686" : "Equipment terminal number must be filled in", | ||
| 226 | + "busInfoManage_form_page_line197_txt-2262" : "vehicle type:", | ||
| 227 | + "busInfoManage_form_page_line200_txt-1269" : "Please enter the vehicle type", | ||
| 228 | + "busInfoManage_form_page_line204_txt-2256" : "technical speed:", | ||
| 229 | + "busInfoManage_form_page_line207_txt-1267" : "Please enter the technical speed", | ||
| 230 | + "busInfoManage_form_page_line211_txt-3200" : "number of seats:", | ||
| 231 | + "busInfoManage_form_page_line214_txt-1841" : "Please enter the number of seats", | ||
| 232 | + "busInfoManage_form_page_line218_txt-2243" : "passenger capacity:", | ||
| 233 | + "busInfoManage_form_page_line221_txt-1266" : "Please enter the passenger capacity standard", | ||
| 234 | + "busInfoManage_form_page_line225_txt-3226" : "Standard fuel consumption(air-conditioner on):", | ||
| 235 | + "busInfoManage_form_page_line228_txt-1272" : "Please enter the standard fuel consumption(air-conditioner on)", | ||
| 236 | + "busInfoManage_form_page_line232_txt-4394" : "Standard fuel consumption(air-conditioner off):", | ||
| 237 | + "busInfoManage_form_page_line235_txt-4331" : "Please enter the standard fuel consumption(air-conditioner off)", | ||
| 238 | + "busInfoManage_form_page_line264_txt-3225" : "Brand model", | ||
| 239 | + "busInfoManage_form_page_line267_txt-1271" : "Please enter the brand model", | ||
| 240 | + "busInfoManage_form_page_line271_txt-3225" : "Brand model", | ||
| 241 | + "busInfoManage_form_page_line274_txt-1271" : "Please enter the brand model", | ||
| 242 | + "busInfoManage_form_page_line278_txt-1220" : "Vehicle grade standard:", | ||
| 243 | + "busInfoManage_form_page_line281_txt-707" : "Please enter the vehicle grade standard", | ||
| 244 | + "busInfoManage_form_page_line285_txt-1219" : "Factory emission standard:", | ||
| 245 | + "busInfoManage_form_page_line288_txt-705" : "Please enter the exit emission standard", | ||
| 246 | + "busInfoManage_form_page_line292_txt-2261" : "Engine number", | ||
| 247 | + "busInfoManage_form_page_line295_txt-961" : "Please enter the engine number", | ||
| 248 | + "busInfoManage_form_page_line299_txt-2261" : "Engine number", | ||
| 249 | + "busInfoManage_form_page_line302_txt-961" : "Please enter the engine number", | ||
| 250 | + "busInfoManage_form_page_line306_txt-3224" : "Frame number", | ||
| 251 | + "busInfoManage_form_page_line309_txt-1270" : "Please enter the frame number", | ||
| 252 | + "busInfoManage_form_page_line313_txt-3224" : "Frame number", | ||
| 253 | + "busInfoManage_form_page_line316_txt-1270" : "Please enter the frame number", | ||
| 254 | + "busInfoManage_form_page_line320_txt-2252" : "Activation date:", | ||
| 255 | + "busInfoManage_form_page_line324_txt-1284" : "Please select the activation date", | ||
| 256 | + "busInfoManage_form_page_line337_txt-2251" : "Cancellation date:", | ||
| 257 | + "busInfoManage_form_page_line341_txt-1285" : "Please select the cancellation date", | ||
| 258 | + "busInfoManage_form_page_line355_txt-1768" : "Is it an air-conditioned vehicle:", | ||
| 259 | + "busInfoManage_form_page_line362_txt-1762" : "Is there any ticket seller?", | ||
| 260 | + "busInfoManage_form_page_line369_txt-3207" : "Service screen:", | ||
| 261 | + "busInfoManage_form_page_line376_txt-3700" : "Is there an LED service screen?", | ||
| 262 | + "busInfoManage_form_page_line383_txt-2263" : "Vehicle type:", | ||
| 263 | + "busInfoManage_form_page_line393_txt-1289" : "Please select the vehicle type", | ||
| 264 | + "busInfoManage_form_page_line401_txt-1769" : "Is it a motor vehicle:", | ||
| 265 | + "busInfoManage_form_page_line411_txt-974" : "Please select the motor vehicle type", | ||
| 266 | + "busInfoManage_form_page_line419_txt-1860" : "Operation status:", | ||
| 267 | + "busInfoManage_form_page_line429_txt-1287" : "Please select the operating status", | ||
| 268 | + "busInfoManage_form_page_line437_txt-2248" : "Is it a tram:", | ||
| 269 | + "busInfoManage_form_page_line444_txt-1218" : "Is it a hybrid tram:", | ||
| 270 | + "busInfoManage_form_page_line451_txt-1217" : "Is it a hydrogen energy vehicle:", | ||
| 271 | + "busInfoManage_form_page_line458_txt-3449" : "Remarks:", | ||
| 272 | + "busInfoManage_form_page_line473_txt-4173" : "Submit", | ||
| 273 | + "busInfoManage_form_page_line474_txt-3817" : "Cancel", | ||
| 274 | + | ||
| 275 | + // module.js | ||
| 276 | + "busInfoManage_module_js_line31_txt-2479" : "Vehicle number", | ||
| 277 | + "busInfoManage_module_js_line33_txt-3764" : "Self-numbering", | ||
| 278 | + "busInfoManage_module_js_line34_txt-3094" : "Equipment number", | ||
| 279 | + "busInfoManage_module_js_line35_txt-3704" : "license number", | ||
| 280 | + "busInfoManage_module_js_line36_txt-3096" : "Company", | ||
| 281 | + "busInfoManage_module_js_line37_txt-2188" : "Branch", | ||
| 282 | + "busInfoManage_module_js_line38_txt-3281" : "Electric car or not", | ||
| 283 | + "busInfoManage_module_js_line39_txt-3125" : "Is it scrapped", | ||
| 284 | + "busInfoManage_module_js_line40_txt-3124" : "Update time", | ||
| 285 | + "busInfoManage_module_js_line206_txt-1617" : "vehicle basic information", | ||
| 286 | + "busInfoManage_module_js_line302_txt-3729" : "Failed:", | ||
| 287 | + "busInfoManage_module_js_line434_txt-4009" : "Vehicles", | ||
| 288 | + "busInfoManage_module_js_line434_txt-3066" : "Details", | ||
| 289 | + | ||
| 290 | + | ||
| 291 | + | ||
| 292 | +}; | ||
| 293 | + | ||
| 294 | +// TODO; |
src/main/resources/static/pages/scheduleApp/language/zh.js
| 1 | // angular-translate-loader-static-files 用的语言文件 配合angular-translate使用 | 1 | // angular-translate-loader-static-files 用的语言文件 配合angular-translate使用 |
| 2 | // 中文资源 | 2 | // 中文资源 |
| 3 | 3 | ||
| 4 | -exports.language = { | 4 | +var ScheduleApp_zh_language = { |
| 5 | //------------ 车辆信息管理模块 -----------// | 5 | //------------ 车辆信息管理模块 -----------// |
| 6 | // 模块位置:../module/basicInfo/busInfoManage | 6 | // 模块位置:../module/basicInfo/busInfoManage |
| 7 | // 页面;index.html | 7 | // 页面;index.html |
| @@ -19,5 +19,279 @@ exports.language = { | @@ -19,5 +19,279 @@ exports.language = { | ||
| 19 | // line47 | 19 | // line47 |
| 20 | "busInfoManage_index_tool-title" : "数据工具", | 20 | "busInfoManage_index_tool-title" : "数据工具", |
| 21 | // line60 | 21 | // line60 |
| 22 | - "busInfoManage_index_tool-action-2" : "导出excel" | ||
| 23 | -} | 22 | + "busInfoManage_index_tool-action-2" : "导出excel", |
| 23 | + | ||
| 24 | + // 页面:orderOptionOpen.html | ||
| 25 | + "busInfoManage_orderOptionOpen_page_line5_txt-1682" : "排序字段选择", | ||
| 26 | + "busInfoManage_orderOptionOpen_page_line17_txt-4018" : "确定", | ||
| 27 | + | ||
| 28 | + // 页面:list.html | ||
| 29 | + "busInfoManage_list_page_line7_txt-3934" : "序号", | ||
| 30 | + "busInfoManage_list_page_line8_txt-2479" : "车辆编号", | ||
| 31 | + "busInfoManage_list_page_line9_txt-2597" : "内部编号", | ||
| 32 | + "busInfoManage_list_page_line10_txt-3094" : "设备编号", | ||
| 33 | + "busInfoManage_list_page_line11_txt-3704" : "车牌号", | ||
| 34 | + "busInfoManage_list_page_line12_txt-3096" : "所在公司", | ||
| 35 | + "busInfoManage_list_page_line13_txt-2188" : "所在分公司", | ||
| 36 | + "busInfoManage_list_page_line14_txt-4087" : "电车", | ||
| 37 | + "busInfoManage_list_page_line15_txt-3874" : "状态", | ||
| 38 | + "busInfoManage_list_page_line16_txt-3942" : "操作", | ||
| 39 | + "busInfoManage_list_page_line21_txt-1775" : "输入车辆编号", | ||
| 40 | + "busInfoManage_list_page_line24_txt-1773" : "输入内部编号", | ||
| 41 | + "busInfoManage_list_page_line27_txt-1774" : "输入设备编号", | ||
| 42 | + "busInfoManage_list_page_line30_txt-2265" : "保修描述:", | ||
| 43 | + "busInfoManage_list_page_line41_txt-3364" : "请输拼音", | ||
| 44 | + "busInfoManage_list_page_line56_txt-3364" : "请输拼音", | ||
| 45 | + "busInfoManage_list_page_line67_txt-4162" : "报废", | ||
| 46 | + "busInfoManage_list_page_line74_txt-4001" : "搜索", | ||
| 47 | + "busInfoManage_list_page_line84_txt-3385" : "排序选项", | ||
| 48 | + "busInfoManage_list_page_line92_txt-4000" : "重置", | ||
| 49 | + "busInfoManage_list_page_line104_txt-3757" : "公司/编号:", | ||
| 50 | + "busInfoManage_list_page_line131_txt-4058" : "未知", | ||
| 51 | + "busInfoManage_list_page_line134_txt-4058" : "未知", | ||
| 52 | + "busInfoManage_list_page_line139_txt-3866" : "详细", | ||
| 53 | + "busInfoManage_list_page_line140_txt-4028" : "修改", | ||
| 54 | + "busInfoManage_list_page_line142_txt-677" : "是否删除车辆信息?", | ||
| 55 | + "busInfoManage_list_page_line142_txt-2297" : "内部编码:", | ||
| 56 | + "busInfoManage_list_page_line142_txt-41" : "如果有车辆配置信息关联,会报错,建议不要随便删除!", | ||
| 57 | + "busInfoManage_list_page_line142_txt-4257" : "是", | ||
| 58 | + "busInfoManage_list_page_line142_txt-3817" : "取消", | ||
| 59 | + "busInfoManage_list_page_line144_txt-3868" : "删除", | ||
| 60 | + "busInfoManage_list_page_line153_txt-3053" : "显示从{{from}}到{{to}} 共{{total}}条 每页显示10条", | ||
| 61 | + "busInfoManage_list_page_line163_txt-4430" : "首页", | ||
| 62 | + "busInfoManage_list_page_line164_txt-3613" : "上一页", | ||
| 63 | + "busInfoManage_list_page_line165_txt-3614" : "下一页", | ||
| 64 | + "busInfoManage_list_page_line166_txt-4068" : "尾页", | ||
| 65 | + | ||
| 66 | + // 页面:detail.html | ||
| 67 | + "busInfoManage_detail_page_line3_txt-1656" : "车辆详细信息", | ||
| 68 | + "busInfoManage_detail_page_line9_txt-3807" : "首页", | ||
| 69 | + "busInfoManage_detail_page_line13_txt-2398" : "基础信息", | ||
| 70 | + "busInfoManage_detail_page_line17_txt-1659" : "车辆信息管理", | ||
| 71 | + "busInfoManage_detail_page_line21_txt-1656" : "车辆详细信息", | ||
| 72 | + "busInfoManage_detail_page_line44_txt-2597" : "内部编号", | ||
| 73 | + "busInfoManage_detail_page_line52_txt-2686" : "所属公司", | ||
| 74 | + "busInfoManage_detail_page_line60_txt-3219" : "分公司:", | ||
| 75 | + "busInfoManage_detail_page_line68_txt-2498" : "车辆编码", | ||
| 76 | + "busInfoManage_detail_page_line76_txt-3704" : "车牌号", | ||
| 77 | + "busInfoManage_detail_page_line84_txt-1770" : "设备供应厂商", | ||
| 78 | + "busInfoManage_detail_page_line87_txt-4058" : "未知", | ||
| 79 | + "busInfoManage_detail_page_line92_txt-3697" : "终端号", | ||
| 80 | + "busInfoManage_detail_page_line100_txt-2262" : "车型类别:", | ||
| 81 | + "busInfoManage_detail_page_line106_txt-2256" : "技术速度:", | ||
| 82 | + "busInfoManage_detail_page_line112_txt-3200" : "座位数:", | ||
| 83 | + "busInfoManage_detail_page_line118_txt-2243" : "载客标准:", | ||
| 84 | + "busInfoManage_detail_page_line124_txt-3226" : "标准油耗/开空调:", | ||
| 85 | + "busInfoManage_detail_page_line130_txt-4394" : "标准油耗/关空调:", | ||
| 86 | + "busInfoManage_detail_page_line136_txt-3229" : "报废号:", | ||
| 87 | + "busInfoManage_detail_page_line144_txt-2264" : "报废日期:", | ||
| 88 | + "busInfoManage_detail_page_line152_txt-3225" : "厂牌型号 ", | ||
| 89 | + "busInfoManage_detail_page_line158_txt-3225" : "厂牌型号 ", | ||
| 90 | + "busInfoManage_detail_page_line164_txt-1220" : "车辆等级标准:", | ||
| 91 | + "busInfoManage_detail_page_line170_txt-1219" : "出厂排放标准:", | ||
| 92 | + "busInfoManage_detail_page_line176_txt-2261" : "发动机号码 ", | ||
| 93 | + "busInfoManage_detail_page_line182_txt-2261" : "发动机号码 ", | ||
| 94 | + "busInfoManage_detail_page_line188_txt-3224" : "车架号码 ", | ||
| 95 | + "busInfoManage_detail_page_line194_txt-3224" : "车架号码 ", | ||
| 96 | + "busInfoManage_detail_page_line201_txt-2252" : "启用日期:", | ||
| 97 | + "busInfoManage_detail_page_line209_txt-2251" : "取消日期:", | ||
| 98 | + "busInfoManage_detail_page_line218_txt-1768" : "是否空调车:", | ||
| 99 | + "busInfoManage_detail_page_line225_txt-1762" : "有无人售票:", | ||
| 100 | + "busInfoManage_detail_page_line232_txt-3207" : "是否有LED服务屏:", | ||
| 101 | + "busInfoManage_detail_page_line239_txt-3700" : "是否有TV视屏:", | ||
| 102 | + "busInfoManage_detail_page_line246_txt-2263" : "车辆类型:", | ||
| 103 | + "busInfoManage_detail_page_line249_txt-4058" : "未知", | ||
| 104 | + "busInfoManage_detail_page_line254_txt-1769" : "是否机动车:", | ||
| 105 | + "busInfoManage_detail_page_line257_txt-4058" : "未知", | ||
| 106 | + "busInfoManage_detail_page_line262_txt-1860" : "营运状态:", | ||
| 107 | + "busInfoManage_detail_page_line265_txt-4058" : "未知", | ||
| 108 | + "busInfoManage_detail_page_line270_txt-2245" : "修改时间:", | ||
| 109 | + "busInfoManage_detail_page_line279_txt-2248" : "是否电车:", | ||
| 110 | + "busInfoManage_detail_page_line286_txt-1218" : "是否混合电车:", | ||
| 111 | + "busInfoManage_detail_page_line293_txt-1217" : "是否氢能源车:", | ||
| 112 | + "busInfoManage_detail_page_line301_txt-3449" : "备注:", | ||
| 113 | + | ||
| 114 | + // 页面:edit.html | ||
| 115 | + "busInfoManage_edit_page_line3_txt-1644" : "修改车辆信息", | ||
| 116 | + "busInfoManage_edit_page_line9_txt-3807" : "首页", | ||
| 117 | + "busInfoManage_edit_page_line13_txt-2398" : "基础信息", | ||
| 118 | + "busInfoManage_edit_page_line17_txt-1659" : "车辆信息管理", | ||
| 119 | + "busInfoManage_edit_page_line21_txt-1644" : "修改车辆信息", | ||
| 120 | + "busInfoManage_edit_page_line29_txt-3849" : "表单", | ||
| 121 | + "busInfoManage_edit_page_line44_txt-2597" : "内部编号", | ||
| 122 | + "busInfoManage_edit_page_line52_txt-706" : "请输入车辆内部编码", | ||
| 123 | + "busInfoManage_edit_page_line56_txt-917" : "内部编号必须填写", | ||
| 124 | + "busInfoManage_edit_page_line59_txt-504" : "内部编号长度不能超过20位", | ||
| 125 | + "busInfoManage_edit_page_line67_txt-2686" : "所属公司", | ||
| 126 | + "busInfoManage_edit_page_line77_txt-973" : "请选择所属公司", //* | ||
| 127 | + "busInfoManage_edit_page_line86_txt-1792" : "公司必须选择", | ||
| 128 | + "busInfoManage_edit_page_line91_txt-3777" : "分公司", | ||
| 129 | + "busInfoManage_edit_page_line101_txt-973" : "请选择所属分公司", | ||
| 130 | + "busInfoManage_edit_page_line110_txt-923" : "分公司也必须选择", | ||
| 131 | + "busInfoManage_edit_page_line115_txt-2498" : "车辆编码", | ||
| 132 | + "busInfoManage_edit_page_line119_txt-1265" : "请输入车辆编码", | ||
| 133 | + "busInfoManage_edit_page_line127_txt-927" : "车辆编码必须填写", | ||
| 134 | + "busInfoManage_edit_page_line135_txt-3704" : "车牌号", | ||
| 135 | + "busInfoManage_edit_page_line139_txt-1840" : "请输入车牌号", | ||
| 136 | + "busInfoManage_edit_page_line147_txt-1228" : "车牌号必须填写", | ||
| 137 | + "busInfoManage_edit_page_line155_txt-1770" : "设备供应厂商", | ||
| 138 | + "busInfoManage_edit_page_line165_txt-1288" : "请选择设备厂商", | ||
| 139 | + "busInfoManage_edit_page_line172_txt-499" : "设备供应厂商必须选择", | ||
| 140 | + "busInfoManage_edit_page_line177_txt-3697" : "终端号", | ||
| 141 | + "busInfoManage_edit_page_line181_txt-960" : "请输入设备终端号", | ||
| 142 | + "busInfoManage_edit_page_line189_txt-686" : "设备终端号必须填写", | ||
| 143 | + "busInfoManage_edit_page_line197_txt-2262" : "车型类别:", | ||
| 144 | + "busInfoManage_edit_page_line200_txt-1269" : "请输入车型类别", | ||
| 145 | + "busInfoManage_edit_page_line204_txt-2256" : "技术速度:", | ||
| 146 | + "busInfoManage_edit_page_line207_txt-1267" : "请输入技术速度", | ||
| 147 | + "busInfoManage_edit_page_line211_txt-3200" : "座位数:", | ||
| 148 | + "busInfoManage_edit_page_line214_txt-1841" : "请输入座位数", | ||
| 149 | + "busInfoManage_edit_page_line218_txt-2243" : "载客标准:", | ||
| 150 | + "busInfoManage_edit_page_line221_txt-1266" : "请输入载客标准", | ||
| 151 | + "busInfoManage_edit_page_line225_txt-3226" : "标准油耗/开空调:", | ||
| 152 | + "busInfoManage_edit_page_line228_txt-1272" : "请输入标准油耗/开空调", | ||
| 153 | + "busInfoManage_edit_page_line232_txt-4394" : "标准油耗/关空调:", | ||
| 154 | + "busInfoManage_edit_page_line235_txt-4331" : "请输入标准油耗/关空调", | ||
| 155 | + "busInfoManage_edit_page_line239_txt-2249" : "是否报废:", | ||
| 156 | + "busInfoManage_edit_page_line246_txt-3229" : "报废号:", | ||
| 157 | + "busInfoManage_edit_page_line249_txt-1842" : "请输入报废号", | ||
| 158 | + "busInfoManage_edit_page_line254_txt-2264" : "报废日期:", | ||
| 159 | + "busInfoManage_edit_page_line258_txt-1282" : "请选择报废日期", | ||
| 160 | + "busInfoManage_edit_page_line271_txt-3225" : "厂牌型号 ", | ||
| 161 | + "busInfoManage_edit_page_line274_txt-1271" : "请输入厂牌型号 ", | ||
| 162 | + "busInfoManage_edit_page_line278_txt-3225" : "厂牌型号 ", | ||
| 163 | + "busInfoManage_edit_page_line281_txt-1271" : "请输入厂牌型号 ", | ||
| 164 | + "busInfoManage_edit_page_line285_txt-1220" : "车辆等级标准:", | ||
| 165 | + "busInfoManage_edit_page_line288_txt-707" : "请输入车辆等级标准", | ||
| 166 | + "busInfoManage_edit_page_line292_txt-1219" : "出厂排放标准:", | ||
| 167 | + "busInfoManage_edit_page_line295_txt-705" : "请输入出场排放标准", | ||
| 168 | + "busInfoManage_edit_page_line299_txt-2261" : "发动机号码 ", | ||
| 169 | + "busInfoManage_edit_page_line302_txt-961" : "请输入发动机号码 ", | ||
| 170 | + "busInfoManage_edit_page_line306_txt-2261" : "发动机号码 ", | ||
| 171 | + "busInfoManage_edit_page_line309_txt-961" : "请输入发动机号码 ", | ||
| 172 | + "busInfoManage_edit_page_line313_txt-3224" : "车架号码 ", | ||
| 173 | + "busInfoManage_edit_page_line316_txt-1270" : "请输入车架号码 ", | ||
| 174 | + "busInfoManage_edit_page_line320_txt-3224" : "车架号码 ", | ||
| 175 | + "busInfoManage_edit_page_line323_txt-1270" : "请输入车架号码 ", | ||
| 176 | + "busInfoManage_edit_page_line327_txt-2252" : "启用日期:", | ||
| 177 | + "busInfoManage_edit_page_line331_txt-1284" : "请选择启用日期", | ||
| 178 | + "busInfoManage_edit_page_line344_txt-2251" : "取消日期:", | ||
| 179 | + "busInfoManage_edit_page_line348_txt-1285" : "请选择取消日期", | ||
| 180 | + "busInfoManage_edit_page_line362_txt-1768" : "是否空调车:", | ||
| 181 | + "busInfoManage_edit_page_line369_txt-1762" : "有无人售票:", | ||
| 182 | + "busInfoManage_edit_page_line376_txt-3207" : "是否有LED服务屏:", | ||
| 183 | + "busInfoManage_edit_page_line383_txt-3700" : "是否有TV视屏:", | ||
| 184 | + "busInfoManage_edit_page_line390_txt-2263" : "车辆类型:", | ||
| 185 | + "busInfoManage_edit_page_line400_txt-1289" : "请选择车辆类型", | ||
| 186 | + "busInfoManage_edit_page_line408_txt-1769" : "是否机动车:", | ||
| 187 | + "busInfoManage_edit_page_line418_txt-974" : "请选择机动车类型", | ||
| 188 | + "busInfoManage_edit_page_line426_txt-1860" : "营运状态:", | ||
| 189 | + "busInfoManage_edit_page_line436_txt-1287" : "请选择营运状态", | ||
| 190 | + "busInfoManage_edit_page_line444_txt-2248" : "是否电车:", | ||
| 191 | + "busInfoManage_edit_page_line451_txt-1218" : "是否混合电车:", | ||
| 192 | + "busInfoManage_edit_page_line458_txt-1217" : "是否氢能源车:", | ||
| 193 | + "busInfoManage_edit_page_line465_txt-3449" : "备注:", | ||
| 194 | + "busInfoManage_edit_page_line480_txt-4173" : "提交", | ||
| 195 | + "busInfoManage_edit_page_line481_txt-3817" : "取消", | ||
| 196 | + | ||
| 197 | + // 页面:form.html | ||
| 198 | + "busInfoManage_form_page_line3_txt-1649" : "添加车辆信息", | ||
| 199 | + "busInfoManage_form_page_line9_txt-3807" : "首页", | ||
| 200 | + "busInfoManage_form_page_line13_txt-2398" : "基础信息", | ||
| 201 | + "busInfoManage_form_page_line17_txt-1659" : "车辆信息管理", | ||
| 202 | + "busInfoManage_form_page_line21_txt-1649" : "添加车辆信息", | ||
| 203 | + "busInfoManage_form_page_line29_txt-3849" : "表单", | ||
| 204 | + "busInfoManage_form_page_line44_txt-2597" : "内部编号", | ||
| 205 | + "busInfoManage_form_page_line52_txt-706" : "请输入车辆内部编码", | ||
| 206 | + "busInfoManage_form_page_line56_txt-917" : "内部编号必须填写", | ||
| 207 | + "busInfoManage_form_page_line59_txt-504" : "内部编号长度不能超过20位", | ||
| 208 | + "busInfoManage_form_page_line67_txt-2686" : "所属公司", | ||
| 209 | + "busInfoManage_form_page_line77_txt-973" : "请选择所属公司", //* | ||
| 210 | + "busInfoManage_form_page_line86_txt-1792" : "公司必须选择", | ||
| 211 | + "busInfoManage_form_page_line91_txt-3777" : "分公司", | ||
| 212 | + "busInfoManage_form_page_line101_txt-973" : "请选择所属分公司", | ||
| 213 | + "busInfoManage_form_page_line110_txt-923" : "分公司也必须选择", | ||
| 214 | + "busInfoManage_form_page_line115_txt-2498" : "车辆编码", | ||
| 215 | + "busInfoManage_form_page_line119_txt-1265" : "请输入车辆编码", | ||
| 216 | + "busInfoManage_form_page_line127_txt-927" : "车辆编码必须填写", | ||
| 217 | + "busInfoManage_form_page_line135_txt-3704" : "车牌号", | ||
| 218 | + "busInfoManage_form_page_line139_txt-1840" : "请输入车牌号", | ||
| 219 | + "busInfoManage_form_page_line147_txt-1228" : "车牌号必须填写", | ||
| 220 | + "busInfoManage_form_page_line155_txt-1770" : "设备供应厂商", | ||
| 221 | + "busInfoManage_form_page_line165_txt-1288" : "请选择设备厂商", | ||
| 222 | + "busInfoManage_form_page_line172_txt-499" : "设备供应厂商必须选择", | ||
| 223 | + "busInfoManage_form_page_line177_txt-3697" : "终端号", | ||
| 224 | + "busInfoManage_form_page_line181_txt-960" : "请输入设备终端号", | ||
| 225 | + "busInfoManage_form_page_line189_txt-686" : "设备终端号必须填写", | ||
| 226 | + "busInfoManage_form_page_line197_txt-2262" : "车型类别:", | ||
| 227 | + "busInfoManage_form_page_line200_txt-1269" : "请输入车型类别", | ||
| 228 | + "busInfoManage_form_page_line204_txt-2256" : "技术速度:", | ||
| 229 | + "busInfoManage_form_page_line207_txt-1267" : "请输入技术速度", | ||
| 230 | + "busInfoManage_form_page_line211_txt-3200" : "座位数:", | ||
| 231 | + "busInfoManage_form_page_line214_txt-1841" : "请输入座位数", | ||
| 232 | + "busInfoManage_form_page_line218_txt-2243" : "载客标准:", | ||
| 233 | + "busInfoManage_form_page_line221_txt-1266" : "请输入载客标准", | ||
| 234 | + "busInfoManage_form_page_line225_txt-3226" : "标准油耗/开空调:", | ||
| 235 | + "busInfoManage_form_page_line228_txt-1272" : "请输入标准油耗/开空调", | ||
| 236 | + "busInfoManage_form_page_line232_txt-4394" : "标准油耗/关空调:", | ||
| 237 | + "busInfoManage_form_page_line235_txt-4331" : "请输入标准油耗/关空调", | ||
| 238 | + "busInfoManage_form_page_line264_txt-3225" : "厂牌型号 ", | ||
| 239 | + "busInfoManage_form_page_line267_txt-1271" : "请输入厂牌型号 ", | ||
| 240 | + "busInfoManage_form_page_line271_txt-3225" : "厂牌型号 ", | ||
| 241 | + "busInfoManage_form_page_line274_txt-1271" : "请输入厂牌型号 ", | ||
| 242 | + "busInfoManage_form_page_line278_txt-1220" : "车辆等级标准:", | ||
| 243 | + "busInfoManage_form_page_line281_txt-707" : "请输入车辆等级标准", | ||
| 244 | + "busInfoManage_form_page_line285_txt-1219" : "出厂排放标准:", | ||
| 245 | + "busInfoManage_form_page_line288_txt-705" : "请输入出场排放标准", | ||
| 246 | + "busInfoManage_form_page_line292_txt-2261" : "发动机号码 ", | ||
| 247 | + "busInfoManage_form_page_line295_txt-961" : "请输入发动机号码 ", | ||
| 248 | + "busInfoManage_form_page_line299_txt-2261" : "发动机号码 ", | ||
| 249 | + "busInfoManage_form_page_line302_txt-961" : "请输入发动机号码 ", | ||
| 250 | + "busInfoManage_form_page_line306_txt-3224" : "车架号码 ", | ||
| 251 | + "busInfoManage_form_page_line309_txt-1270" : "请输入车架号码 ", | ||
| 252 | + "busInfoManage_form_page_line313_txt-3224" : "车架号码 ", | ||
| 253 | + "busInfoManage_form_page_line316_txt-1270" : "请输入车架号码 ", | ||
| 254 | + "busInfoManage_form_page_line320_txt-2252" : "启用日期:", | ||
| 255 | + "busInfoManage_form_page_line324_txt-1284" : "请选择启用日期", | ||
| 256 | + "busInfoManage_form_page_line337_txt-2251" : "取消日期:", | ||
| 257 | + "busInfoManage_form_page_line341_txt-1285" : "请选择取消日期", | ||
| 258 | + "busInfoManage_form_page_line355_txt-1768" : "是否空调车:", | ||
| 259 | + "busInfoManage_form_page_line362_txt-1762" : "有无人售票:", | ||
| 260 | + "busInfoManage_form_page_line369_txt-3207" : "是否有LED服务屏:", | ||
| 261 | + "busInfoManage_form_page_line376_txt-3700" : "是否有TV视屏:", | ||
| 262 | + "busInfoManage_form_page_line383_txt-2263" : "车辆类型:", | ||
| 263 | + "busInfoManage_form_page_line393_txt-1289" : "请选择车辆类型", | ||
| 264 | + "busInfoManage_form_page_line401_txt-1769" : "是否机动车:", | ||
| 265 | + "busInfoManage_form_page_line411_txt-974" : "请选择机动车类型", | ||
| 266 | + "busInfoManage_form_page_line419_txt-1860" : "营运状态:", | ||
| 267 | + "busInfoManage_form_page_line429_txt-1287" : "请选择营运状态", | ||
| 268 | + "busInfoManage_form_page_line437_txt-2248" : "是否电车:", | ||
| 269 | + "busInfoManage_form_page_line444_txt-1218" : "是否混合电车:", | ||
| 270 | + "busInfoManage_form_page_line451_txt-1217" : "是否氢能源车:", | ||
| 271 | + "busInfoManage_form_page_line458_txt-3449" : "备注:", | ||
| 272 | + "busInfoManage_form_page_line473_txt-4173" : "提交", | ||
| 273 | + "busInfoManage_form_page_line474_txt-3817" : "取消", | ||
| 274 | + | ||
| 275 | + // module.js | ||
| 276 | + "busInfoManage_module_js_line31_txt-2479" : "车辆编号", | ||
| 277 | + "busInfoManage_module_js_line33_txt-3764" : "自编号", | ||
| 278 | + "busInfoManage_module_js_line34_txt-3094" : "设备编号", | ||
| 279 | + "busInfoManage_module_js_line35_txt-3704" : "车牌号", | ||
| 280 | + "busInfoManage_module_js_line36_txt-3096" : "所在公司", | ||
| 281 | + "busInfoManage_module_js_line37_txt-2188" : "所在分公司", | ||
| 282 | + "busInfoManage_module_js_line38_txt-3281" : "是否电车", | ||
| 283 | + "busInfoManage_module_js_line39_txt-3125" : "是否报废", | ||
| 284 | + "busInfoManage_module_js_line40_txt-3124" : "更新时间", | ||
| 285 | + "busInfoManage_module_js_line206_txt-1617" : "车辆基础信息", | ||
| 286 | + "busInfoManage_module_js_line302_txt-3729" : "失败:", | ||
| 287 | + "busInfoManage_module_js_line434_txt-4009" : "车辆", | ||
| 288 | + "busInfoManage_module_js_line434_txt-3066" : "详细信息", | ||
| 289 | + | ||
| 290 | + | ||
| 291 | + | ||
| 292 | + // TODO: | ||
| 293 | +}; | ||
| 294 | + | ||
| 295 | + | ||
| 296 | + | ||
| 297 | + |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/detail.html
| 1 | <div class="page-head"> | 1 | <div class="page-head"> |
| 2 | <div class="page-title"> | 2 | <div class="page-title"> |
| 3 | - <h1>$$$$$${txt-1656}</h1> | 3 | + <h1>{{"busInfoManage_detail_page_line3_txt-1656" | translate}}</h1> |
| 4 | </div> | 4 | </div> |
| 5 | </div> | 5 | </div> |
| 6 | 6 | ||
| 7 | <ul class="page-breadcrumb breadcrumb"> | 7 | <ul class="page-breadcrumb breadcrumb"> |
| 8 | <li> | 8 | <li> |
| 9 | - <a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> | 9 | + <a href="/pages/home.html" data-pjax>{{"busInfoManage_detail_page_line9_txt-3807" | translate}}</a> |
| 10 | <i class="fa fa-circle"></i> | 10 | <i class="fa fa-circle"></i> |
| 11 | </li> | 11 | </li> |
| 12 | <li> | 12 | <li> |
| 13 | - <span class="active">$$$$$${txt-2398}</span> | 13 | + <span class="active">{{"busInfoManage_detail_page_line13_txt-2398" | translate}}</span> |
| 14 | <i class="fa fa-circle"></i> | 14 | <i class="fa fa-circle"></i> |
| 15 | </li> | 15 | </li> |
| 16 | <li> | 16 | <li> |
| 17 | - <a ui-sref="busInfoManage">$$$$$${txt-1659}</a> | 17 | + <a ui-sref="busInfoManage">{{"busInfoManage_detail_page_line17_txt-1659" | translate}}</a> |
| 18 | <i class="fa fa-circle"></i> | 18 | <i class="fa fa-circle"></i> |
| 19 | </li> | 19 | </li> |
| 20 | <li> | 20 | <li> |
| 21 | - <span class="active">$$$$$${txt-1656}</span> | 21 | + <span class="active">{{"busInfoManage_detail_page_line21_txt-1656" | translate}}</span> |
| 22 | </li> | 22 | </li> |
| 23 | </ul> | 23 | </ul> |
| 24 | 24 | ||
| @@ -38,11 +38,10 @@ | @@ -38,11 +38,10 @@ | ||
| 38 | <!--$$$$$${txt-135}--> | 38 | <!--$$$$$${txt-135}--> |
| 39 | <!--</div>--> | 39 | <!--</div>--> |
| 40 | 40 | ||
| 41 | - | ||
| 42 | <!-- 其他信息放置在这里 --> | 41 | <!-- 其他信息放置在这里 --> |
| 43 | <div class="form-body"> | 42 | <div class="form-body"> |
| 44 | <div class="form-group has-success has-feedback"> | 43 | <div class="form-group has-success has-feedback"> |
| 45 | - <label class="col-md-2 control-label">$$$$$${txt-2597}*:</label> | 44 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line44_txt-2597" | translate}}*:</label> |
| 46 | <div class="col-md-3"> | 45 | <div class="col-md-3"> |
| 47 | <input type="text" class="form-control" | 46 | <input type="text" class="form-control" |
| 48 | name="insideCode" ng-model="ctrl.busInfoForDetail.insideCode" readonly/> | 47 | name="insideCode" ng-model="ctrl.busInfoForDetail.insideCode" readonly/> |
| @@ -50,7 +49,7 @@ | @@ -50,7 +49,7 @@ | ||
| 50 | </div> | 49 | </div> |
| 51 | 50 | ||
| 52 | <div class="form-group has-success has-feedback"> | 51 | <div class="form-group has-success has-feedback"> |
| 53 | - <label class="col-md-2 control-label">$$$$$${txt-2686}*:</label> | 52 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line52_txt-2686" | translate}}*:</label> |
| 54 | <div class="col-md-3"> | 53 | <div class="col-md-3"> |
| 55 | <input type="text" class="form-control" name="company" | 54 | <input type="text" class="form-control" name="company" |
| 56 | ng-model="ctrl.busInfoForDetail.company" readonly/> | 55 | ng-model="ctrl.busInfoForDetail.company" readonly/> |
| @@ -58,7 +57,7 @@ | @@ -58,7 +57,7 @@ | ||
| 58 | </div> | 57 | </div> |
| 59 | 58 | ||
| 60 | <div class="form-group"> | 59 | <div class="form-group"> |
| 61 | - <label class="col-md-2 control-label">$$$$$${txt-3219}</label> | 60 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line60_txt-3219" | translate}}</label> |
| 62 | <div class="col-md-3"> | 61 | <div class="col-md-3"> |
| 63 | <input type="text" class="form-control" name="brancheCompany" | 62 | <input type="text" class="form-control" name="brancheCompany" |
| 64 | ng-model="ctrl.busInfoForDetail.brancheCompany" readonly/> | 63 | ng-model="ctrl.busInfoForDetail.brancheCompany" readonly/> |
| @@ -66,7 +65,7 @@ | @@ -66,7 +65,7 @@ | ||
| 66 | </div> | 65 | </div> |
| 67 | 66 | ||
| 68 | <div class="form-group has-success has-feedback"> | 67 | <div class="form-group has-success has-feedback"> |
| 69 | - <label class="col-md-2 control-label">$$$$$${txt-2498}*:</label> | 68 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line68_txt-2498" | translate}}*:</label> |
| 70 | <div class="col-md-3"> | 69 | <div class="col-md-3"> |
| 71 | <input type="text" class="form-control" | 70 | <input type="text" class="form-control" |
| 72 | name="carCode" ng-model="ctrl.busInfoForDetail.carCode" readonly/> | 71 | name="carCode" ng-model="ctrl.busInfoForDetail.carCode" readonly/> |
| @@ -74,7 +73,7 @@ | @@ -74,7 +73,7 @@ | ||
| 74 | </div> | 73 | </div> |
| 75 | 74 | ||
| 76 | <div class="form-group has-success has-feedback"> | 75 | <div class="form-group has-success has-feedback"> |
| 77 | - <label class="col-md-2 control-label">$$$$$${txt-3704}*:</label> | 76 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line76_txt-3704" | translate}}*:</label> |
| 78 | <div class="col-md-3"> | 77 | <div class="col-md-3"> |
| 79 | <input type="text" class="form-control" | 78 | <input type="text" class="form-control" |
| 80 | name="carPlate" ng-model="ctrl.busInfoForDetail.carPlate" readonly/> | 79 | name="carPlate" ng-model="ctrl.busInfoForDetail.carPlate" readonly/> |
| @@ -82,15 +81,15 @@ | @@ -82,15 +81,15 @@ | ||
| 82 | </div> | 81 | </div> |
| 83 | 82 | ||
| 84 | <div class="form-group has-success has-feedback"> | 83 | <div class="form-group has-success has-feedback"> |
| 85 | - <label class="col-md-2 control-label">$$$$$${txt-1770}*:</label> | 84 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line84_txt-1770" | translate}}*:</label> |
| 86 | <div class="col-md-3"> | 85 | <div class="col-md-3"> |
| 87 | <input type="text" class="form-control" | 86 | <input type="text" class="form-control" |
| 88 | - name="supplierName" ng-value="ctrl.busInfoForDetail.supplierName | dict:'snames':'$$$$$${txt-4058}'" readonly/> | 87 | + name="supplierName" ng-value="ctrl.busInfoForDetail.supplierName | dict:'snames':('busInfoManage_detail_page_line87_txt-4058' | translate)" readonly/> |
| 89 | </div> | 88 | </div> |
| 90 | </div> | 89 | </div> |
| 91 | 90 | ||
| 92 | <div class="form-group has-success has-feedback"> | 91 | <div class="form-group has-success has-feedback"> |
| 93 | - <label class="col-md-2 control-label">$$$$$${txt-3697}*:</label> | 92 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line92_txt-3697" | translate}}*:</label> |
| 94 | <div class="col-md-3"> | 93 | <div class="col-md-3"> |
| 95 | <input type="text" class="form-control" | 94 | <input type="text" class="form-control" |
| 96 | name="equipmentCode" ng-model="ctrl.busInfoForDetail.equipmentCode" readonly/> | 95 | name="equipmentCode" ng-model="ctrl.busInfoForDetail.equipmentCode" readonly/> |
| @@ -98,43 +97,43 @@ | @@ -98,43 +97,43 @@ | ||
| 98 | </div> | 97 | </div> |
| 99 | 98 | ||
| 100 | <div class="form-group"> | 99 | <div class="form-group"> |
| 101 | - <label class="col-md-2 control-label">$$$$$${txt-2262}</label> | 100 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line100_txt-2262" | translate}}</label> |
| 102 | <div class="col-md-4"> | 101 | <div class="col-md-4"> |
| 103 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carClass" readonly/> | 102 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carClass" readonly/> |
| 104 | </div> | 103 | </div> |
| 105 | </div> | 104 | </div> |
| 106 | <div class="form-group"> | 105 | <div class="form-group"> |
| 107 | - <label class="col-md-2 control-label">$$$$$${txt-2256}</label> | 106 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line106_txt-2256" | translate}}</label> |
| 108 | <div class="col-md-4"> | 107 | <div class="col-md-4"> |
| 109 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.speed" readonly/> | 108 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.speed" readonly/> |
| 110 | </div> | 109 | </div> |
| 111 | </div> | 110 | </div> |
| 112 | <div class="form-group"> | 111 | <div class="form-group"> |
| 113 | - <label class="col-md-2 control-label">$$$$$${txt-3200}</label> | 112 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line112_txt-3200" | translate}}</label> |
| 114 | <div class="col-md-4"> | 113 | <div class="col-md-4"> |
| 115 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carSeatnNumber" readonly/> | 114 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carSeatnNumber" readonly/> |
| 116 | </div> | 115 | </div> |
| 117 | </div> | 116 | </div> |
| 118 | <div class="form-group"> | 117 | <div class="form-group"> |
| 119 | - <label class="col-md-2 control-label">$$$$$${txt-2243}</label> | 118 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line118_txt-2243" | translate}}</label> |
| 120 | <div class="col-md-4"> | 119 | <div class="col-md-4"> |
| 121 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carStandard" readonly/> | 120 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carStandard" readonly/> |
| 122 | </div> | 121 | </div> |
| 123 | </div> | 122 | </div> |
| 124 | <div class="form-group"> | 123 | <div class="form-group"> |
| 125 | - <label class="col-md-2 control-label">$$$$$${txt-3226}</label> | 124 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line124_txt-3226" | translate}}</label> |
| 126 | <div class="col-md-4"> | 125 | <div class="col-md-4"> |
| 127 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.kburnStandard" readonly/> | 126 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.kburnStandard" readonly/> |
| 128 | </div> | 127 | </div> |
| 129 | </div> | 128 | </div> |
| 130 | <div class="form-group"> | 129 | <div class="form-group"> |
| 131 | - <label class="col-md-2 control-label">$$$$$${txt-4394}</label> | 130 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line130_txt-4394" | translate}}</label> |
| 132 | <div class="col-md-4"> | 131 | <div class="col-md-4"> |
| 133 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.gburnStandard" readonly/> | 132 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.gburnStandard" readonly/> |
| 134 | </div> | 133 | </div> |
| 135 | </div> | 134 | </div> |
| 136 | <div class="form-group"> | 135 | <div class="form-group"> |
| 137 | - <label class="col-md-2 control-label">$$$$$${txt-3229}</label> | 136 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line136_txt-3229" | translate}}</label> |
| 138 | <div class="col-md-4"> | 137 | <div class="col-md-4"> |
| 139 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.scrapCode" readonly/> | 138 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.scrapCode" readonly/> |
| 140 | </div> | 139 | </div> |
| @@ -142,7 +141,7 @@ | @@ -142,7 +141,7 @@ | ||
| 142 | 141 | ||
| 143 | <!-- TODO --> | 142 | <!-- TODO --> |
| 144 | <div class="form-group"> | 143 | <div class="form-group"> |
| 145 | - <label class="col-md-2 control-label">$$$$$${txt-2264}</label> | 144 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line144_txt-2264" | translate}}</label> |
| 146 | <div class="col-md-4"> | 145 | <div class="col-md-4"> |
| 147 | <input type="text" class="form-control" | 146 | <input type="text" class="form-control" |
| 148 | name="scrapDate" uib-datepicker-popup="yyyy年MM月dd日" | 147 | name="scrapDate" uib-datepicker-popup="yyyy年MM月dd日" |
| @@ -150,56 +149,56 @@ | @@ -150,56 +149,56 @@ | ||
| 150 | </div> | 149 | </div> |
| 151 | </div> | 150 | </div> |
| 152 | <div class="form-group"> | 151 | <div class="form-group"> |
| 153 | - <label class="col-md-2 control-label">$$$$$${txt-3225}1:</label> | 152 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line152_txt-3225" | translate}}1:</label> |
| 154 | <div class="col-md-4"> | 153 | <div class="col-md-4"> |
| 155 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.makeCodeOne" readonly/> | 154 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.makeCodeOne" readonly/> |
| 156 | </div> | 155 | </div> |
| 157 | </div> | 156 | </div> |
| 158 | <div class="form-group"> | 157 | <div class="form-group"> |
| 159 | - <label class="col-md-2 control-label">$$$$$${txt-3225}2:</label> | 158 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line158_txt-3225" | translate}}2:</label> |
| 160 | <div class="col-md-4"> | 159 | <div class="col-md-4"> |
| 161 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.makeCodeTwo" readonly/> | 160 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.makeCodeTwo" readonly/> |
| 162 | </div> | 161 | </div> |
| 163 | </div> | 162 | </div> |
| 164 | <div class="form-group"> | 163 | <div class="form-group"> |
| 165 | - <label class="col-md-2 control-label">$$$$$${txt-1220}</label> | 164 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line164_txt-1220" | translate}}</label> |
| 166 | <div class="col-md-4"> | 165 | <div class="col-md-4"> |
| 167 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carGride" readonly/> | 166 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carGride" readonly/> |
| 168 | </div> | 167 | </div> |
| 169 | </div> | 168 | </div> |
| 170 | <div class="form-group"> | 169 | <div class="form-group"> |
| 171 | - <label class="col-md-2 control-label">$$$$$${txt-1219}</label> | 170 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line170_txt-1219" | translate}}</label> |
| 172 | <div class="col-md-4"> | 171 | <div class="col-md-4"> |
| 173 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.emissionsStandard" readonly/> | 172 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.emissionsStandard" readonly/> |
| 174 | </div> | 173 | </div> |
| 175 | </div> | 174 | </div> |
| 176 | <div class="form-group"> | 175 | <div class="form-group"> |
| 177 | - <label class="col-md-2 control-label">$$$$$${txt-2261}1:</label> | 176 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line176_txt-2261" | translate}}1:</label> |
| 178 | <div class="col-md-4"> | 177 | <div class="col-md-4"> |
| 179 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.engineCodeOne" readonly/> | 178 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.engineCodeOne" readonly/> |
| 180 | </div> | 179 | </div> |
| 181 | </div> | 180 | </div> |
| 182 | <div class="form-group"> | 181 | <div class="form-group"> |
| 183 | - <label class="col-md-2 control-label">$$$$$${txt-2261}2:</label> | 182 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line182_txt-2261" | translate}}2:</label> |
| 184 | <div class="col-md-4"> | 183 | <div class="col-md-4"> |
| 185 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.engineCodeTwo" readonly/> | 184 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.engineCodeTwo" readonly/> |
| 186 | </div> | 185 | </div> |
| 187 | </div> | 186 | </div> |
| 188 | <div class="form-group"> | 187 | <div class="form-group"> |
| 189 | - <label class="col-md-2 control-label">$$$$$${txt-3224}1:</label> | 188 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line188_txt-3224" | translate}}1:</label> |
| 190 | <div class="col-md-4"> | 189 | <div class="col-md-4"> |
| 191 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carNumberOne" readonly/> | 190 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carNumberOne" readonly/> |
| 192 | </div> | 191 | </div> |
| 193 | </div> | 192 | </div> |
| 194 | <div class="form-group"> | 193 | <div class="form-group"> |
| 195 | - <label class="col-md-2 control-label">$$$$$${txt-3224}2:</label> | 194 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line194_txt-3224" | translate}}2:</label> |
| 196 | <div class="col-md-4"> | 195 | <div class="col-md-4"> |
| 197 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carNumberTwo" readonly/> | 196 | <input type="text" class="form-control" ng-model="ctrl.busInfoForDetail.carNumberTwo" readonly/> |
| 198 | </div> | 197 | </div> |
| 199 | </div> | 198 | </div> |
| 200 | 199 | ||
| 201 | <div class="form-group"> | 200 | <div class="form-group"> |
| 202 | - <label class="col-md-2 control-label">$$$$$${txt-2252}</label> | 201 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line201_txt-2252" | translate}}</label> |
| 203 | <div class="col-md-4"> | 202 | <div class="col-md-4"> |
| 204 | <input type="text" class="form-control" | 203 | <input type="text" class="form-control" |
| 205 | name="openDate" uib-datepicker-popup="yyyy年MM月dd日" | 204 | name="openDate" uib-datepicker-popup="yyyy年MM月dd日" |
| @@ -207,7 +206,7 @@ | @@ -207,7 +206,7 @@ | ||
| 207 | </div> | 206 | </div> |
| 208 | </div> | 207 | </div> |
| 209 | <div class="form-group"> | 208 | <div class="form-group"> |
| 210 | - <label class="col-md-2 control-label">$$$$$${txt-2251}</label> | 209 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line209_txt-2251" | translate}}</label> |
| 211 | <div class="col-md-4"> | 210 | <div class="col-md-4"> |
| 212 | <input type="text" class="form-control" | 211 | <input type="text" class="form-control" |
| 213 | name="closeDate" uib-datepicker-popup="yyyy年MM月dd日" | 212 | name="closeDate" uib-datepicker-popup="yyyy年MM月dd日" |
| @@ -216,59 +215,59 @@ | @@ -216,59 +215,59 @@ | ||
| 216 | </div> | 215 | </div> |
| 217 | 216 | ||
| 218 | <div class="form-group"> | 217 | <div class="form-group"> |
| 219 | - <label class="col-md-2 control-label">$$$$$${txt-1768}</label> | 218 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line218_txt-1768" | translate}}</label> |
| 220 | <div class="col-md-3"> | 219 | <div class="col-md-3"> |
| 221 | <sa-Radiogroup model="ctrl.busInfoForDetail.hvacCar" disabled="true" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> | 220 | <sa-Radiogroup model="ctrl.busInfoForDetail.hvacCar" disabled="true" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> |
| 222 | </div> | 221 | </div> |
| 223 | </div> | 222 | </div> |
| 224 | 223 | ||
| 225 | <div class="form-group"> | 224 | <div class="form-group"> |
| 226 | - <label class="col-md-2 control-label">$$$$$${txt-1762}</label> | 225 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line225_txt-1762" | translate}}</label> |
| 227 | <div class="col-md-3"> | 226 | <div class="col-md-3"> |
| 228 | <sa-Radiogroup model="ctrl.busInfoForDetail.ticketType" disabled="true" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> | 227 | <sa-Radiogroup model="ctrl.busInfoForDetail.ticketType" disabled="true" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> |
| 229 | </div> | 228 | </div> |
| 230 | </div> | 229 | </div> |
| 231 | 230 | ||
| 232 | <div class="form-group"> | 231 | <div class="form-group"> |
| 233 | - <label class="col-md-2 control-label">$$$$$${txt-3207}</label> | 232 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line232_txt-3207" | translate}}</label> |
| 234 | <div class="col-md-3"> | 233 | <div class="col-md-3"> |
| 235 | <sa-Radiogroup model="ctrl.busInfoForDetail.ledScreen" disabled="true" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> | 234 | <sa-Radiogroup model="ctrl.busInfoForDetail.ledScreen" disabled="true" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> |
| 236 | </div> | 235 | </div> |
| 237 | </div> | 236 | </div> |
| 238 | 237 | ||
| 239 | <div class="form-group"> | 238 | <div class="form-group"> |
| 240 | - <label class="col-md-2 control-label">$$$$$${txt-3700}</label> | 239 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line239_txt-3700" | translate}}</label> |
| 241 | <div class="col-md-3"> | 240 | <div class="col-md-3"> |
| 242 | <sa-Radiogroup model="ctrl.busInfoForDetail.tvVideoType" disabled="true" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> | 241 | <sa-Radiogroup model="ctrl.busInfoForDetail.tvVideoType" disabled="true" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> |
| 243 | </div> | 242 | </div> |
| 244 | </div> | 243 | </div> |
| 245 | 244 | ||
| 246 | <div class="form-group"> | 245 | <div class="form-group"> |
| 247 | - <label class="col-md-2 control-label">$$$$$${txt-2263}</label> | 246 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line246_txt-2263" | translate}}</label> |
| 248 | <div class="col-md-3"> | 247 | <div class="col-md-3"> |
| 249 | <input type="text" class="form-control" | 248 | <input type="text" class="form-control" |
| 250 | - name="carType" ng-value="ctrl.busInfoForDetail.carType | dict:'carType':'$$$$$${txt-4058}'" readonly/> | 249 | + name="carType" ng-value="ctrl.busInfoForDetail.carType | dict:'carType':('busInfoManage_detail_page_line249_txt-4058' | translate)" readonly/> |
| 251 | </div> | 250 | </div> |
| 252 | </div> | 251 | </div> |
| 253 | 252 | ||
| 254 | <div class="form-group"> | 253 | <div class="form-group"> |
| 255 | - <label class="col-md-2 control-label">$$$$$${txt-1769}</label> | 254 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line254_txt-1769" | translate}}</label> |
| 256 | <div class="col-md-3"> | 255 | <div class="col-md-3"> |
| 257 | <input type="text" class="form-control" | 256 | <input type="text" class="form-control" |
| 258 | - name="vehicleStats" ng-value="ctrl.busInfoForDetail.vehicleStats | dict:'jdcType':'$$$$$${txt-4058}'" readonly/> | 257 | + name="vehicleStats" ng-value="ctrl.busInfoForDetail.vehicleStats | dict:'jdcType':('busInfoManage_detail_page_line257_txt-4058' | translate)" readonly/> |
| 259 | </div> | 258 | </div> |
| 260 | </div> | 259 | </div> |
| 261 | 260 | ||
| 262 | <div class="form-group"> | 261 | <div class="form-group"> |
| 263 | - <label class="col-md-2 control-label">$$$$$${txt-1860}</label> | 262 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line262_txt-1860" | translate}}</label> |
| 264 | <div class="col-md-3"> | 263 | <div class="col-md-3"> |
| 265 | <input type="text" class="form-control" | 264 | <input type="text" class="form-control" |
| 266 | - name="operatorsState" ng-value="ctrl.busInfoForDetail.operatorsState | dict:'yyztType':'$$$$$${txt-4058}'" readonly/> | 265 | + name="operatorsState" ng-value="ctrl.busInfoForDetail.operatorsState | dict:'yyztType':('busInfoManage_detail_page_line265_txt-4058' | translate)" readonly/> |
| 267 | </div> | 266 | </div> |
| 268 | </div> | 267 | </div> |
| 269 | 268 | ||
| 270 | <div class="form-group"> | 269 | <div class="form-group"> |
| 271 | - <label class="col-md-2 control-label">$$$$$${txt-2245}</label> | 270 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line270_txt-2245" | translate}}</label> |
| 272 | <div class="col-md-3"> | 271 | <div class="col-md-3"> |
| 273 | <input type="text" class="form-control" | 272 | <input type="text" class="form-control" |
| 274 | name="updateDate" uib-datepicker-popup="yyyy年MM月dd日 HH:mm:ss" | 273 | name="updateDate" uib-datepicker-popup="yyyy年MM月dd日 HH:mm:ss" |
| @@ -277,21 +276,21 @@ | @@ -277,21 +276,21 @@ | ||
| 277 | </div> | 276 | </div> |
| 278 | 277 | ||
| 279 | <div class="form-group"> | 278 | <div class="form-group"> |
| 280 | - <label class="col-md-2 control-label">$$$$$${txt-2248}</label> | 279 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line279_txt-2248" | translate}}</label> |
| 281 | <div class="col-md-3"> | 280 | <div class="col-md-3"> |
| 282 | <sa-Radiogroup model="ctrl.busInfoForDetail.sfdc" disabled="true" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> | 281 | <sa-Radiogroup model="ctrl.busInfoForDetail.sfdc" disabled="true" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> |
| 283 | </div> | 282 | </div> |
| 284 | </div> | 283 | </div> |
| 285 | 284 | ||
| 286 | <div class="form-group"> | 285 | <div class="form-group"> |
| 287 | - <label class="col-md-2 control-label">$$$$$${txt-1218}</label> | 286 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line286_txt-1218" | translate}}</label> |
| 288 | <div class="col-md-3"> | 287 | <div class="col-md-3"> |
| 289 | <sa-Radiogroup model="ctrl.busInfoForDetail.sfmix" disabled="true" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> | 288 | <sa-Radiogroup model="ctrl.busInfoForDetail.sfmix" disabled="true" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> |
| 290 | </div> | 289 | </div> |
| 291 | </div> | 290 | </div> |
| 292 | 291 | ||
| 293 | <div class="form-group"> | 292 | <div class="form-group"> |
| 294 | - <label class="col-md-2 control-label">$$$$$${txt-1217}</label> | 293 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line293_txt-1217" | translate}}</label> |
| 295 | <div class="col-md-3"> | 294 | <div class="col-md-3"> |
| 296 | <sa-Radiogroup model="ctrl.busInfoForDetail.hydrogen" disabled="true" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> | 295 | <sa-Radiogroup model="ctrl.busInfoForDetail.hydrogen" disabled="true" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> |
| 297 | </div> | 296 | </div> |
| @@ -299,7 +298,7 @@ | @@ -299,7 +298,7 @@ | ||
| 299 | 298 | ||
| 300 | 299 | ||
| 301 | <div class="form-group"> | 300 | <div class="form-group"> |
| 302 | - <label class="col-md-2 control-label">$$$$$${txt-3449}</label> | 301 | + <label class="col-md-2 control-label">{{"busInfoManage_detail_page_line301_txt-3449" | translate}}</label> |
| 303 | <div class="col-md-10"> | 302 | <div class="col-md-10"> |
| 304 | <textarea rows="3" class="form-control" ng-model="ctrl.busInfoForDetail.descriptions" readonly></textarea> | 303 | <textarea rows="3" class="form-control" ng-model="ctrl.busInfoForDetail.descriptions" readonly></textarea> |
| 305 | </div> | 304 | </div> |
| @@ -313,4 +312,4 @@ | @@ -313,4 +312,4 @@ | ||
| 313 | </form> | 312 | </form> |
| 314 | 313 | ||
| 315 | </div> | 314 | </div> |
| 316 | -</div> | ||
| 317 | \ No newline at end of file | 315 | \ No newline at end of file |
| 316 | +</div> |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/edit.html
| 1 | <div class="page-head"> | 1 | <div class="page-head"> |
| 2 | <div class="page-title"> | 2 | <div class="page-title"> |
| 3 | - <h1>$$$$$${txt-1644}</h1> | 3 | + <h1>{{"busInfoManage_edit_page_line3_txt-1644" | translate}}</h1> |
| 4 | </div> | 4 | </div> |
| 5 | </div> | 5 | </div> |
| 6 | 6 | ||
| 7 | <ul class="page-breadcrumb breadcrumb"> | 7 | <ul class="page-breadcrumb breadcrumb"> |
| 8 | <li> | 8 | <li> |
| 9 | - <a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> | 9 | + <a href="/pages/home.html" data-pjax>{{"busInfoManage_edit_page_line9_txt-3807" | translate}}</a> |
| 10 | <i class="fa fa-circle"></i> | 10 | <i class="fa fa-circle"></i> |
| 11 | </li> | 11 | </li> |
| 12 | <li> | 12 | <li> |
| 13 | - <span class="active">$$$$$${txt-2398}</span> | 13 | + <span class="active">{{"busInfoManage_edit_page_line13_txt-2398" | translate}}</span> |
| 14 | <i class="fa fa-circle"></i> | 14 | <i class="fa fa-circle"></i> |
| 15 | </li> | 15 | </li> |
| 16 | <li> | 16 | <li> |
| 17 | - <a ui-sref="busInfoManage">$$$$$${txt-1659}</a> | 17 | + <a ui-sref="busInfoManage">{{"busInfoManage_edit_page_line17_txt-1659" | translate}}</a> |
| 18 | <i class="fa fa-circle"></i> | 18 | <i class="fa fa-circle"></i> |
| 19 | </li> | 19 | </li> |
| 20 | <li> | 20 | <li> |
| 21 | - <span class="active">$$$$$${txt-1644}</span> | 21 | + <span class="active">{{"busInfoManage_edit_page_line21_txt-1644" | translate}}</span> |
| 22 | </li> | 22 | </li> |
| 23 | </ul> | 23 | </ul> |
| 24 | 24 | ||
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | <div class="portlet-title"> | 26 | <div class="portlet-title"> |
| 27 | <div class="caption"> | 27 | <div class="caption"> |
| 28 | <i class="icon-equalizer font-red-sunglo"></i> <span | 28 | <i class="icon-equalizer font-red-sunglo"></i> <span |
| 29 | - class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-3849}</span> | 29 | + class="caption-subject font-red-sunglo bold uppercase">{{"busInfoManage_edit_page_line29_txt-3849" | translate}}</span> |
| 30 | </div> | 30 | </div> |
| 31 | </div> | 31 | </div> |
| 32 | 32 | ||
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | <!-- 其他信息放置在这里 --> | 41 | <!-- 其他信息放置在这里 --> |
| 42 | <div class="form-body"> | 42 | <div class="form-body"> |
| 43 | <div class="form-group has-success has-feedback"> | 43 | <div class="form-group has-success has-feedback"> |
| 44 | - <label class="col-md-2 control-label">$$$$$${txt-2597}*:</label> | 44 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line44_txt-2597" | translate}}*:</label> |
| 45 | <div class="col-md-3"> | 45 | <div class="col-md-3"> |
| 46 | <input type="text" class="form-control" | 46 | <input type="text" class="form-control" |
| 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" | 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" |
| @@ -49,14 +49,14 @@ | @@ -49,14 +49,14 @@ | ||
| 49 | remote-Validation | 49 | remote-Validation |
| 50 | remotevtype="cars_zbh" | 50 | remotevtype="cars_zbh" |
| 51 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" | 51 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" |
| 52 | - placeholder="$$$$$${txt-706}"/> | 52 | + placeholder="{{'busInfoManage_edit_page_line52_txt-706' | translate}}"/> |
| 53 | </div> | 53 | </div> |
| 54 | <!-- 隐藏块,显示验证信息 --> | 54 | <!-- 隐藏块,显示验证信息 --> |
| 55 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.required"> | 55 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.required"> |
| 56 | - $$$$$${txt-917} | 56 | + {{"busInfoManage_edit_page_line56_txt-917" | translate}} |
| 57 | </div> | 57 | </div> |
| 58 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.maxlength"> | 58 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.maxlength"> |
| 59 | - $$$$$${txt-504} | 59 | + {{"busInfoManage_edit_page_line59_txt-504" | translate}} |
| 60 | </div> | 60 | </div> |
| 61 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.remote"> | 61 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.remote"> |
| 62 | {{$remote_msg}} | 62 | {{$remote_msg}} |
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | </div> | 64 | </div> |
| 65 | 65 | ||
| 66 | <div class="form-group has-success has-feedback"> | 66 | <div class="form-group has-success has-feedback"> |
| 67 | - <label class="col-md-2 control-label">$$$$$${txt-2686}*:</label> | 67 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line67_txt-2686" | translate}}*:</label> |
| 68 | <div class="col-md-3"> | 68 | <div class="col-md-3"> |
| 69 | <sa-Select5 name="gs" | 69 | <sa-Select5 name="gs" |
| 70 | model="ctrl.busInfoForSave" | 70 | model="ctrl.busInfoForSave" |
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" | 74 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" |
| 75 | iterobjname="item" | 75 | iterobjname="item" |
| 76 | iterobjexp="item.businessName" | 76 | iterobjexp="item.businessName" |
| 77 | - searchph="$$$$$${txt-973}" | 77 | + searchph="{{'busInfoManage_edit_page_line77_txt-973' | translate}}" |
| 78 | searchexp="this.businessName" | 78 | searchexp="this.businessName" |
| 79 | required | 79 | required |
| 80 | > | 80 | > |
| @@ -83,12 +83,12 @@ | @@ -83,12 +83,12 @@ | ||
| 83 | </div> | 83 | </div> |
| 84 | <!-- 隐藏块,显示验证信息 --> | 84 | <!-- 隐藏块,显示验证信息 --> |
| 85 | <div class="alert alert-danger well-sm" ng-show="myForm.gs.$error.required"> | 85 | <div class="alert alert-danger well-sm" ng-show="myForm.gs.$error.required"> |
| 86 | - $$$$$${txt-1792} | 86 | + {{"busInfoManage_edit_page_line86_txt-1792" | translate}} |
| 87 | </div> | 87 | </div> |
| 88 | </div> | 88 | </div> |
| 89 | 89 | ||
| 90 | <div class="form-group has-success has-feedback"> | 90 | <div class="form-group has-success has-feedback"> |
| 91 | - <label class="col-md-2 control-label">$$$$$${txt-3777}*:</label> | 91 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line91_txt-3777" | translate}}*:</label> |
| 92 | <div class="col-md-3"> | 92 | <div class="col-md-3"> |
| 93 | <sa-Select5 name="fgs" | 93 | <sa-Select5 name="fgs" |
| 94 | model="ctrl.busInfoForSave" | 94 | model="ctrl.busInfoForSave" |
| @@ -98,24 +98,25 @@ | @@ -98,24 +98,25 @@ | ||
| 98 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.busInfoForSave.businessCode }, atype:'gs' } | json }}" | 98 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.busInfoForSave.businessCode }, atype:'gs' } | json }}" |
| 99 | iterobjname="item" | 99 | iterobjname="item" |
| 100 | iterobjexp="item.businessName" | 100 | iterobjexp="item.businessName" |
| 101 | - searchph="$$$$$${txt-973}" | 101 | + searchph="{{'busInfoManage_edit_page_line101_txt-973' | translate}}" |
| 102 | searchexp="this.businessName" | 102 | searchexp="this.businessName" |
| 103 | required | 103 | required |
| 104 | > | 104 | > |
| 105 | </sa-Select5> | 105 | </sa-Select5> |
| 106 | + | ||
| 106 | </div> | 107 | </div> |
| 107 | <!-- 隐藏块,显示验证信息 --> | 108 | <!-- 隐藏块,显示验证信息 --> |
| 108 | <div class="alert alert-danger well-sm" ng-show="myForm.fgs.$error.required"> | 109 | <div class="alert alert-danger well-sm" ng-show="myForm.fgs.$error.required"> |
| 109 | - $$$$$${txt-923} | 110 | + {{"busInfoManage_edit_page_line110_txt-923" | translate}} |
| 110 | </div> | 111 | </div> |
| 111 | </div> | 112 | </div> |
| 112 | 113 | ||
| 113 | <div class="form-group has-success has-feedback"> | 114 | <div class="form-group has-success has-feedback"> |
| 114 | - <label class="col-md-2 control-label">$$$$$${txt-2498}*:</label> | 115 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line115_txt-2498" | translate}}*:</label> |
| 115 | <div class="col-md-3"> | 116 | <div class="col-md-3"> |
| 116 | <input type="text" class="form-control" | 117 | <input type="text" class="form-control" |
| 117 | name="carCode" ng-model="ctrl.busInfoForSave.carCode" | 118 | name="carCode" ng-model="ctrl.busInfoForSave.carCode" |
| 118 | - required placeholder="$$$$$${txt-1265}" | 119 | + required placeholder="{{'busInfoManage_edit_page_line119_txt-1265' | translate}}" |
| 119 | remote-Validation | 120 | remote-Validation |
| 120 | remotevtype="cars_clbh" | 121 | remotevtype="cars_clbh" |
| 121 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'carCode_eq': ctrl.busInfoForSave.carCode} | json}}" | 122 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'carCode_eq': ctrl.busInfoForSave.carCode} | json}}" |
| @@ -123,7 +124,7 @@ | @@ -123,7 +124,7 @@ | ||
| 123 | </div> | 124 | </div> |
| 124 | <!-- 隐藏块,显示验证信息 --> | 125 | <!-- 隐藏块,显示验证信息 --> |
| 125 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.required"> | 126 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.required"> |
| 126 | - $$$$$${txt-927} | 127 | + {{"busInfoManage_edit_page_line127_txt-927" | translate}} |
| 127 | </div> | 128 | </div> |
| 128 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.remote"> | 129 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.remote"> |
| 129 | {{$remote_msg}} | 130 | {{$remote_msg}} |
| @@ -131,11 +132,11 @@ | @@ -131,11 +132,11 @@ | ||
| 131 | </div> | 132 | </div> |
| 132 | 133 | ||
| 133 | <div class="form-group has-success has-feedback"> | 134 | <div class="form-group has-success has-feedback"> |
| 134 | - <label class="col-md-2 control-label">$$$$$${txt-3704}*:</label> | 135 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line135_txt-3704" | translate}}*:</label> |
| 135 | <div class="col-md-3"> | 136 | <div class="col-md-3"> |
| 136 | <input type="text" class="form-control" | 137 | <input type="text" class="form-control" |
| 137 | name="carPlate" ng-model="ctrl.busInfoForSave.carPlate" | 138 | name="carPlate" ng-model="ctrl.busInfoForSave.carPlate" |
| 138 | - required placeholder="$$$$$${txt-1840}" | 139 | + required placeholder="{{'busInfoManage_edit_page_line139_txt-1840' | translate}}" |
| 139 | remote-Validation | 140 | remote-Validation |
| 140 | remotevtype="cars_cph" | 141 | remotevtype="cars_cph" |
| 141 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'carPlate_eq': ctrl.busInfoForSave.carPlate} | json}}" | 142 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'carPlate_eq': ctrl.busInfoForSave.carPlate} | json}}" |
| @@ -143,7 +144,7 @@ | @@ -143,7 +144,7 @@ | ||
| 143 | </div> | 144 | </div> |
| 144 | <!-- 隐藏快,显示验证信息 --> | 145 | <!-- 隐藏快,显示验证信息 --> |
| 145 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.required"> | 146 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.required"> |
| 146 | - $$$$$${txt-1228} | 147 | + {{"busInfoManage_edit_page_line147_txt-1228" | translate}} |
| 147 | </div> | 148 | </div> |
| 148 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.remote"> | 149 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.remote"> |
| 149 | {{$remote_msg}} | 150 | {{$remote_msg}} |
| @@ -151,7 +152,7 @@ | @@ -151,7 +152,7 @@ | ||
| 151 | </div> | 152 | </div> |
| 152 | 153 | ||
| 153 | <div class="form-group has-success has-feedback"> | 154 | <div class="form-group has-success has-feedback"> |
| 154 | - <label class="col-md-2 control-label">$$$$$${txt-1770}*:</label> | 155 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line155_txt-1770" | translate}}*:</label> |
| 155 | <div class="col-md-3"> | 156 | <div class="col-md-3"> |
| 156 | <sa-Select5 name="supplierName" | 157 | <sa-Select5 name="supplierName" |
| 157 | model="ctrl.busInfoForSave" | 158 | model="ctrl.busInfoForSave" |
| @@ -161,23 +162,23 @@ | @@ -161,23 +162,23 @@ | ||
| 161 | dsparams="{{ {type: 'dic', param: 'snames' } | json }}" | 162 | dsparams="{{ {type: 'dic', param: 'snames' } | json }}" |
| 162 | iterobjname="item" | 163 | iterobjname="item" |
| 163 | iterobjexp="item.name" | 164 | iterobjexp="item.name" |
| 164 | - searchph="$$$$$${txt-1288}" | 165 | + searchph="{{'busInfoManage_edit_page_line165_txt-1288' | translate}}" |
| 165 | searchexp="this.name" | 166 | searchexp="this.name" |
| 166 | required > | 167 | required > |
| 167 | </sa-Select5> | 168 | </sa-Select5> |
| 168 | </div> | 169 | </div> |
| 169 | <!-- 隐藏快,显示验证信息 --> | 170 | <!-- 隐藏快,显示验证信息 --> |
| 170 | <div class="alert alert-danger well-sm" ng-show="myForm.supplierName.$error.required"> | 171 | <div class="alert alert-danger well-sm" ng-show="myForm.supplierName.$error.required"> |
| 171 | - $$$$$${txt-499} | 172 | + {{"busInfoManage_edit_page_line172_txt-499" | translate}} |
| 172 | </div> | 173 | </div> |
| 173 | </div> | 174 | </div> |
| 174 | 175 | ||
| 175 | <div class="form-group has-success has-feedback"> | 176 | <div class="form-group has-success has-feedback"> |
| 176 | - <label class="col-md-2 control-label">$$$$$${txt-3697}*:</label> | 177 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line177_txt-3697" | translate}}*:</label> |
| 177 | <div class="col-md-3"> | 178 | <div class="col-md-3"> |
| 178 | <input type="text" class="form-control" | 179 | <input type="text" class="form-control" |
| 179 | name="equipmentCode" ng-model="ctrl.busInfoForSave.equipmentCode" | 180 | name="equipmentCode" ng-model="ctrl.busInfoForSave.equipmentCode" |
| 180 | - required placeholder="$$$$$${txt-960}" | 181 | + required placeholder="{{'busInfoManage_edit_page_line181_txt-960' | translate}}" |
| 181 | readonly | 182 | readonly |
| 182 | remote-Validation | 183 | remote-Validation |
| 183 | remotevtype="cars_sbbh" | 184 | remotevtype="cars_sbbh" |
| @@ -186,77 +187,75 @@ | @@ -186,77 +187,75 @@ | ||
| 186 | </div> | 187 | </div> |
| 187 | <!-- 隐藏块,显示验证信息 --> | 188 | <!-- 隐藏块,显示验证信息 --> |
| 188 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.required"> | 189 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.required"> |
| 189 | - $$$$$${txt-686} | 190 | + {{"busInfoManage_edit_page_line189_txt-686" | translate}} |
| 190 | </div> | 191 | </div> |
| 191 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.remote"> | 192 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.remote"> |
| 192 | {{$remote_msg}} | 193 | {{$remote_msg}} |
| 193 | </div> | 194 | </div> |
| 194 | </div> | 195 | </div> |
| 195 | - | ||
| 196 | <div class="form-group"> | 196 | <div class="form-group"> |
| 197 | - <label class="col-md-2 control-label">$$$$$${txt-2262}</label> | 197 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line197_txt-2262" | translate}}</label> |
| 198 | <div class="col-md-4"> | 198 | <div class="col-md-4"> |
| 199 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carClass" | 199 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carClass" |
| 200 | - placeholder="$$$$$${txt-1269}"/> | 200 | + placeholder="{{'busInfoManage_edit_page_line200_txt-1269' | translate}}"/> |
| 201 | </div> | 201 | </div> |
| 202 | </div> | 202 | </div> |
| 203 | <div class="form-group"> | 203 | <div class="form-group"> |
| 204 | - <label class="col-md-2 control-label">$$$$$${txt-2256}</label> | 204 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line204_txt-2256" | translate}}</label> |
| 205 | <div class="col-md-4"> | 205 | <div class="col-md-4"> |
| 206 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.speed" | 206 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.speed" |
| 207 | - placeholder="$$$$$${txt-1267}"/> | 207 | + placeholder="{{'busInfoManage_edit_page_line207_txt-1267' | translate}}"/> |
| 208 | </div> | 208 | </div> |
| 209 | </div> | 209 | </div> |
| 210 | <div class="form-group"> | 210 | <div class="form-group"> |
| 211 | - <label class="col-md-2 control-label">$$$$$${txt-3200}</label> | 211 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line211_txt-3200" | translate}}</label> |
| 212 | <div class="col-md-4"> | 212 | <div class="col-md-4"> |
| 213 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carSeatnNumber" | 213 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carSeatnNumber" |
| 214 | - placeholder="$$$$$${txt-1841}"/> | 214 | + placeholder="{{'busInfoManage_edit_page_line214_txt-1841' | translate}}"/> |
| 215 | </div> | 215 | </div> |
| 216 | </div> | 216 | </div> |
| 217 | <div class="form-group"> | 217 | <div class="form-group"> |
| 218 | - <label class="col-md-2 control-label">$$$$$${txt-2243}</label> | 218 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line218_txt-224" | translate}}</label> |
| 219 | <div class="col-md-4"> | 219 | <div class="col-md-4"> |
| 220 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carStandard" | 220 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carStandard" |
| 221 | - placeholder="$$$$$${txt-1266}"/> | 221 | + placeholder="{{'busInfoManage_edit_page_line221_txt-1266' | translate}}"/> |
| 222 | </div> | 222 | </div> |
| 223 | </div> | 223 | </div> |
| 224 | <div class="form-group"> | 224 | <div class="form-group"> |
| 225 | - <label class="col-md-2 control-label">$$$$$${txt-3226}</label> | 225 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line225_txt-3226" | translate}}</label> |
| 226 | <div class="col-md-4"> | 226 | <div class="col-md-4"> |
| 227 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.kburnStandard" | 227 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.kburnStandard" |
| 228 | - placeholder="$$$$$${txt-1272}"/> | 228 | + placeholder="{{'busInfoManage_edit_page_line228_txt-1272' | translate}}"/> |
| 229 | </div> | 229 | </div> |
| 230 | </div> | 230 | </div> |
| 231 | <div class="form-group"> | 231 | <div class="form-group"> |
| 232 | - <label class="col-md-2 control-label">$$$$$${txt-4394}</label> | 232 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line232_txt-4394" | translate}}</label> |
| 233 | <div class="col-md-4"> | 233 | <div class="col-md-4"> |
| 234 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.gburnStandard" | 234 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.gburnStandard" |
| 235 | - placeholder="$$$$$${txt-4331}"/> | 235 | + placeholder="{{'busInfoManage_edit_page_line235_txt-4331' | translate}}"/> |
| 236 | </div> | 236 | </div> |
| 237 | </div> | 237 | </div> |
| 238 | - | ||
| 239 | <div class="form-group"> | 238 | <div class="form-group"> |
| 240 | - <label class="col-md-2 control-label">$$$$$${txt-2249}</label> | 239 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line239_txt-2249" | translate}}</label> |
| 241 | <div class="col-md-3"> | 240 | <div class="col-md-3"> |
| 242 | <sa-Radiogroup model="ctrl.busInfoForSave.scrapState" dicgroup="truefalseType" name="scrapState"></sa-Radiogroup> | 241 | <sa-Radiogroup model="ctrl.busInfoForSave.scrapState" dicgroup="truefalseType" name="scrapState"></sa-Radiogroup> |
| 243 | </div> | 242 | </div> |
| 244 | </div> | 243 | </div> |
| 245 | 244 | ||
| 246 | <div class="form-group" ng-if="ctrl.busInfoForSave.scrapState == 1"> | 245 | <div class="form-group" ng-if="ctrl.busInfoForSave.scrapState == 1"> |
| 247 | - <label class="col-md-2 control-label">$$$$$${txt-3229}</label> | 246 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line246_txt-3229" | translate}}</label> |
| 248 | <div class="col-md-4"> | 247 | <div class="col-md-4"> |
| 249 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.scrapCode" | 248 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.scrapCode" |
| 250 | - placeholder="$$$$$${txt-1842}"/> | 249 | + placeholder="{{'busInfoManage_edit_page_line249_txt-1842' | translate}}"/> |
| 251 | </div> | 250 | </div> |
| 252 | </div> | 251 | </div> |
| 253 | 252 | ||
| 254 | <div class="form-group" ng-if="ctrl.busInfoForSave.scrapState == 1"> | 253 | <div class="form-group" ng-if="ctrl.busInfoForSave.scrapState == 1"> |
| 255 | - <label class="col-md-2 control-label">$$$$$${txt-2264}</label> | 254 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line254_txt-2264" | translate}}</label> |
| 256 | <div class="col-md-4"> | 255 | <div class="col-md-4"> |
| 257 | <div class="input-group"> | 256 | <div class="input-group"> |
| 258 | <input type="text" class="form-control" | 257 | <input type="text" class="form-control" |
| 259 | - name="scrapDate" placeholder="$$$$$${txt-1282}" | 258 | + name="scrapDate" placeholder="{{'busInfoManage_edit_page_line258_txt-1282' | translate}}" |
| 260 | uib-datepicker-popup="yyyy年MM月dd日" | 259 | uib-datepicker-popup="yyyy年MM月dd日" |
| 261 | is-open="ctrl.scrapDateOpen" | 260 | is-open="ctrl.scrapDateOpen" |
| 262 | ng-model="ctrl.busInfoForSave.scrapDate" readonly/> | 261 | ng-model="ctrl.busInfoForSave.scrapDate" readonly/> |
| @@ -269,67 +268,67 @@ | @@ -269,67 +268,67 @@ | ||
| 269 | </div> | 268 | </div> |
| 270 | </div> | 269 | </div> |
| 271 | <div class="form-group"> | 270 | <div class="form-group"> |
| 272 | - <label class="col-md-2 control-label">$$$$$${txt-3225}1:</label> | 271 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line271_txt-3225" | translate}}1:</label> |
| 273 | <div class="col-md-4"> | 272 | <div class="col-md-4"> |
| 274 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeOne" | 273 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeOne" |
| 275 | - placeholder="$$$$$${txt-1271}1"/> | 274 | + placeholder="{{'busInfoManage_edit_page_line274_txt-1271' | translate}}1"/> |
| 276 | </div> | 275 | </div> |
| 277 | </div> | 276 | </div> |
| 278 | <div class="form-group"> | 277 | <div class="form-group"> |
| 279 | - <label class="col-md-2 control-label">$$$$$${txt-3225}2:</label> | 278 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line278_txt-3225" | translate}}2:</label> |
| 280 | <div class="col-md-4"> | 279 | <div class="col-md-4"> |
| 281 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeTwo" | 280 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeTwo" |
| 282 | - placeholder="$$$$$${txt-1271}2"/> | 281 | + placeholder="{{'busInfoManage_edit_page_line281_txt-1271' | translate}}2"/> |
| 283 | </div> | 282 | </div> |
| 284 | </div> | 283 | </div> |
| 285 | <div class="form-group"> | 284 | <div class="form-group"> |
| 286 | - <label class="col-md-2 control-label">$$$$$${txt-1220}</label> | 285 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line285_txt-1220" | translate}}</label> |
| 287 | <div class="col-md-4"> | 286 | <div class="col-md-4"> |
| 288 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carGride" | 287 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carGride" |
| 289 | - placeholder="$$$$$${txt-707}"/> | 288 | + placeholder="{{'busInfoManage_edit_page_line288_txt-707' | translate}}"/> |
| 290 | </div> | 289 | </div> |
| 291 | </div> | 290 | </div> |
| 292 | <div class="form-group"> | 291 | <div class="form-group"> |
| 293 | - <label class="col-md-2 control-label">$$$$$${txt-1219}</label> | 292 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line292_txt-1219" | translate}}</label> |
| 294 | <div class="col-md-4"> | 293 | <div class="col-md-4"> |
| 295 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.emissionsStandard" | 294 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.emissionsStandard" |
| 296 | - placeholder="$$$$$${txt-705}"/> | 295 | + placeholder="{{'busInfoManage_edit_page_line295_txt-705' | translate}}"/> |
| 297 | </div> | 296 | </div> |
| 298 | </div> | 297 | </div> |
| 299 | <div class="form-group"> | 298 | <div class="form-group"> |
| 300 | - <label class="col-md-2 control-label">$$$$$${txt-2261}1:</label> | 299 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line299_txt-2261" | translate}}1:</label> |
| 301 | <div class="col-md-4"> | 300 | <div class="col-md-4"> |
| 302 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeOne" | 301 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeOne" |
| 303 | - placeholder="$$$$$${txt-961}1"/> | 302 | + placeholder="{{'busInfoManage_edit_page_line302_txt-961' | translate}}1"/> |
| 304 | </div> | 303 | </div> |
| 305 | </div> | 304 | </div> |
| 306 | <div class="form-group"> | 305 | <div class="form-group"> |
| 307 | - <label class="col-md-2 control-label">$$$$$${txt-2261}2:</label> | 306 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line306_txt-2261" | translate}}2:</label> |
| 308 | <div class="col-md-4"> | 307 | <div class="col-md-4"> |
| 309 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeTwo" | 308 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeTwo" |
| 310 | - placeholder="$$$$$${txt-961}2"/> | 309 | + placeholder="{{'busInfoManage_edit_page_line309_txt-961' | translate}}2"/> |
| 311 | </div> | 310 | </div> |
| 312 | </div> | 311 | </div> |
| 313 | <div class="form-group"> | 312 | <div class="form-group"> |
| 314 | - <label class="col-md-2 control-label">$$$$$${txt-3224}1:</label> | 313 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line313_txt-3224" | translate}}1:</label> |
| 315 | <div class="col-md-4"> | 314 | <div class="col-md-4"> |
| 316 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberOne" | 315 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberOne" |
| 317 | - placeholder="$$$$$${txt-1270}1"/> | 316 | + placeholder="{{'busInfoManage_edit_page_line316_txt-1270' | translate}}1"/> |
| 318 | </div> | 317 | </div> |
| 319 | </div> | 318 | </div> |
| 320 | <div class="form-group"> | 319 | <div class="form-group"> |
| 321 | - <label class="col-md-2 control-label">$$$$$${txt-3224}2:</label> | 320 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line320_txt-3224" | translate}}2:</label> |
| 322 | <div class="col-md-4"> | 321 | <div class="col-md-4"> |
| 323 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberTwo" | 322 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberTwo" |
| 324 | - placeholder="$$$$$${txt-1270}2"/> | 323 | + placeholder="{{'busInfoManage_edit_page_line323_txt-1270' | translate}}2"/> |
| 325 | </div> | 324 | </div> |
| 326 | </div> | 325 | </div> |
| 327 | <div class="form-group"> | 326 | <div class="form-group"> |
| 328 | - <label class="col-md-2 control-label">$$$$$${txt-2252}</label> | 327 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line327_txt-2252" | translate}}</label> |
| 329 | <div class="col-md-4"> | 328 | <div class="col-md-4"> |
| 330 | <div class="input-group"> | 329 | <div class="input-group"> |
| 331 | <input type="text" class="form-control" | 330 | <input type="text" class="form-control" |
| 332 | - name="openDate" placeholder="$$$$$${txt-1284}" | 331 | + name="openDate" placeholder="{{'busInfoManage_edit_page_line331_txt-1284' | translate}}" |
| 333 | uib-datepicker-popup="yyyy年MM月dd日" | 332 | uib-datepicker-popup="yyyy年MM月dd日" |
| 334 | is-open="ctrl.openDateOpen" | 333 | is-open="ctrl.openDateOpen" |
| 335 | ng-model="ctrl.busInfoForSave.openDate" readonly/> | 334 | ng-model="ctrl.busInfoForSave.openDate" readonly/> |
| @@ -342,11 +341,11 @@ | @@ -342,11 +341,11 @@ | ||
| 342 | </div> | 341 | </div> |
| 343 | </div> | 342 | </div> |
| 344 | <div class="form-group"> | 343 | <div class="form-group"> |
| 345 | - <label class="col-md-2 control-label">$$$$$${txt-2251}</label> | 344 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line344_txt-2251" | translate}}</label> |
| 346 | <div class="col-md-4"> | 345 | <div class="col-md-4"> |
| 347 | <div class="input-group"> | 346 | <div class="input-group"> |
| 348 | <input type="text" class="form-control" | 347 | <input type="text" class="form-control" |
| 349 | - name="closeDate" placeholder="$$$$$${txt-1285}" | 348 | + name="closeDate" placeholder="{{'busInfoManage_edit_page_line348_txt-1285' | translate}}" |
| 350 | uib-datepicker-popup="yyyy年MM月dd日" | 349 | uib-datepicker-popup="yyyy年MM月dd日" |
| 351 | is-open="ctrl.closeDateOpen" | 350 | is-open="ctrl.closeDateOpen" |
| 352 | ng-model="ctrl.busInfoForSave.closeDate" readonly/> | 351 | ng-model="ctrl.busInfoForSave.closeDate" readonly/> |
| @@ -360,35 +359,35 @@ | @@ -360,35 +359,35 @@ | ||
| 360 | </div> | 359 | </div> |
| 361 | 360 | ||
| 362 | <div class="form-group"> | 361 | <div class="form-group"> |
| 363 | - <label class="col-md-2 control-label">$$$$$${txt-1768}</label> | 362 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line362_txt-1768" | translate}}</label> |
| 364 | <div class="col-md-3"> | 363 | <div class="col-md-3"> |
| 365 | <sa-Radiogroup model="ctrl.busInfoForSave.hvacCar" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> | 364 | <sa-Radiogroup model="ctrl.busInfoForSave.hvacCar" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> |
| 366 | </div> | 365 | </div> |
| 367 | </div> | 366 | </div> |
| 368 | 367 | ||
| 369 | <div class="form-group"> | 368 | <div class="form-group"> |
| 370 | - <label class="col-md-2 control-label">$$$$$${txt-1762}</label> | 369 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line369_txt-1762" | translate}}</label> |
| 371 | <div class="col-md-3"> | 370 | <div class="col-md-3"> |
| 372 | <sa-Radiogroup model="ctrl.busInfoForSave.ticketType" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> | 371 | <sa-Radiogroup model="ctrl.busInfoForSave.ticketType" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> |
| 373 | </div> | 372 | </div> |
| 374 | </div> | 373 | </div> |
| 375 | 374 | ||
| 376 | <div class="form-group"> | 375 | <div class="form-group"> |
| 377 | - <label class="col-md-2 control-label">$$$$$${txt-3207}</label> | 376 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line376_txt-3207" | translate}}</label> |
| 378 | <div class="col-md-3"> | 377 | <div class="col-md-3"> |
| 379 | <sa-Radiogroup model="ctrl.busInfoForSave.ledScreen" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> | 378 | <sa-Radiogroup model="ctrl.busInfoForSave.ledScreen" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> |
| 380 | </div> | 379 | </div> |
| 381 | </div> | 380 | </div> |
| 382 | 381 | ||
| 383 | <div class="form-group"> | 382 | <div class="form-group"> |
| 384 | - <label class="col-md-2 control-label">$$$$$${txt-3700}</label> | 383 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line383_txt-3700" | translate}}</label> |
| 385 | <div class="col-md-3"> | 384 | <div class="col-md-3"> |
| 386 | <sa-Radiogroup model="ctrl.busInfoForSave.tvVideoType" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> | 385 | <sa-Radiogroup model="ctrl.busInfoForSave.tvVideoType" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> |
| 387 | </div> | 386 | </div> |
| 388 | </div> | 387 | </div> |
| 389 | 388 | ||
| 390 | <div class="form-group"> | 389 | <div class="form-group"> |
| 391 | - <label class="col-md-2 control-label">$$$$$${txt-2263}</label> | 390 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line390_txt-2263" | translate}}</label> |
| 392 | <div class="col-md-3"> | 391 | <div class="col-md-3"> |
| 393 | <sa-Select5 name="carType" | 392 | <sa-Select5 name="carType" |
| 394 | model="ctrl.busInfoForSave" | 393 | model="ctrl.busInfoForSave" |
| @@ -398,7 +397,7 @@ | @@ -398,7 +397,7 @@ | ||
| 398 | dsparams="{{ {type: 'dic', param: 'carType' } | json }}" | 397 | dsparams="{{ {type: 'dic', param: 'carType' } | json }}" |
| 399 | iterobjname="item" | 398 | iterobjname="item" |
| 400 | iterobjexp="item.name" | 399 | iterobjexp="item.name" |
| 401 | - searchph="$$$$$${txt-1289}" | 400 | + searchph="{{'busInfoManage_edit_page_line400_txt-1289' | translate}}" |
| 402 | searchexp="this.name" | 401 | searchexp="this.name" |
| 403 | > | 402 | > |
| 404 | </sa-Select5> | 403 | </sa-Select5> |
| @@ -406,7 +405,7 @@ | @@ -406,7 +405,7 @@ | ||
| 406 | </div> | 405 | </div> |
| 407 | 406 | ||
| 408 | <div class="form-group"> | 407 | <div class="form-group"> |
| 409 | - <label class="col-md-2 control-label">$$$$$${txt-1769}</label> | 408 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line408_txt-1769" | translate}}</label> |
| 410 | <div class="col-md-3"> | 409 | <div class="col-md-3"> |
| 411 | <sa-Select5 name="vehicleStats" | 410 | <sa-Select5 name="vehicleStats" |
| 412 | model="ctrl.busInfoForSave" | 411 | model="ctrl.busInfoForSave" |
| @@ -416,7 +415,7 @@ | @@ -416,7 +415,7 @@ | ||
| 416 | dsparams="{{ {type: 'dic', param: 'jdcType' } | json }}" | 415 | dsparams="{{ {type: 'dic', param: 'jdcType' } | json }}" |
| 417 | iterobjname="item" | 416 | iterobjname="item" |
| 418 | iterobjexp="item.name" | 417 | iterobjexp="item.name" |
| 419 | - searchph="$$$$$${txt-974}" | 418 | + searchph="{{'busInfoManage_edit_page_line418_txt-974' | translate}}" |
| 420 | searchexp="this.name" | 419 | searchexp="this.name" |
| 421 | > | 420 | > |
| 422 | </sa-Select5> | 421 | </sa-Select5> |
| @@ -424,7 +423,7 @@ | @@ -424,7 +423,7 @@ | ||
| 424 | </div> | 423 | </div> |
| 425 | 424 | ||
| 426 | <div class="form-group"> | 425 | <div class="form-group"> |
| 427 | - <label class="col-md-2 control-label">$$$$$${txt-1860}</label> | 426 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line426_txt-1860" | translate}}</label> |
| 428 | <div class="col-md-3"> | 427 | <div class="col-md-3"> |
| 429 | <sa-Select5 name="operatorsState" | 428 | <sa-Select5 name="operatorsState" |
| 430 | model="ctrl.busInfoForSave" | 429 | model="ctrl.busInfoForSave" |
| @@ -434,7 +433,7 @@ | @@ -434,7 +433,7 @@ | ||
| 434 | dsparams="{{ {type: 'dic', param: 'yyztType' } | json }}" | 433 | dsparams="{{ {type: 'dic', param: 'yyztType' } | json }}" |
| 435 | iterobjname="item" | 434 | iterobjname="item" |
| 436 | iterobjexp="item.name" | 435 | iterobjexp="item.name" |
| 437 | - searchph="$$$$$${txt-1287}" | 436 | + searchph="{{'busInfoManage_edit_page_line436_txt-1287' | translate}}" |
| 438 | searchexp="this.name" | 437 | searchexp="this.name" |
| 439 | > | 438 | > |
| 440 | </sa-Select5> | 439 | </sa-Select5> |
| @@ -442,28 +441,28 @@ | @@ -442,28 +441,28 @@ | ||
| 442 | </div> | 441 | </div> |
| 443 | 442 | ||
| 444 | <div class="form-group"> | 443 | <div class="form-group"> |
| 445 | - <label class="col-md-2 control-label">$$$$$${txt-2248}</label> | 444 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line444_txt-2248" | translate}}</label> |
| 446 | <div class="col-md-3"> | 445 | <div class="col-md-3"> |
| 447 | <sa-Radiogroup model="ctrl.busInfoForSave.sfdc" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> | 446 | <sa-Radiogroup model="ctrl.busInfoForSave.sfdc" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> |
| 448 | </div> | 447 | </div> |
| 449 | </div> | 448 | </div> |
| 450 | 449 | ||
| 451 | <div class="form-group"> | 450 | <div class="form-group"> |
| 452 | - <label class="col-md-2 control-label">$$$$$${txt-1218}</label> | 451 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line451_txt-1218" | translate}}</label> |
| 453 | <div class="col-md-3"> | 452 | <div class="col-md-3"> |
| 454 | <sa-Radiogroup model="ctrl.busInfoForSave.sfmix" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> | 453 | <sa-Radiogroup model="ctrl.busInfoForSave.sfmix" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> |
| 455 | </div> | 454 | </div> |
| 456 | </div> | 455 | </div> |
| 457 | 456 | ||
| 458 | <div class="form-group"> | 457 | <div class="form-group"> |
| 459 | - <label class="col-md-2 control-label">$$$$$${txt-1217}</label> | 458 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line458_txt-1217" | translate}}</label> |
| 460 | <div class="col-md-3"> | 459 | <div class="col-md-3"> |
| 461 | <sa-Radiogroup model="ctrl.busInfoForSave.hydrogen" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> | 460 | <sa-Radiogroup model="ctrl.busInfoForSave.hydrogen" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> |
| 462 | </div> | 461 | </div> |
| 463 | </div> | 462 | </div> |
| 464 | 463 | ||
| 465 | <div class="form-group"> | 464 | <div class="form-group"> |
| 466 | - <label class="col-md-2 control-label">$$$$$${txt-3449}</label> | 465 | + <label class="col-md-2 control-label">{{"busInfoManage_edit_page_line465_txt-3449" | translate}}</label> |
| 467 | <div class="col-md-10"> | 466 | <div class="col-md-10"> |
| 468 | <textarea rows="3" class="form-control" name="descriptions" | 467 | <textarea rows="3" class="form-control" name="descriptions" |
| 469 | ng-model="ctrl.busInfoForSave.descriptions"></textarea> | 468 | ng-model="ctrl.busInfoForSave.descriptions"></textarea> |
| @@ -478,8 +477,8 @@ | @@ -478,8 +477,8 @@ | ||
| 478 | <div class="form-actions"> | 477 | <div class="form-actions"> |
| 479 | <div class="row"> | 478 | <div class="row"> |
| 480 | <div class="col-md-offset-3 col-md-4"> | 479 | <div class="col-md-offset-3 col-md-4"> |
| 481 | - <button type="submit" class="btn green" ng-disabled="!myForm.$valid"><i class="fa fa-check"></i> 提交</button> | ||
| 482 | - <a type="button" class="btn default" ui-sref="busInfoManage" ><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | 480 | + <button type="submit" class="btn green" ng-disabled="!myForm.$valid"><i class="fa fa-check"></i> {{"busInfoManage_edit_page_line480_txt-4173" | translate}}</button> |
| 481 | + <a type="button" class="btn default" ui-sref="busInfoManage" ><i class="fa fa-times"></i> {{"busInfoManage_edit_page_line481_txt-3817" | translate}}</a> | ||
| 483 | </div> | 482 | </div> |
| 484 | </div> | 483 | </div> |
| 485 | </div> | 484 | </div> |
| @@ -488,4 +487,4 @@ | @@ -488,4 +487,4 @@ | ||
| 488 | 487 | ||
| 489 | </div> | 488 | </div> |
| 490 | 489 | ||
| 491 | -</div> | ||
| 492 | \ No newline at end of file | 490 | \ No newline at end of file |
| 491 | +</div> |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/form.html
| 1 | <div class="page-head"> | 1 | <div class="page-head"> |
| 2 | <div class="page-title"> | 2 | <div class="page-title"> |
| 3 | - <h1>$$$$$${txt-1649}</h1> | 3 | + <h1>{{"busInfoManage_form_page_line3_txt-1649" | translate}}</h1> |
| 4 | </div> | 4 | </div> |
| 5 | </div> | 5 | </div> |
| 6 | 6 | ||
| 7 | <ul class="page-breadcrumb breadcrumb"> | 7 | <ul class="page-breadcrumb breadcrumb"> |
| 8 | <li> | 8 | <li> |
| 9 | - <a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> | 9 | + <a href="/pages/home.html" data-pjax>{{"busInfoManage_form_page_line9_txt-3807" | translate}}</a> |
| 10 | <i class="fa fa-circle"></i> | 10 | <i class="fa fa-circle"></i> |
| 11 | </li> | 11 | </li> |
| 12 | <li> | 12 | <li> |
| 13 | - <span class="active">$$$$$${txt-2398}</span> | 13 | + <span class="active">{{"busInfoManage_form_page_line13_txt-2398" | translate}}</span> |
| 14 | <i class="fa fa-circle"></i> | 14 | <i class="fa fa-circle"></i> |
| 15 | </li> | 15 | </li> |
| 16 | <li> | 16 | <li> |
| 17 | - <a ui-sref="busInfoManage">$$$$$${txt-1659}</a> | 17 | + <a ui-sref="busInfoManage">{{"busInfoManage_form_page_line17_txt-1659" | translate}}</a> |
| 18 | <i class="fa fa-circle"></i> | 18 | <i class="fa fa-circle"></i> |
| 19 | </li> | 19 | </li> |
| 20 | <li> | 20 | <li> |
| 21 | - <span class="active">$$$$$${txt-1649}</span> | 21 | + <span class="active">{{"busInfoManage_form_page_line21_txt-1649" | translate}}</span> |
| 22 | </li> | 22 | </li> |
| 23 | </ul> | 23 | </ul> |
| 24 | 24 | ||
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | <div class="portlet-title"> | 26 | <div class="portlet-title"> |
| 27 | <div class="caption"> | 27 | <div class="caption"> |
| 28 | <i class="icon-equalizer font-red-sunglo"></i> <span | 28 | <i class="icon-equalizer font-red-sunglo"></i> <span |
| 29 | - class="caption-subject font-red-sunglo bold uppercase">$$$$$${txt-3849}</span> | 29 | + class="caption-subject font-red-sunglo bold uppercase">{{"busInfoManage_form_page_line29_txt-3849" | translate}}</span> |
| 30 | </div> | 30 | </div> |
| 31 | </div> | 31 | </div> |
| 32 | 32 | ||
| @@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
| 41 | <!-- 其他信息放置在这里 --> | 41 | <!-- 其他信息放置在这里 --> |
| 42 | <div class="form-body"> | 42 | <div class="form-body"> |
| 43 | <div class="form-group has-success has-feedback"> | 43 | <div class="form-group has-success has-feedback"> |
| 44 | - <label class="col-md-2 control-label">$$$$$${txt-2597}*:</label> | 44 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line44_txt-2597" | translate}}*:</label> |
| 45 | <div class="col-md-3"> | 45 | <div class="col-md-3"> |
| 46 | <input type="text" class="form-control" | 46 | <input type="text" class="form-control" |
| 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" | 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" |
| @@ -49,14 +49,14 @@ | @@ -49,14 +49,14 @@ | ||
| 49 | remote-Validation | 49 | remote-Validation |
| 50 | remotevtype="cars_zbh" | 50 | remotevtype="cars_zbh" |
| 51 | remotevparam="{{ {'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" | 51 | remotevparam="{{ {'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" |
| 52 | - placeholder="$$$$$${txt-706}"/> | 52 | + placeholder="{{'busInfoManage_form_page_line52_txt-706' | translate}}"/> |
| 53 | </div> | 53 | </div> |
| 54 | <!-- 隐藏块,显示验证信息 --> | 54 | <!-- 隐藏块,显示验证信息 --> |
| 55 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.required"> | 55 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.required"> |
| 56 | - $$$$$${txt-917} | 56 | + {{"busInfoManage_form_page_line56_txt-917" | translate}} |
| 57 | </div> | 57 | </div> |
| 58 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.maxlength"> | 58 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.maxlength"> |
| 59 | - $$$$$${txt-504} | 59 | + {{"busInfoManage_form_page_line59_txt-504" | translate}} |
| 60 | </div> | 60 | </div> |
| 61 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.remote"> | 61 | <div class="alert alert-danger well-sm" ng-show="myForm.insideCode.$error.remote"> |
| 62 | {{$remote_msg}} | 62 | {{$remote_msg}} |
| @@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
| 64 | </div> | 64 | </div> |
| 65 | 65 | ||
| 66 | <div class="form-group has-success has-feedback"> | 66 | <div class="form-group has-success has-feedback"> |
| 67 | - <label class="col-md-2 control-label">$$$$$${txt-2686}*:</label> | 67 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line67_txt-2686" | translate}}*:</label> |
| 68 | <div class="col-md-3"> | 68 | <div class="col-md-3"> |
| 69 | <sa-Select5 name="gs" | 69 | <sa-Select5 name="gs" |
| 70 | model="ctrl.busInfoForSave" | 70 | model="ctrl.busInfoForSave" |
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" | 74 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" |
| 75 | iterobjname="item" | 75 | iterobjname="item" |
| 76 | iterobjexp="item.businessName" | 76 | iterobjexp="item.businessName" |
| 77 | - searchph="$$$$$${txt-973}" | 77 | + searchph="{{'busInfoManage_form_page_line77_txt-973' | translate}}" |
| 78 | searchexp="this.businessName" | 78 | searchexp="this.businessName" |
| 79 | required | 79 | required |
| 80 | > | 80 | > |
| @@ -83,12 +83,12 @@ | @@ -83,12 +83,12 @@ | ||
| 83 | </div> | 83 | </div> |
| 84 | <!-- 隐藏块,显示验证信息 --> | 84 | <!-- 隐藏块,显示验证信息 --> |
| 85 | <div class="alert alert-danger well-sm" ng-show="myForm.gs.$error.required"> | 85 | <div class="alert alert-danger well-sm" ng-show="myForm.gs.$error.required"> |
| 86 | - $$$$$${txt-1792} | 86 | + {{"busInfoManage_form_page_line86_txt-1792" | translate}} |
| 87 | </div> | 87 | </div> |
| 88 | </div> | 88 | </div> |
| 89 | 89 | ||
| 90 | <div class="form-group has-success has-feedback"> | 90 | <div class="form-group has-success has-feedback"> |
| 91 | - <label class="col-md-2 control-label">$$$$$${txt-3777}*:</label> | 91 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line91_txt-3777" | translate}}*:</label> |
| 92 | <div class="col-md-3"> | 92 | <div class="col-md-3"> |
| 93 | <sa-Select5 name="fgs" | 93 | <sa-Select5 name="fgs" |
| 94 | model="ctrl.busInfoForSave" | 94 | model="ctrl.busInfoForSave" |
| @@ -98,7 +98,7 @@ | @@ -98,7 +98,7 @@ | ||
| 98 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.busInfoForSave.businessCode }, atype:'gs' } | json }}" | 98 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.busInfoForSave.businessCode }, atype:'gs' } | json }}" |
| 99 | iterobjname="item" | 99 | iterobjname="item" |
| 100 | iterobjexp="item.businessName" | 100 | iterobjexp="item.businessName" |
| 101 | - searchph="$$$$$${txt-973}" | 101 | + searchph="{{'busInfoManage_form_page_line101_txt-973' | translate}}" |
| 102 | searchexp="this.businessName" | 102 | searchexp="this.businessName" |
| 103 | required | 103 | required |
| 104 | > | 104 | > |
| @@ -107,16 +107,16 @@ | @@ -107,16 +107,16 @@ | ||
| 107 | </div> | 107 | </div> |
| 108 | <!-- 隐藏块,显示验证信息 --> | 108 | <!-- 隐藏块,显示验证信息 --> |
| 109 | <div class="alert alert-danger well-sm" ng-show="myForm.fgs.$error.required"> | 109 | <div class="alert alert-danger well-sm" ng-show="myForm.fgs.$error.required"> |
| 110 | - $$$$$${txt-923} | 110 | + {{"busInfoManage_form_page_line110_txt-923" | translate}} |
| 111 | </div> | 111 | </div> |
| 112 | </div> | 112 | </div> |
| 113 | 113 | ||
| 114 | <div class="form-group has-success has-feedback"> | 114 | <div class="form-group has-success has-feedback"> |
| 115 | - <label class="col-md-2 control-label">$$$$$${txt-2498}*:</label> | 115 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line115_txt-2498" | translate}}*:</label> |
| 116 | <div class="col-md-3"> | 116 | <div class="col-md-3"> |
| 117 | <input type="text" class="form-control" | 117 | <input type="text" class="form-control" |
| 118 | name="carCode" ng-model="ctrl.busInfoForSave.carCode" | 118 | name="carCode" ng-model="ctrl.busInfoForSave.carCode" |
| 119 | - required placeholder="$$$$$${txt-1265}" | 119 | + required placeholder="{{'busInfoManage_form_page_line119_txt-1265' | translate}}" |
| 120 | remote-Validation | 120 | remote-Validation |
| 121 | remotevtype="cars_clbh" | 121 | remotevtype="cars_clbh" |
| 122 | remotevparam="{{ {'carCode_eq': ctrl.busInfoForSave.carCode} | json}}" | 122 | remotevparam="{{ {'carCode_eq': ctrl.busInfoForSave.carCode} | json}}" |
| @@ -124,7 +124,7 @@ | @@ -124,7 +124,7 @@ | ||
| 124 | </div> | 124 | </div> |
| 125 | <!-- 隐藏块,显示验证信息 --> | 125 | <!-- 隐藏块,显示验证信息 --> |
| 126 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.required"> | 126 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.required"> |
| 127 | - $$$$$${txt-927} | 127 | + {{"busInfoManage_form_page_line127_txt-927" | translate}} |
| 128 | </div> | 128 | </div> |
| 129 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.remote"> | 129 | <div class="alert alert-danger well-sm" ng-show="myForm.carCode.$error.remote"> |
| 130 | {{$remote_msg}} | 130 | {{$remote_msg}} |
| @@ -132,11 +132,11 @@ | @@ -132,11 +132,11 @@ | ||
| 132 | </div> | 132 | </div> |
| 133 | 133 | ||
| 134 | <div class="form-group has-success has-feedback"> | 134 | <div class="form-group has-success has-feedback"> |
| 135 | - <label class="col-md-2 control-label">$$$$$${txt-3704}*:</label> | 135 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line135_txt-3704" | translate}}*:</label> |
| 136 | <div class="col-md-3"> | 136 | <div class="col-md-3"> |
| 137 | <input type="text" class="form-control" | 137 | <input type="text" class="form-control" |
| 138 | name="carPlate" ng-model="ctrl.busInfoForSave.carPlate" | 138 | name="carPlate" ng-model="ctrl.busInfoForSave.carPlate" |
| 139 | - required placeholder="$$$$$${txt-1840}" | 139 | + required placeholder="{{'busInfoManage_form_page_line139_txt-1840' | translate}}" |
| 140 | remote-Validation | 140 | remote-Validation |
| 141 | remotevtype="cars_cph" | 141 | remotevtype="cars_cph" |
| 142 | remotevparam="{{ {'carPlate_eq': ctrl.busInfoForSave.carPlate} | json}}" | 142 | remotevparam="{{ {'carPlate_eq': ctrl.busInfoForSave.carPlate} | json}}" |
| @@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
| 144 | </div> | 144 | </div> |
| 145 | <!-- 隐藏快,显示验证信息 --> | 145 | <!-- 隐藏快,显示验证信息 --> |
| 146 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.required"> | 146 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.required"> |
| 147 | - $$$$$${txt-1228} | 147 | + {{"busInfoManage_form_page_line147_txt-1228" | translate}} |
| 148 | </div> | 148 | </div> |
| 149 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.remote"> | 149 | <div class="alert alert-danger well-sm" ng-show="myForm.carPlate.$error.remote"> |
| 150 | {{$remote_msg}} | 150 | {{$remote_msg}} |
| @@ -152,7 +152,7 @@ | @@ -152,7 +152,7 @@ | ||
| 152 | </div> | 152 | </div> |
| 153 | 153 | ||
| 154 | <div class="form-group has-success has-feedback"> | 154 | <div class="form-group has-success has-feedback"> |
| 155 | - <label class="col-md-2 control-label">$$$$$${txt-1770}*:</label> | 155 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line155_txt-1770" | translate}}*:</label> |
| 156 | <div class="col-md-3"> | 156 | <div class="col-md-3"> |
| 157 | <sa-Select5 name="supplierName" | 157 | <sa-Select5 name="supplierName" |
| 158 | model="ctrl.busInfoForSave" | 158 | model="ctrl.busInfoForSave" |
| @@ -162,23 +162,23 @@ | @@ -162,23 +162,23 @@ | ||
| 162 | dsparams="{{ {type: 'dic', param: 'snames' } | json }}" | 162 | dsparams="{{ {type: 'dic', param: 'snames' } | json }}" |
| 163 | iterobjname="item" | 163 | iterobjname="item" |
| 164 | iterobjexp="item.name" | 164 | iterobjexp="item.name" |
| 165 | - searchph="$$$$$${txt-1288}" | 165 | + searchph="{{'busInfoManage_form_page_line165_txt-1288' | translate}}" |
| 166 | searchexp="this.name" | 166 | searchexp="this.name" |
| 167 | required > | 167 | required > |
| 168 | </sa-Select5> | 168 | </sa-Select5> |
| 169 | </div> | 169 | </div> |
| 170 | <!-- 隐藏快,显示验证信息 --> | 170 | <!-- 隐藏快,显示验证信息 --> |
| 171 | <div class="alert alert-danger well-sm" ng-show="myForm.supplierName.$error.required"> | 171 | <div class="alert alert-danger well-sm" ng-show="myForm.supplierName.$error.required"> |
| 172 | - $$$$$${txt-499} | 172 | + {{"busInfoManage_form_page_line172_txt-499" | translate}} |
| 173 | </div> | 173 | </div> |
| 174 | </div> | 174 | </div> |
| 175 | 175 | ||
| 176 | <div class="form-group has-success has-feedback"> | 176 | <div class="form-group has-success has-feedback"> |
| 177 | - <label class="col-md-2 control-label">$$$$$${txt-3697}*:</label> | 177 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line177_txt-3697" | translate}}*:</label> |
| 178 | <div class="col-md-3"> | 178 | <div class="col-md-3"> |
| 179 | <input type="text" class="form-control" | 179 | <input type="text" class="form-control" |
| 180 | name="equipmentCode" ng-model="ctrl.busInfoForSave.equipmentCode" | 180 | name="equipmentCode" ng-model="ctrl.busInfoForSave.equipmentCode" |
| 181 | - required placeholder="$$$$$${txt-960}" | 181 | + required placeholder="{{'busInfoManage_form_page_line181_txt-960' | translate}}" |
| 182 | remote-Validation | 182 | remote-Validation |
| 183 | remotevtype="cars_sbbh" | 183 | remotevtype="cars_sbbh" |
| 184 | remotevparam="{{ {'equipmentCode_eq': ctrl.busInfoForSave.equipmentCode} | json}}" | 184 | remotevparam="{{ {'equipmentCode_eq': ctrl.busInfoForSave.equipmentCode} | json}}" |
| @@ -186,7 +186,7 @@ | @@ -186,7 +186,7 @@ | ||
| 186 | </div> | 186 | </div> |
| 187 | <!-- 隐藏块,显示验证信息 --> | 187 | <!-- 隐藏块,显示验证信息 --> |
| 188 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.required"> | 188 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.required"> |
| 189 | - $$$$$${txt-686} | 189 | + {{"busInfoManage_form_page_line189_txt-686" | translate}} |
| 190 | </div> | 190 | </div> |
| 191 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.remote"> | 191 | <div class="alert alert-danger well-sm" ng-show="myForm.equipmentCode.$error.remote"> |
| 192 | {{$remote_msg}} | 192 | {{$remote_msg}} |
| @@ -194,45 +194,45 @@ | @@ -194,45 +194,45 @@ | ||
| 194 | </div> | 194 | </div> |
| 195 | 195 | ||
| 196 | <div class="form-group"> | 196 | <div class="form-group"> |
| 197 | - <label class="col-md-2 control-label">$$$$$${txt-2262}</label> | 197 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line197_txt-2262" | translate}}</label> |
| 198 | <div class="col-md-4"> | 198 | <div class="col-md-4"> |
| 199 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carClass" | 199 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carClass" |
| 200 | - placeholder="$$$$$${txt-1269}"/> | 200 | + placeholder="{{'busInfoManage_form_page_line200_txt-1269' | translate}}"/> |
| 201 | </div> | 201 | </div> |
| 202 | </div> | 202 | </div> |
| 203 | <div class="form-group"> | 203 | <div class="form-group"> |
| 204 | - <label class="col-md-2 control-label">$$$$$${txt-2256}</label> | 204 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line204_txt-2256" | translate}}</label> |
| 205 | <div class="col-md-4"> | 205 | <div class="col-md-4"> |
| 206 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.speed" | 206 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.speed" |
| 207 | - placeholder="$$$$$${txt-1267}"/> | 207 | + placeholder="{{'busInfoManage_form_page_line207_txt-1267' | translate}}"/> |
| 208 | </div> | 208 | </div> |
| 209 | </div> | 209 | </div> |
| 210 | <div class="form-group"> | 210 | <div class="form-group"> |
| 211 | - <label class="col-md-2 control-label">$$$$$${txt-3200}</label> | 211 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line211_txt-3200" | translate}}</label> |
| 212 | <div class="col-md-4"> | 212 | <div class="col-md-4"> |
| 213 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carSeatnNumber" | 213 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carSeatnNumber" |
| 214 | - placeholder="$$$$$${txt-1841}"/> | 214 | + placeholder="{{'busInfoManage_form_page_line214_txt-1841' | translate}}"/> |
| 215 | </div> | 215 | </div> |
| 216 | </div> | 216 | </div> |
| 217 | <div class="form-group"> | 217 | <div class="form-group"> |
| 218 | - <label class="col-md-2 control-label">$$$$$${txt-2243}</label> | 218 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line218_txt-2243" | translate}}</label> |
| 219 | <div class="col-md-4"> | 219 | <div class="col-md-4"> |
| 220 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carStandard" | 220 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carStandard" |
| 221 | - placeholder="$$$$$${txt-1266}"/> | 221 | + placeholder="{{'busInfoManage_form_page_line221_txt-1266' | translate}}"/> |
| 222 | </div> | 222 | </div> |
| 223 | </div> | 223 | </div> |
| 224 | <div class="form-group"> | 224 | <div class="form-group"> |
| 225 | - <label class="col-md-2 control-label">$$$$$${txt-3226}</label> | 225 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line225_txt-3226" | translate}}</label> |
| 226 | <div class="col-md-4"> | 226 | <div class="col-md-4"> |
| 227 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.kburnStandard" | 227 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.kburnStandard" |
| 228 | - placeholder="$$$$$${txt-1272}"/> | 228 | + placeholder="{{'busInfoManage_form_page_line228_txt-1272' | translate}}"/> |
| 229 | </div> | 229 | </div> |
| 230 | </div> | 230 | </div> |
| 231 | <div class="form-group"> | 231 | <div class="form-group"> |
| 232 | - <label class="col-md-2 control-label">$$$$$${txt-4394}</label> | 232 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line232_txt-4394" | translate}}</label> |
| 233 | <div class="col-md-4"> | 233 | <div class="col-md-4"> |
| 234 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.gburnStandard" | 234 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.gburnStandard" |
| 235 | - placeholder="$$$$$${txt-4331}"/> | 235 | + placeholder="{{'busInfoManage_form_page_line235_txt-4331' | translate}}"/> |
| 236 | </div> | 236 | </div> |
| 237 | </div> | 237 | </div> |
| 238 | <!--<div class="form-group">--> | 238 | <!--<div class="form-group">--> |
| @@ -261,67 +261,67 @@ | @@ -261,67 +261,67 @@ | ||
| 261 | <!--</div>--> | 261 | <!--</div>--> |
| 262 | <!--</div>--> | 262 | <!--</div>--> |
| 263 | <div class="form-group"> | 263 | <div class="form-group"> |
| 264 | - <label class="col-md-2 control-label">$$$$$${txt-3225}1:</label> | 264 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line264_txt-3225" | translate}}1:</label> |
| 265 | <div class="col-md-4"> | 265 | <div class="col-md-4"> |
| 266 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeOne" | 266 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeOne" |
| 267 | - placeholder="$$$$$${txt-1271}1"/> | 267 | + placeholder="{{'busInfoManage_form_page_line267_txt-1271' | translate}}1"/> |
| 268 | </div> | 268 | </div> |
| 269 | </div> | 269 | </div> |
| 270 | <div class="form-group"> | 270 | <div class="form-group"> |
| 271 | - <label class="col-md-2 control-label">$$$$$${txt-3225}2:</label> | 271 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line271_txt-3225" | translate}}2:</label> |
| 272 | <div class="col-md-4"> | 272 | <div class="col-md-4"> |
| 273 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeTwo" | 273 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.makeCodeTwo" |
| 274 | - placeholder="$$$$$${txt-1271}2"/> | 274 | + placeholder="{{'busInfoManage_form_page_line274_txt-1271' | translate}}2"/> |
| 275 | </div> | 275 | </div> |
| 276 | </div> | 276 | </div> |
| 277 | <div class="form-group"> | 277 | <div class="form-group"> |
| 278 | - <label class="col-md-2 control-label">$$$$$${txt-1220}</label> | 278 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line278_txt-1220" | translate}}</label> |
| 279 | <div class="col-md-4"> | 279 | <div class="col-md-4"> |
| 280 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carGride" | 280 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carGride" |
| 281 | - placeholder="$$$$$${txt-707}"/> | 281 | + placeholder="{{'busInfoManage_form_page_line281_txt-707' | translate}}"/> |
| 282 | </div> | 282 | </div> |
| 283 | </div> | 283 | </div> |
| 284 | <div class="form-group"> | 284 | <div class="form-group"> |
| 285 | - <label class="col-md-2 control-label">$$$$$${txt-1219}</label> | 285 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line285_txt-1219" | translate}}</label> |
| 286 | <div class="col-md-4"> | 286 | <div class="col-md-4"> |
| 287 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.emissionsStandard" | 287 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.emissionsStandard" |
| 288 | - placeholder="$$$$$${txt-705}"/> | 288 | + placeholder="{{'busInfoManage_form_page_line288_txt-705' | translate}}"/> |
| 289 | </div> | 289 | </div> |
| 290 | </div> | 290 | </div> |
| 291 | <div class="form-group"> | 291 | <div class="form-group"> |
| 292 | - <label class="col-md-2 control-label">$$$$$${txt-2261}1:</label> | 292 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line292_txt-2261" | translate}}1:</label> |
| 293 | <div class="col-md-4"> | 293 | <div class="col-md-4"> |
| 294 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeOne" | 294 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeOne" |
| 295 | - placeholder="$$$$$${txt-961}1"/> | 295 | + placeholder="{{'busInfoManage_form_page_line295_txt-961' | translate}}1"/> |
| 296 | </div> | 296 | </div> |
| 297 | </div> | 297 | </div> |
| 298 | <div class="form-group"> | 298 | <div class="form-group"> |
| 299 | - <label class="col-md-2 control-label">$$$$$${txt-2261}2:</label> | 299 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line299_txt-2261" | translate}}2:</label> |
| 300 | <div class="col-md-4"> | 300 | <div class="col-md-4"> |
| 301 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeTwo" | 301 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.engineCodeTwo" |
| 302 | - placeholder="$$$$$${txt-961}2"/> | 302 | + placeholder="{{'busInfoManage_form_page_line302_txt-961' | translate}}2"/> |
| 303 | </div> | 303 | </div> |
| 304 | </div> | 304 | </div> |
| 305 | <div class="form-group"> | 305 | <div class="form-group"> |
| 306 | - <label class="col-md-2 control-label">$$$$$${txt-3224}1:</label> | 306 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line306_txt-3224" | translate}}1:</label> |
| 307 | <div class="col-md-4"> | 307 | <div class="col-md-4"> |
| 308 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberOne" | 308 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberOne" |
| 309 | - placeholder="$$$$$${txt-1270}1"/> | 309 | + placeholder="{{'busInfoManage_form_page_line309_txt-1270' | translate}}1"/> |
| 310 | </div> | 310 | </div> |
| 311 | </div> | 311 | </div> |
| 312 | <div class="form-group"> | 312 | <div class="form-group"> |
| 313 | - <label class="col-md-2 control-label">$$$$$${txt-3224}2:</label> | 313 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line313_txt-3224" | translate}}2:</label> |
| 314 | <div class="col-md-4"> | 314 | <div class="col-md-4"> |
| 315 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberTwo" | 315 | <input type="text" class="form-control" ng-model="ctrl.busInfoForSave.carNumberTwo" |
| 316 | - placeholder="$$$$$${txt-1270}2"/> | 316 | + placeholder="{{'busInfoManage_form_page_line316_txt-1270' | translate}}2"/> |
| 317 | </div> | 317 | </div> |
| 318 | </div> | 318 | </div> |
| 319 | <div class="form-group"> | 319 | <div class="form-group"> |
| 320 | - <label class="col-md-2 control-label">$$$$$${txt-2252}</label> | 320 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line320_txt-2252" | translate}}</label> |
| 321 | <div class="col-md-4"> | 321 | <div class="col-md-4"> |
| 322 | <div class="input-group"> | 322 | <div class="input-group"> |
| 323 | <input type="text" class="form-control" | 323 | <input type="text" class="form-control" |
| 324 | - name="openDate" placeholder="$$$$$${txt-1284}" | 324 | + name="openDate" placeholder="{{'busInfoManage_form_page_line324_txt-1284' | translate}}" |
| 325 | uib-datepicker-popup="yyyy年MM月dd日" | 325 | uib-datepicker-popup="yyyy年MM月dd日" |
| 326 | is-open="ctrl.openDateOpen" | 326 | is-open="ctrl.openDateOpen" |
| 327 | ng-model="ctrl.busInfoForSave.openDate" readonly/> | 327 | ng-model="ctrl.busInfoForSave.openDate" readonly/> |
| @@ -334,11 +334,11 @@ | @@ -334,11 +334,11 @@ | ||
| 334 | </div> | 334 | </div> |
| 335 | </div> | 335 | </div> |
| 336 | <div class="form-group"> | 336 | <div class="form-group"> |
| 337 | - <label class="col-md-2 control-label">$$$$$${txt-2251}</label> | 337 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line337_txt-2251" | translate}}</label> |
| 338 | <div class="col-md-4"> | 338 | <div class="col-md-4"> |
| 339 | <div class="input-group"> | 339 | <div class="input-group"> |
| 340 | <input type="text" class="form-control" | 340 | <input type="text" class="form-control" |
| 341 | - name="closeDate" placeholder="$$$$$${txt-1285}" | 341 | + name="closeDate" placeholder="{{'busInfoManage_form_page_line341_txt-1285' | translate}}" |
| 342 | uib-datepicker-popup="yyyy年MM月dd日" | 342 | uib-datepicker-popup="yyyy年MM月dd日" |
| 343 | is-open="ctrl.closeDateOpen" | 343 | is-open="ctrl.closeDateOpen" |
| 344 | ng-model="ctrl.busInfoForSave.closeDate" readonly/> | 344 | ng-model="ctrl.busInfoForSave.closeDate" readonly/> |
| @@ -352,35 +352,35 @@ | @@ -352,35 +352,35 @@ | ||
| 352 | </div> | 352 | </div> |
| 353 | 353 | ||
| 354 | <div class="form-group"> | 354 | <div class="form-group"> |
| 355 | - <label class="col-md-2 control-label">$$$$$${txt-1768}</label> | 355 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line355_txt-1768" | translate}}</label> |
| 356 | <div class="col-md-3"> | 356 | <div class="col-md-3"> |
| 357 | <sa-Radiogroup model="ctrl.busInfoForSave.hvacCar" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> | 357 | <sa-Radiogroup model="ctrl.busInfoForSave.hvacCar" dicgroup="truefalseType" name="hvacCar"></sa-Radiogroup> |
| 358 | </div> | 358 | </div> |
| 359 | </div> | 359 | </div> |
| 360 | 360 | ||
| 361 | <div class="form-group"> | 361 | <div class="form-group"> |
| 362 | - <label class="col-md-2 control-label">$$$$$${txt-1762}</label> | 362 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line362_txt-1762" | translate}}</label> |
| 363 | <div class="col-md-3"> | 363 | <div class="col-md-3"> |
| 364 | <sa-Radiogroup model="ctrl.busInfoForSave.ticketType" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> | 364 | <sa-Radiogroup model="ctrl.busInfoForSave.ticketType" dicgroup="truefalseType" name="ticketType"></sa-Radiogroup> |
| 365 | </div> | 365 | </div> |
| 366 | </div> | 366 | </div> |
| 367 | 367 | ||
| 368 | <div class="form-group"> | 368 | <div class="form-group"> |
| 369 | - <label class="col-md-2 control-label">$$$$$${txt-3207}</label> | 369 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line369_txt-3207" | translate}}</label> |
| 370 | <div class="col-md-3"> | 370 | <div class="col-md-3"> |
| 371 | <sa-Radiogroup model="ctrl.busInfoForSave.ledScreen" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> | 371 | <sa-Radiogroup model="ctrl.busInfoForSave.ledScreen" dicgroup="truefalseType" name="ledScreen"></sa-Radiogroup> |
| 372 | </div> | 372 | </div> |
| 373 | </div> | 373 | </div> |
| 374 | 374 | ||
| 375 | <div class="form-group"> | 375 | <div class="form-group"> |
| 376 | - <label class="col-md-2 control-label">$$$$$${txt-3700}</label> | 376 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line376_txt-3700" | translate}}</label> |
| 377 | <div class="col-md-3"> | 377 | <div class="col-md-3"> |
| 378 | <sa-Radiogroup model="ctrl.busInfoForSave.tvVideoType" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> | 378 | <sa-Radiogroup model="ctrl.busInfoForSave.tvVideoType" dicgroup="truefalseType" name="tvVideoType"></sa-Radiogroup> |
| 379 | </div> | 379 | </div> |
| 380 | </div> | 380 | </div> |
| 381 | 381 | ||
| 382 | <div class="form-group"> | 382 | <div class="form-group"> |
| 383 | - <label class="col-md-2 control-label">$$$$$${txt-2263}</label> | 383 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line383_txt-2263" | translate}}</label> |
| 384 | <div class="col-md-3"> | 384 | <div class="col-md-3"> |
| 385 | <sa-Select5 name="carType" | 385 | <sa-Select5 name="carType" |
| 386 | model="ctrl.busInfoForSave" | 386 | model="ctrl.busInfoForSave" |
| @@ -390,7 +390,7 @@ | @@ -390,7 +390,7 @@ | ||
| 390 | dsparams="{{ {type: 'dic', param: 'carType' } | json }}" | 390 | dsparams="{{ {type: 'dic', param: 'carType' } | json }}" |
| 391 | iterobjname="item" | 391 | iterobjname="item" |
| 392 | iterobjexp="item.name" | 392 | iterobjexp="item.name" |
| 393 | - searchph="$$$$$${txt-1289}" | 393 | + searchph="{{'busInfoManage_form_page_line393_txt-1289' | translate}}" |
| 394 | searchexp="this.name" | 394 | searchexp="this.name" |
| 395 | > | 395 | > |
| 396 | </sa-Select5> | 396 | </sa-Select5> |
| @@ -398,7 +398,7 @@ | @@ -398,7 +398,7 @@ | ||
| 398 | </div> | 398 | </div> |
| 399 | 399 | ||
| 400 | <div class="form-group"> | 400 | <div class="form-group"> |
| 401 | - <label class="col-md-2 control-label">$$$$$${txt-1769}</label> | 401 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line401_txt-1769" | translate}}</label> |
| 402 | <div class="col-md-3"> | 402 | <div class="col-md-3"> |
| 403 | <sa-Select5 name="vehicleStats" | 403 | <sa-Select5 name="vehicleStats" |
| 404 | model="ctrl.busInfoForSave" | 404 | model="ctrl.busInfoForSave" |
| @@ -408,7 +408,7 @@ | @@ -408,7 +408,7 @@ | ||
| 408 | dsparams="{{ {type: 'dic', param: 'jdcType' } | json }}" | 408 | dsparams="{{ {type: 'dic', param: 'jdcType' } | json }}" |
| 409 | iterobjname="item" | 409 | iterobjname="item" |
| 410 | iterobjexp="item.name" | 410 | iterobjexp="item.name" |
| 411 | - searchph="$$$$$${txt-974}" | 411 | + searchph="{{'busInfoManage_form_page_line411_txt-974' | translate}}" |
| 412 | searchexp="this.name" | 412 | searchexp="this.name" |
| 413 | > | 413 | > |
| 414 | </sa-Select5> | 414 | </sa-Select5> |
| @@ -416,7 +416,7 @@ | @@ -416,7 +416,7 @@ | ||
| 416 | </div> | 416 | </div> |
| 417 | 417 | ||
| 418 | <div class="form-group"> | 418 | <div class="form-group"> |
| 419 | - <label class="col-md-2 control-label">$$$$$${txt-1860}</label> | 419 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line419_txt-1860" | translate}}</label> |
| 420 | <div class="col-md-3"> | 420 | <div class="col-md-3"> |
| 421 | <sa-Select5 name="operatorsState" | 421 | <sa-Select5 name="operatorsState" |
| 422 | model="ctrl.busInfoForSave" | 422 | model="ctrl.busInfoForSave" |
| @@ -426,7 +426,7 @@ | @@ -426,7 +426,7 @@ | ||
| 426 | dsparams="{{ {type: 'dic', param: 'yyztType' } | json }}" | 426 | dsparams="{{ {type: 'dic', param: 'yyztType' } | json }}" |
| 427 | iterobjname="item" | 427 | iterobjname="item" |
| 428 | iterobjexp="item.name" | 428 | iterobjexp="item.name" |
| 429 | - searchph="$$$$$${txt-1287}" | 429 | + searchph="{{'busInfoManage_form_page_line429_txt-1287' | translate}}" |
| 430 | searchexp="this.name" | 430 | searchexp="this.name" |
| 431 | > | 431 | > |
| 432 | </sa-Select5> | 432 | </sa-Select5> |
| @@ -434,28 +434,28 @@ | @@ -434,28 +434,28 @@ | ||
| 434 | </div> | 434 | </div> |
| 435 | 435 | ||
| 436 | <div class="form-group"> | 436 | <div class="form-group"> |
| 437 | - <label class="col-md-2 control-label">$$$$$${txt-2248}</label> | 437 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line437_txt-2248" | translate}}</label> |
| 438 | <div class="col-md-3"> | 438 | <div class="col-md-3"> |
| 439 | <sa-Radiogroup model="ctrl.busInfoForSave.sfdc" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> | 439 | <sa-Radiogroup model="ctrl.busInfoForSave.sfdc" dicgroup="truefalseType" name="sfdc"></sa-Radiogroup> |
| 440 | </div> | 440 | </div> |
| 441 | </div> | 441 | </div> |
| 442 | 442 | ||
| 443 | <div class="form-group"> | 443 | <div class="form-group"> |
| 444 | - <label class="col-md-2 control-label">$$$$$${txt-1218}</label> | 444 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line444_txt-1218" | translate}}</label> |
| 445 | <div class="col-md-3"> | 445 | <div class="col-md-3"> |
| 446 | <sa-Radiogroup model="ctrl.busInfoForSave.sfmix" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> | 446 | <sa-Radiogroup model="ctrl.busInfoForSave.sfmix" dicgroup="truefalseType" name="sfmix"></sa-Radiogroup> |
| 447 | </div> | 447 | </div> |
| 448 | </div> | 448 | </div> |
| 449 | 449 | ||
| 450 | <div class="form-group"> | 450 | <div class="form-group"> |
| 451 | - <label class="col-md-2 control-label">$$$$$${txt-1217}</label> | 451 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line451_txt-1217" | translate}}</label> |
| 452 | <div class="col-md-3"> | 452 | <div class="col-md-3"> |
| 453 | <sa-Radiogroup model="ctrl.busInfoForSave.hydrogen" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> | 453 | <sa-Radiogroup model="ctrl.busInfoForSave.hydrogen" dicgroup="truefalseType" name="hydrogen"></sa-Radiogroup> |
| 454 | </div> | 454 | </div> |
| 455 | </div> | 455 | </div> |
| 456 | 456 | ||
| 457 | <div class="form-group"> | 457 | <div class="form-group"> |
| 458 | - <label class="col-md-2 control-label">$$$$$${txt-3449}</label> | 458 | + <label class="col-md-2 control-label">{{"busInfoManage_form_page_line458_txt-3449" | translate}}</label> |
| 459 | <div class="col-md-10"> | 459 | <div class="col-md-10"> |
| 460 | <textarea rows="3" class="form-control" name="descriptions" | 460 | <textarea rows="3" class="form-control" name="descriptions" |
| 461 | ng-model="ctrl.busInfoForSave.descriptions"></textarea> | 461 | ng-model="ctrl.busInfoForSave.descriptions"></textarea> |
| @@ -470,8 +470,8 @@ | @@ -470,8 +470,8 @@ | ||
| 470 | <div class="form-actions"> | 470 | <div class="form-actions"> |
| 471 | <div class="row"> | 471 | <div class="row"> |
| 472 | <div class="col-md-offset-3 col-md-4"> | 472 | <div class="col-md-offset-3 col-md-4"> |
| 473 | - <button type="submit" class="btn green" ng-disabled="!myForm.$valid"><i class="fa fa-check"></i> 提交</button> | ||
| 474 | - <a type="button" class="btn default" ui-sref="busInfoManage" ><i class="fa fa-times"></i> $$$$$${txt-3817}</a> | 473 | + <button type="submit" class="btn green" ng-disabled="!myForm.$valid"><i class="fa fa-check"></i> {{"busInfoManage_form_page_line473_txt-4173" | translate}}</button> |
| 474 | + <a type="button" class="btn default" ui-sref="busInfoManage" ><i class="fa fa-times"></i> {{"busInfoManage_form_page_line474_txt-3817" | translate}}</a> | ||
| 475 | </div> | 475 | </div> |
| 476 | </div> | 476 | </div> |
| 477 | </div> | 477 | </div> |
| @@ -481,4 +481,4 @@ | @@ -481,4 +481,4 @@ | ||
| 481 | </div> | 481 | </div> |
| 482 | 482 | ||
| 483 | 483 | ||
| 484 | -</div> | ||
| 485 | \ No newline at end of file | 484 | \ No newline at end of file |
| 485 | +</div> |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/index.html
| 1 | <div class="page-head"> | 1 | <div class="page-head"> |
| 2 | <div class="page-title"> | 2 | <div class="page-title"> |
| 3 | - <h1>$$$$$${txt-1659}</h1> | 3 | + <h1>{{"busInfoManage_index_page-title" | translate}}</h1> |
| 4 | </div> | 4 | </div> |
| 5 | </div> | 5 | </div> |
| 6 | 6 | ||
| 7 | <ul class="page-breadcrumb breadcrumb"> | 7 | <ul class="page-breadcrumb breadcrumb"> |
| 8 | <li> | 8 | <li> |
| 9 | - <a href="/pages/home.html" data-pjax>$$$$$${txt-3807}</a> | 9 | + <a href="/pages/home.html" data-pjax>{{"busInfoManage_index_breadcrumb-title-1" | translate}}</a> |
| 10 | <i class="fa fa-circle"></i> | 10 | <i class="fa fa-circle"></i> |
| 11 | </li> | 11 | </li> |
| 12 | <li> | 12 | <li> |
| 13 | - <span class="active">$$$$$${txt-2398}</span> | 13 | + <span class="active">{{"busInfoManage_index_breadcrumb-title-2" | translate}}</span> |
| 14 | <i class="fa fa-circle"></i> | 14 | <i class="fa fa-circle"></i> |
| 15 | </li> | 15 | </li> |
| 16 | <li> | 16 | <li> |
| 17 | - <span class="active">$$$$$${txt-1659}</span> | 17 | + <span class="active">{{"busInfoManage_index_breadcrumb-title-3" | translate}}</span> |
| 18 | </li> | 18 | </li> |
| 19 | </ul> | 19 | </ul> |
| 20 | 20 | ||
| @@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
| 33 | <div class="portlet-title"> | 33 | <div class="portlet-title"> |
| 34 | <div class="caption font-dark"> | 34 | <div class="caption font-dark"> |
| 35 | <i class="fa fa-database font-dark"></i> | 35 | <i class="fa fa-database font-dark"></i> |
| 36 | - <span class="caption-subject bold uppercase">$$$$$${txt-2235}</span> | 36 | + <span class="caption-subject bold uppercase">{{"busInfoManage_index_caption-title" | translate}}</span> |
| 37 | </div> | 37 | </div> |
| 38 | <div class="actions"> | 38 | <div class="actions"> |
| 39 | <!--<a href="javascript:" class="btn blue" ng-click="ctrl.goForm()">--> | 39 | <!--<a href="javascript:" class="btn blue" ng-click="ctrl.goForm()">--> |
| @@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
| 44 | <div class="btn-group"> | 44 | <div class="btn-group"> |
| 45 | <a href="javascript:" class="btn red btn-outline" data-toggle="dropdown"> | 45 | <a href="javascript:" class="btn red btn-outline" data-toggle="dropdown"> |
| 46 | <i class="fa fa-share"></i> | 46 | <i class="fa fa-share"></i> |
| 47 | - <span>$$$$$${txt-3339}</span> | 47 | + <span>{{"busInfoManage_index_tool-title" | translate}}</span> |
| 48 | <i class="fa fa-angle-down"></i> | 48 | <i class="fa fa-angle-down"></i> |
| 49 | </a> | 49 | </a> |
| 50 | <ul class="dropdown-menu pull-right"> | 50 | <ul class="dropdown-menu pull-right"> |
| @@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
| 57 | <li> | 57 | <li> |
| 58 | <a href="javascript:" class="tool-action" ng-click="ctrl.exportData()"> | 58 | <a href="javascript:" class="tool-action" ng-click="ctrl.exportData()"> |
| 59 | <i class="fa fa-file-excel-o"></i> | 59 | <i class="fa fa-file-excel-o"></i> |
| 60 | - $$$$$${txt-4493} | 60 | + {{"busInfoManage_index_tool-action-2" | translate}} |
| 61 | </a> | 61 | </a> |
| 62 | </li> | 62 | </li> |
| 63 | <!--<li class="divider"></li>--> | 63 | <!--<li class="divider"></li>--> |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/list.html
| @@ -4,30 +4,30 @@ | @@ -4,30 +4,30 @@ | ||
| 4 | <table class="table fixTable table-striped table-bordered table-hover table-checkable order-column"> | 4 | <table class="table fixTable table-striped table-bordered table-hover table-checkable order-column"> |
| 5 | <thead> | 5 | <thead> |
| 6 | <tr role="row" class="heading"> | 6 | <tr role="row" class="heading"> |
| 7 | - <th style="width:70px;">$$$$$${txt-3934}</th> | ||
| 8 | - <th style="width: 120px;">$$$$$${txt-2479}</th> | ||
| 9 | - <th style="width: 120px;">$$$$$${txt-2597}</th> | ||
| 10 | - <th style="width: 120px;">$$$$$${txt-3094}</th> | ||
| 11 | - <th style="width: 120px;">$$$$$${txt-3704}</th> | ||
| 12 | - <th >$$$$$${txt-3096}</th> | ||
| 13 | - <th >$$$$$${txt-2188}</th> | ||
| 14 | - <th style="width: 60px">$$$$$${txt-4087}</th> | ||
| 15 | - <th style="width: 80px;" >$$$$$${txt-3874}</th> | ||
| 16 | - <th >$$$$$${txt-3942}</th> | 7 | + <th style="width: 70px; max-width: 70px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line7_txt-3934" | translate}}</th> |
| 8 | + <th style="width: 110px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line8_txt-2479" | translate}}</th> | ||
| 9 | + <th style="width: 110px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line9_txt-2597" | translate}}</th> | ||
| 10 | + <th style="width: 110px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line10_txt-3094" | translate}}</th> | ||
| 11 | + <th style="width: 110px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line11_txt-3704" | translate}}</th> | ||
| 12 | + <th style="white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line12_txt-3096" | translate}}</th> | ||
| 13 | + <th style="white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line13_txt-2188" | translate}}</th> | ||
| 14 | + <th style="width: 60px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line14_txt-4087" | translate}}</th> | ||
| 15 | + <th style="width: 80px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;" >{{"busInfoManage_list_page_line15_txt-3874" | translate}}</th> | ||
| 16 | + <th style="width: 230px;white-space: pre-wrap;word-wrap: break-word;text-align: center;vertical-align: middle;">{{"busInfoManage_list_page_line16_txt-3942" | translate}}</th> | ||
| 17 | </tr> | 17 | </tr> |
| 18 | <tr role="row" class="filter"> | 18 | <tr role="row" class="filter"> |
| 19 | <td></td> | 19 | <td></td> |
| 20 | <td> | 20 | <td> |
| 21 | - <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carCode_like" placeholder="$$$$$${txt-1775}"/> | 21 | + <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carCode_like" placeholder="{{'busInfoManage_list_page_line21_txt-1775' | translate}}"/> |
| 22 | </td> | 22 | </td> |
| 23 | <td> | 23 | <td> |
| 24 | - <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().insideCode_like" placeholder="$$$$$${txt-1773}"/> | 24 | + <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().insideCode_like" placeholder="{{'busInfoManage_list_page_line24_txt-1773' | translate}}"/> |
| 25 | </td> | 25 | </td> |
| 26 | <td> | 26 | <td> |
| 27 | - <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().equipmentCode_like" placeholder="$$$$$${txt-1774}"/> | 27 | + <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().equipmentCode_like" placeholder="{{'busInfoManage_list_page_line27_txt-1774' | translate}}"/> |
| 28 | </td> | 28 | </td> |
| 29 | <td> | 29 | <td> |
| 30 | - <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carPlate_like" placeholder="$$$$$${txt-2265}"/> | 30 | + <input type="text" class="form-control form-filter input-sm" ng-model="ctrl.searchCondition().carPlate_like" placeholder="{{'busInfoManage_list_page_line30_txt-2265' | translate}}"/> |
| 31 | </td> | 31 | </td> |
| 32 | <td> | 32 | <td> |
| 33 | <sa-Select5 name="gs" | 33 | <sa-Select5 name="gs" |
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" | 38 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" |
| 39 | iterobjname="item" | 39 | iterobjname="item" |
| 40 | iterobjexp="item.businessName" | 40 | iterobjexp="item.businessName" |
| 41 | - searchph="$$$$$${txt-3364}" | 41 | + searchph="{{'busInfoManage_list_page_line41_txt-3364' | translate}}" |
| 42 | searchexp="this.businessName" | 42 | searchexp="this.businessName" |
| 43 | required | 43 | required |
| 44 | > | 44 | > |
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.searchCondition().businessCode_eq }, atype:'gs' } | json }}" | 53 | dsparams="{{ {type: 'ajax', param:{'upCode_eq': ctrl.searchCondition().businessCode_eq }, atype:'gs' } | json }}" |
| 54 | iterobjname="item" | 54 | iterobjname="item" |
| 55 | iterobjexp="item.businessName" | 55 | iterobjexp="item.businessName" |
| 56 | - searchph="$$$$$${txt-3364}" | 56 | + searchph="{{'busInfoManage_list_page_line56_txt-3364' | translate}}" |
| 57 | searchexp="this.businessName" | 57 | searchexp="this.businessName" |
| 58 | required | 58 | required |
| 59 | > | 59 | > |
| @@ -64,14 +64,14 @@ | @@ -64,14 +64,14 @@ | ||
| 64 | </td> | 64 | </td> |
| 65 | <td> | 65 | <td> |
| 66 | <label class="checkbox-inline input"> | 66 | <label class="checkbox-inline input"> |
| 67 | - <input type="checkbox" ng-model="ctrl.searchCondition()['scrapState_eq']" />$$$$$${txt-4162} | 67 | + <input type="checkbox" ng-model="ctrl.searchCondition()['scrapState_eq']" />{{"busInfoManage_list_page_line67_txt-4162" | translate}} |
| 68 | </label> | 68 | </label> |
| 69 | </td> | 69 | </td> |
| 70 | <td> | 70 | <td> |
| 71 | <div class="btn-group"> | 71 | <div class="btn-group"> |
| 72 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" style="margin-right: 0;" | 72 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom" style="margin-right: 0;" |
| 73 | ng-click="ctrl.doPage()"> | 73 | ng-click="ctrl.doPage()"> |
| 74 | - <i class="fa fa-search"></i> $$$$$${txt-4001}</button> | 74 | + <i class="fa fa-search"></i> {{"busInfoManage_list_page_line74_txt-4001" | translate}}</button> |
| 75 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom dropdown-toggle" | 75 | <button class="btn btn-sm green btn-outline filter-submit margin-bottom dropdown-toggle" |
| 76 | data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | 76 | data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 77 | <span class="caret"></span> | 77 | <span class="caret"></span> |
| @@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
| 81 | <li> | 81 | <li> |
| 82 | <a href="javascript:" class="tool-action" ng-click="ctrl.customOrder()"> | 82 | <a href="javascript:" class="tool-action" ng-click="ctrl.customOrder()"> |
| 83 | <i class="fa fa-sort-amount-asc" aria-hidden="true"></i> | 83 | <i class="fa fa-sort-amount-asc" aria-hidden="true"></i> |
| 84 | - $$$$$${txt-3385} | 84 | + {{"busInfoManage_list_page_line84_txt-3385" | translate}} |
| 85 | </a> | 85 | </a> |
| 86 | </li> | 86 | </li> |
| 87 | </ul> | 87 | </ul> |
| @@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
| 89 | 89 | ||
| 90 | <button class="btn btn-sm red btn-outline filter-cancel" | 90 | <button class="btn btn-sm red btn-outline filter-cancel" |
| 91 | ng-click="ctrl.reset()"> | 91 | ng-click="ctrl.reset()"> |
| 92 | - <i class="fa fa-times"></i> $$$$$${txt-4000}</button> | 92 | + <i class="fa fa-times"></i> {{"busInfoManage_list_page_line92_txt-4000" | translate}}</button> |
| 93 | </td> | 93 | </td> |
| 94 | 94 | ||
| 95 | </tr> | 95 | </tr> |
| @@ -101,7 +101,7 @@ | @@ -101,7 +101,7 @@ | ||
| 101 | <a href="#" | 101 | <a href="#" |
| 102 | tooltip-animation="false" | 102 | tooltip-animation="false" |
| 103 | tooltip-placement="top" | 103 | tooltip-placement="top" |
| 104 | - uib-tooltip="{{'$$$$$${txt-3757}' + info.company + '/' + info.insideCode}}" | 104 | + uib-tooltip="{{('busInfoManage_list_page_line104_txt-3757' | translate) + info.company + '/' + info.insideCode}}" |
| 105 | tooltip-class="headClass"> | 105 | tooltip-class="headClass"> |
| 106 | 106 | ||
| 107 | <i class="fa fa-list-ol" aria-hidden="true"></i> | 107 | <i class="fa fa-list-ol" aria-hidden="true"></i> |
| @@ -128,20 +128,23 @@ | @@ -128,20 +128,23 @@ | ||
| 128 | <span ng-bind="info.brancheCompany"></span> | 128 | <span ng-bind="info.brancheCompany"></span> |
| 129 | </td> | 129 | </td> |
| 130 | <td> | 130 | <td> |
| 131 | - <span ng-bind="info.sfdc | dict:'truefalseType':'$$$$$${txt-4058}' "></span> | 131 | + <span ng-bind="info.sfdc | dict:'truefalseType':('busInfoManage_list_page_line131_txt-4058' | translate) "></span> |
| 132 | </td> | 132 | </td> |
| 133 | <td> | 133 | <td> |
| 134 | - <span ng-bind="info.scrapState | dict:'truefalseType':'$$$$$${txt-4058}' "></span> | 134 | + <span ng-bind="info.scrapState | dict:'truefalseType':('busInfoManage_list_page_line134_txt-4058' | translate) "></span> |
| 135 | </td> | 135 | </td> |
| 136 | - <td> | 136 | + <td style="white-space: normal; "> |
| 137 | <!--<a href="details.html?lineId={{obj.id}}" class="btn default blue-stripe btn-sm"> 详细 </a>--> | 137 | <!--<a href="details.html?lineId={{obj.id}}" class="btn default blue-stripe btn-sm"> 详细 </a>--> |
| 138 | <!--<a href="edit.html?lineId={{obj.id}}" class="btn default blue-stripe btn-sm"> 修改 </a>--> | 138 | <!--<a href="edit.html?lineId={{obj.id}}" class="btn default blue-stripe btn-sm"> 修改 </a>--> |
| 139 | - <a ui-sref="busInfoManage_detail({id: info.id})" class="btn btn-info btn-sm"> $$$$$${txt-3866} </a> | ||
| 140 | - <a ui-sref="busInfoManage_edit({id: info.id})" class="btn btn-info btn-sm"> $$$$$${txt-4028} </a> | 139 | + <a ui-sref="busInfoManage_detail({id: info.id})" class="btn btn-info btn-sm"> {{"busInfoManage_list_page_line139_txt-3866" | translate}} </a> |
| 140 | + <a ui-sref="busInfoManage_edit({id: info.id})" class="btn btn-info btn-sm"> {{"busInfoManage_list_page_line140_txt-4028" | translate}} </a> | ||
| 141 | <a sweetalert | 141 | <a sweetalert |
| 142 | - sweet-options="{title: '$$$$$${txt-677}',text: '$$$$$${txt-2297}' + info.insideCode + '</br>$$$$$${txt-41}', html: true,type: 'warning',showCancelButton: true,confirmButtonColor: '#DD6B55',confirmButtonText: '$$$$$${txt-4257}',cancelButtonText: '$$$$$${txt-3817}'}" | 142 | + sweet-options="{title: ('busInfoManage_list_page_line142_txt-677' | translate), |
| 143 | + text: ('busInfoManage_list_page_line142_txt-2297' | translate) + info.insideCode + '</br>' + ('busInfoManage_list_page_line142_txt-41' | translate), | ||
| 144 | + html: true, type: 'warning',showCancelButton: true,confirmButtonColor: '#DD6B55', | ||
| 145 | + confirmButtonText: ('busInfoManage_list_page_line142_txt-4257' | translate),cancelButtonText: ('busInfoManage_list_page_line142_txt-3817' | translate)}" | ||
| 143 | sweet-on-confirm="ctrl.deleteCar(info.id)" | 146 | sweet-on-confirm="ctrl.deleteCar(info.id)" |
| 144 | - class="btn btn-danger btn-sm">$$$$$${txt-3868}</a> | 147 | + class="btn btn-danger btn-sm">{{"busInfoManage_list_page_line144_txt-3868" | translate}}</a> |
| 145 | </td> | 148 | </td> |
| 146 | </tr> | 149 | </tr> |
| 147 | </tbody> | 150 | </tbody> |
| @@ -149,8 +152,11 @@ | @@ -149,8 +152,11 @@ | ||
| 149 | </div> | 152 | </div> |
| 150 | 153 | ||
| 151 | <div class="pageBar"> | 154 | <div class="pageBar"> |
| 152 | - <div class="pageBarLeft"> | ||
| 153 | - $$$$$${txt-3053} | 155 | + <div class="pageBarLeft" |
| 156 | + translate="busInfoManage_list_page_line153_txt-3053" | ||
| 157 | + translate-value-from="{{ ctrl.page()['uiFromRecord'] }}" | ||
| 158 | + translate-value-to="{{ ctrl.page()['uiToRecord'] }}" | ||
| 159 | + translate-value-total="{{ ctrl.page()['totalElements'] }}"> | ||
| 154 | </div> | 160 | </div> |
| 155 | 161 | ||
| 156 | <div class="pageBarRight"> | 162 | <div class="pageBarRight"> |
| @@ -160,10 +166,10 @@ | @@ -160,10 +166,10 @@ | ||
| 160 | rotate="false" | 166 | rotate="false" |
| 161 | max-size="10" | 167 | max-size="10" |
| 162 | boundary-links="true" | 168 | boundary-links="true" |
| 163 | - first-text="$$$$$${txt-4430}" | ||
| 164 | - previous-text="$$$$$${txt-3613}" | ||
| 165 | - next-text="$$$$$${txt-3614}" | ||
| 166 | - last-text="$$$$$${txt-4068}"> | 169 | + first-text="{{'busInfoManage_list_page_line163_txt-4430' | translate}}" |
| 170 | + previous-text="{{'busInfoManage_list_page_line164_txt-3613' | translate}}" | ||
| 171 | + next-text="{{'busInfoManage_list_page_line165_txt-3614' | translate}}" | ||
| 172 | + last-text="{{'busInfoManage_list_page_line166_txt-4068' | translate}}"> | ||
| 167 | </uib-pagination> | 173 | </uib-pagination> |
| 168 | </div> | 174 | </div> |
| 169 | </div> | 175 | </div> |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/module.js
| @@ -5,7 +5,8 @@ angular.module('ScheduleApp').factory( | @@ -5,7 +5,8 @@ angular.module('ScheduleApp').factory( | ||
| 5 | [ | 5 | [ |
| 6 | 'BusInfoManageService_g', | 6 | 'BusInfoManageService_g', |
| 7 | 'UserPrincipal', | 7 | 'UserPrincipal', |
| 8 | - function(service, UserPrincipal) { | 8 | + '$translate', |
| 9 | + function(service, UserPrincipal, translate) { | ||
| 9 | 10 | ||
| 10 | /** 当前的查询条件信息 */ | 11 | /** 当前的查询条件信息 */ |
| 11 | var currentSearchCondition = { | 12 | var currentSearchCondition = { |
| @@ -28,15 +29,15 @@ angular.module('ScheduleApp').factory( | @@ -28,15 +29,15 @@ angular.module('ScheduleApp').factory( | ||
| 28 | 29 | ||
| 29 | // 字段描述 | 30 | // 字段描述 |
| 30 | var columns = [ | 31 | var columns = [ |
| 31 | - {name: "carCode", desc: i18n('txt-2479')}, | ||
| 32 | - {name: "insideCode", desc: i18n('txt-3764')}, | ||
| 33 | - {name: "equipmentCode", desc: i18n('txt-3094')}, | ||
| 34 | - {name: "carPlate", desc: i18n('txt-3704')}, | ||
| 35 | - {name: "company", desc: i18n('txt-3096')}, | ||
| 36 | - {name: "brancheCompany", desc: i18n('txt-2188')}, | ||
| 37 | - {name: "sfdc", desc: i18n('txt-3281')}, | ||
| 38 | - {name: "scrapState", desc: i18n('txt-3125')}, | ||
| 39 | - {name: "updateDate", desc: i18n('txt-3124')} | 32 | + {name: "carCode", desc: translate.instant("busInfoManage_module_js_line31_txt-2479")}, |
| 33 | + {name: "insideCode", desc: translate.instant("busInfoManage_module_js_line33_txt-3764")}, | ||
| 34 | + {name: "equipmentCode", desc: translate.instant("busInfoManage_module_js_line34_txt-3094")}, | ||
| 35 | + {name: "carPlate", desc: translate.instant("busInfoManage_module_js_line35_txt-3704")}, | ||
| 36 | + {name: "company", desc: translate.instant("busInfoManage_module_js_line36_txt-3096")}, | ||
| 37 | + {name: "brancheCompany", desc: translate.instant("busInfoManage_module_js_line37_txt-2188")}, | ||
| 38 | + {name: "sfdc", desc: translate.instant("busInfoManage_module_js_line38_txt-3281")}, | ||
| 39 | + {name: "scrapState", desc: translate.instant("busInfoManage_module_js_line39_txt-3125")}, | ||
| 40 | + {name: "updateDate", desc: translate.instant("busInfoManage_module_js_line40_txt-3124")} | ||
| 40 | ]; | 41 | ]; |
| 41 | // 排序字段 | 42 | // 排序字段 |
| 42 | var orderColumns = { | 43 | var orderColumns = { |
| @@ -133,7 +134,8 @@ angular.module('ScheduleApp').controller( | @@ -133,7 +134,8 @@ angular.module('ScheduleApp').controller( | ||
| 133 | '$uibModal', | 134 | '$uibModal', |
| 134 | 'FileDownload_g', | 135 | 'FileDownload_g', |
| 135 | 'UserPrincipal', | 136 | 'UserPrincipal', |
| 136 | - function(busInfoManageService, $state, $uibModal, fileDownload, UserPrincipal) { | 137 | + '$translate', |
| 138 | + function(busInfoManageService, $state, $uibModal, fileDownload, UserPrincipal, translate) { | ||
| 137 | var self = this; | 139 | var self = this; |
| 138 | 140 | ||
| 139 | // 切换到form状态 | 141 | // 切换到form状态 |
| @@ -201,7 +203,7 @@ angular.module('ScheduleApp').controller( | @@ -201,7 +203,7 @@ angular.module('ScheduleApp').controller( | ||
| 201 | if (p) { | 203 | if (p) { |
| 202 | p.then( | 204 | p.then( |
| 203 | function(result) { | 205 | function(result) { |
| 204 | - fileDownload.downloadFile(result.data, "application/octet-stream", i18n('txt-1617') + ".xls"); | 206 | + fileDownload.downloadFile(result.data, "application/octet-stream", translate.instant("busInfoManage_module_js_line206_txt-1617") + ".xls"); |
| 205 | }, | 207 | }, |
| 206 | function(result) { | 208 | function(result) { |
| 207 | console.log("exportData failed:" + result); | 209 | console.log("exportData failed:" + result); |
| @@ -265,7 +267,8 @@ angular.module('ScheduleApp').controller( | @@ -265,7 +267,8 @@ angular.module('ScheduleApp').controller( | ||
| 265 | [ | 267 | [ |
| 266 | 'BusInfoManageService', | 268 | 'BusInfoManageService', |
| 267 | '$uibModal', | 269 | '$uibModal', |
| 268 | - function(service, $uibModal) { | 270 | + '$translate', |
| 271 | + function(service, $uibModal, translate) { | ||
| 269 | var self = this; | 272 | var self = this; |
| 270 | var Cars = service.getQueryClass(); | 273 | var Cars = service.getQueryClass(); |
| 271 | 274 | ||
| @@ -296,7 +299,7 @@ angular.module('ScheduleApp').controller( | @@ -296,7 +299,7 @@ angular.module('ScheduleApp').controller( | ||
| 296 | self.deleteCar = function(id) { | 299 | self.deleteCar = function(id) { |
| 297 | Cars.delete({id: id}, function(result) { | 300 | Cars.delete({id: id}, function(result) { |
| 298 | if (result.msg) { // 暂时这样做,之后全局拦截 | 301 | if (result.msg) { // 暂时这样做,之后全局拦截 |
| 299 | - alert(i18n('txt-3729') + result.msg); | 302 | + alert(translate.instant("busInfoManage_module_js_line302_txt-3729") + result.msg); |
| 300 | } else { | 303 | } else { |
| 301 | self.doPage(); | 304 | self.doPage(); |
| 302 | } | 305 | } |
| @@ -418,7 +421,8 @@ angular.module('ScheduleApp').controller( | @@ -418,7 +421,8 @@ angular.module('ScheduleApp').controller( | ||
| 418 | [ | 421 | [ |
| 419 | 'BusInfoManageService', | 422 | 'BusInfoManageService', |
| 420 | '$stateParams', | 423 | '$stateParams', |
| 421 | - function(service, $stateParams) { | 424 | + '$translate', |
| 425 | + function(service, $stateParams, translate) { | ||
| 422 | var self = this; | 426 | var self = this; |
| 423 | var Cars = service.getQueryClass(); | 427 | var Cars = service.getQueryClass(); |
| 424 | var id = $stateParams.id; | 428 | var id = $stateParams.id; |
| @@ -428,7 +432,7 @@ angular.module('ScheduleApp').controller( | @@ -428,7 +432,7 @@ angular.module('ScheduleApp').controller( | ||
| 428 | 432 | ||
| 429 | // 当转向到此页面时,就获取明细信息并绑定 | 433 | // 当转向到此页面时,就获取明细信息并绑定 |
| 430 | self.busInfoForDetail = Cars.get({id: id}, function() { | 434 | self.busInfoForDetail = Cars.get({id: id}, function() { |
| 431 | - self.title = i18n('txt-4009') + " " + self.busInfoForDetail.insideCode + " " + i18n('txt-3066'); | 435 | + self.title = translate.instant("busInfoManage_module_js_line434_txt-4009") + " " + self.busInfoForDetail.insideCode + " " + translate.instant("busInfoManage_module_js_line434_txt-3066"); |
| 432 | }); | 436 | }); |
| 433 | } | 437 | } |
| 434 | ] | 438 | ] |
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/orderOptionOpen.html
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <div class="modal-title"> | 2 | <div class="modal-title"> |
| 3 | <h3> | 3 | <h3> |
| 4 | <i class="fa fa-sort-amount-asc" aria-hidden="true"></i> | 4 | <i class="fa fa-sort-amount-asc" aria-hidden="true"></i> |
| 5 | - <span class="caption-subject bold uppercase">$$$$$${txt-1682}</span> | 5 | + <span class="caption-subject bold uppercase">{{"busInfoManage_orderOptionOpen_page_line5_txt-1682" | translate}}</span> |
| 6 | </h3> | 6 | </h3> |
| 7 | </div> | 7 | </div> |
| 8 | </div> | 8 | </div> |
| @@ -14,5 +14,5 @@ | @@ -14,5 +14,5 @@ | ||
| 14 | </sa-Orderoption> | 14 | </sa-Orderoption> |
| 15 | </div> | 15 | </div> |
| 16 | <div class="modal-footer"> | 16 | <div class="modal-footer"> |
| 17 | - <button class="btn btn-primary" ng-click="$ctrl.confirm($ctrl.orderColumns)">$$$$$${txt-4018}</button> | ||
| 18 | -</div> | ||
| 19 | \ No newline at end of file | 17 | \ No newline at end of file |
| 18 | + <button class="btn btn-primary" ng-click="$ctrl.confirm($ctrl.orderColumns)">{{"busInfoManage_orderOptionOpen_page_line17_txt-4018" | translate}}</button> | ||
| 19 | +</div> |
src/main/resources/static/pages/scheduleApp/module/common/main.js
| @@ -12,7 +12,16 @@ var ScheduleApp = angular.module('ScheduleApp', [ | @@ -12,7 +12,16 @@ var ScheduleApp = angular.module('ScheduleApp', [ | ||
| 12 | 'pascalprecht.translate' // angular-translate依赖 | 12 | 'pascalprecht.translate' // angular-translate依赖 |
| 13 | ]).config(function ($translateProvider) { | 13 | ]).config(function ($translateProvider) { |
| 14 | // 获取语言模块 | 14 | // 获取语言模块 |
| 15 | - // TODO: | 15 | + // 注意1;在main.js中直接引入语言js文件(js文件中定义全局变量),定义在main.js之前 |
| 16 | + // 注意2;没有类似requirejs的模块化导入js的方法,后面再考虑使用类似的方式导入 | ||
| 17 | + | ||
| 18 | + // 注册语言表 | ||
| 19 | + $translateProvider | ||
| 20 | + .translations('en', ScheduleApp_en_language) | ||
| 21 | + .translations('zh', ScheduleApp_zh_language) | ||
| 22 | + .fallbackLanguage(['en', 'zh']); | ||
| 23 | + // 设置默认的语言 | ||
| 24 | + $translateProvider.preferredLanguage('en'); | ||
| 16 | }); | 25 | }); |
| 17 | 26 | ||
| 18 | ScheduleApp.factory('UserPrincipal', [ | 27 | ScheduleApp.factory('UserPrincipal', [ |