소스 검색

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

seimin 1 년 전
부모
커밋
c296b78b13

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

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

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

@@ -9,9 +9,9 @@
9
                             <th class="center" style="width:10px">#</th>
9
                             <th class="center" style="width:10px">#</th>
10
                             <th class="center" style="width:100px">处理人</th>
10
                             <th class="center" style="width:100px">处理人</th>
11
                             <th class="center" style="width:200px">时间</th>
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
                         </tr>
15
                         </tr>
16
                     </thead>
16
                     </thead>
17
                     <tbody>
17
                     <tbody>

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

@@ -9,7 +9,7 @@
9
         <div class=" input-group" style="margin:30px 0 ;">
9
         <div class=" input-group" style="margin:30px 0 ;">
10
             <div style="float: left;width: 400px;">
10
             <div style="float: left;width: 400px;">
11
                 <div>
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
                     <ui-select ng-model="f.maintenanceMode" theme="bootstrap">
13
                     <ui-select ng-model="f.maintenanceMode" theme="bootstrap">
14
                         <ui-select-match placeholder="">
14
                         <ui-select-match placeholder="">
15
                             {{$select.selected.name}}
15
                             {{$select.selected.name}}
@@ -20,7 +20,7 @@
20
                     </ui-select>
20
                     </ui-select>
21
                 </div>
21
                 </div>
22
                 <div>
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
                     <ui-select ng-model="f.estimatedNumberOfDays" theme="bootstrap">
24
                     <ui-select ng-model="f.estimatedNumberOfDays" theme="bootstrap">
25
                         <ui-select-match placeholder="">
25
                         <ui-select-match placeholder="">
26
                             {{$select.selected}}
26
                             {{$select.selected}}
@@ -31,8 +31,8 @@
31
                     </ui-select>
31
                     </ui-select>
32
                 </div>
32
                 </div>
33
                 <div>
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
                 </div>
36
                 </div>
37
             </div>
37
             </div>
38
             <div style="float: right;width: 300px;text-align: left;">
38
             <div style="float: right;width: 300px;text-align: left;">