Преглед на файлове

pc端延期处理,改成跟微信端一样的名字

seimin преди 11 месеца
родител
ревизия
c296b78b13

+ 3 - 3
assets/js/controllers/incident/incidentCtrl.js

@@ -1842,7 +1842,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1842 1842
                     if (!$scope.f.maintenanceMode){
1843 1843
                         Alert.swal({
1844 1844
                             title: "操作失败",
1845
-                            text: "请选择维修方式!",
1845
+                            text: "请选择延期原因!",
1846 1846
                             type: "error"
1847 1847
                         });
1848 1848
                         return;
@@ -1850,7 +1850,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1850 1850
                     if (!$scope.f.estimatedNumberOfDays){
1851 1851
                         Alert.swal({
1852 1852
                             title: "操作失败",
1853
-                            text: "请选择预估天数!",
1853
+                            text: "请选择延期天数!",
1854 1854
                             type: "error"
1855 1855
                         });
1856 1856
                         return;
@@ -1858,7 +1858,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1858 1858
                     if (!$scope.handlerLog.trim()){
1859 1859
                         Alert.swal({
1860 1860
                             title: "操作失败",
1861
-                            text: "请填写备注!",
1861
+                            text: "请填写延期说明!",
1862 1862
                             type: "error"
1863 1863
                         });
1864 1864
                         return;

+ 3 - 3
assets/views/customform/tpl/ui-handlerLog.html

@@ -9,9 +9,9 @@
9 9
                             <th class="center" style="width:10px">#</th>
10 10
                             <th class="center" style="width:100px">处理人</th>
11 11
                             <th class="center" style="width:200px">时间</th>
12
-                            <th class="center" style="width:100px">维修方式</th>
13
-                            <th class="center" style="width:100px">预估天数</th>
14
-                            <th class="center">备注</th>
12
+                            <th class="center" style="width:100px">延期原因</th>
13
+                            <th class="center" style="width:100px">延期天数</th>
14
+                            <th class="center">延期说明</th>
15 15
                         </tr>
16 16
                     </thead>
17 17
                     <tbody>

+ 4 - 4
assets/views/incident/tpl/toHandlerLog.tpl.html

@@ -9,7 +9,7 @@
9 9
         <div class=" input-group" style="margin:30px 0 ;">
10 10
             <div style="float: left;width: 400px;">
11 11
                 <div>
12
-                    <div style="text-align: left;"><span class="red">*</span>维修方式:</div>
12
+                    <div style="text-align: left;"><span class="red">*</span>延期原因:</div>
13 13
                     <ui-select ng-model="f.maintenanceMode" theme="bootstrap">
14 14
                         <ui-select-match placeholder="">
15 15
                             {{$select.selected.name}}
@@ -20,7 +20,7 @@
20 20
                     </ui-select>
21 21
                 </div>
22 22
                 <div>
23
-                    <div style="text-align: left;"><span class="red">*</span>预估天数:</div>
23
+                    <div style="text-align: left;"><span class="red">*</span>延期天数:</div>
24 24
                     <ui-select ng-model="f.estimatedNumberOfDays" theme="bootstrap">
25 25
                         <ui-select-match placeholder="">
26 26
                             {{$select.selected}}
@@ -31,8 +31,8 @@
31 31
                     </ui-select>
32 32
                 </div>
33 33
                 <div>
34
-                    <div style="text-align: left;"><span class="red">*</span>备注:</div>
35
-                    <textarea data-ng-model="handlerLog" rows="5"  maxlength="255" style="width: 100%;resize:none;" placeholder="请填写备注"></textarea>
34
+                    <div style="text-align: left;"><span class="red">*</span>延期说明:</div>
35
+                    <textarea data-ng-model="handlerLog" rows="5"  maxlength="255" style="width: 100%;resize:none;" placeholder="请填写延期说明"></textarea>
36 36
                 </div>
37 37
             </div>
38 38
             <div style="float: right;width: 300px;text-align: left;">