seimin пре 3 година
родитељ
комит
a6c0ece365

+ 1 - 1
assets/js/controllers/desk/chartCtrl.js

@@ -147,7 +147,7 @@ app.controller('chartCtrl', ["$scope", "i18nService", "$rootScope", "$state", "$
147 147
                 '</div>'
148 148
         },{
149 149
             name: 'requester.account',
150
-            displayName: '学号',
150
+            displayName: '学号',
151 151
             width:150,
152 152
             cellTemplate: '<div>' +
153 153
                 '<div class="ui-grid-cell-contents" style="cursor:pointer;text-align:center"  >{{row.entity.requester.account}}</div>' +

+ 1 - 1
assets/js/controllers/system/user/adminrequesterCtrl.js

@@ -64,7 +64,7 @@ app.controller('adminUserListCtrl_requ', ["$rootScope", "$scope", "$http", "$sta
64 64
             width: '10%',
65 65
             enableFiltering: false
66 66
         },
67
-        // { name: 'studentNo', displayName: '学号', width: 120 },
67
+        // { name: 'studentNo', displayName: '学号', width: 120 },
68 68
         {
69 69
             name: 'account',
70 70
             displayName: '工号',

+ 1 - 1
assets/views/customform/tpl/modal-add-callrequester.html

@@ -7,7 +7,7 @@
7 7
             <div class="margin-bottom-15 anline">
8 8
                 <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">人员编号*:</div>
9 9
                 <!-- <div class="col-md-7"> -->
10
-                <!-- <input class="form-control" id="studentNo" name="studentNo" ng-model="requester.studentNo" placeholder="学号" /> -->
10
+                <!-- <input class="form-control" id="studentNo" name="studentNo" ng-model="requester.studentNo" placeholder="学号" /> -->
11 11
                 <select-input class="pull-right openaddinput" onChangeadd="onChangeadd()" requesdata="requesdata" showkey="account,name"></select-input>
12 12
                 <!-- </div> -->
13 13
             </div>

+ 3 - 3
assets/views/customform/tpl/modal-add-requester.html

@@ -11,9 +11,9 @@
11 11
 		</div>
12 12
 		<div class="row form-group">
13 13
 			<label for="studentNo" class="col-md-3 col-md-offset-1 control-label">
14
-				学号*
14
+				学号*
15 15
 			</label>
16
-			<input type="text" class="col-md-7" ng-model="requester.studentNo" id="account" placeholder="输入学号">
16
+			<input type="text" class="col-md-7" ng-model="requester.studentNo" id="account" placeholder="输入学号">
17 17
 		</div>-->
18 18
         <!--<div class="row form-group">
19 19
 			<label for="name" class="col-md-3 col-md-offset-1 control-label">
@@ -32,7 +32,7 @@
32 32
         <div class="row form-group">
33 33
             <label class="col-md-3 col-md-offset-1 control-label" for="studentNo">学工号:</label>
34 34
             <div class="col-md-7">
35
-                <input class="form-control" id="studentNo" name="studentNo" ng-model="requester.studentNo" placeholder="学号" />
35
+                <input class="form-control" id="studentNo" name="studentNo" ng-model="requester.studentNo" placeholder="学号" />
36 36
             </div>
37 37
         </div>
38 38
         <div class="row form-group">

+ 1 - 1
assets/views/desk/jry_wxDetail.html

@@ -160,7 +160,7 @@
160 160
           <div class="message" ng-show="repairMain.valueconfig ==1">报修人:{{model.requester.name}}</div>
161 161
           <div class="message" ng-show="repairMain.valueconfig ==2">报修科室:{{model.departmentDTO.dept}}</div>
162 162
           <div class="message" ng-show="repairMain.valueconfig ==1">报修电话:{{model.requester.mphone}}</div>
163
-          <div class="message" ng-show="repairMain.valueconfig ==1">学号:{{model.requester.account}}</div>
163
+          <div class="message" ng-show="repairMain.valueconfig ==1">学号:{{model.requester.account}}</div>
164 164
           <div class="message">状态:{{model.serviceState.name}}</div>
165 165
           <div class="message" ng-show="repairMain.valueconfig ==2"></div>
166 166
           <div class="message">联系人:{{model.contacts}}</div>

+ 2 - 2
assets/views/system/tpl/systemuser.html

@@ -11,9 +11,9 @@
11 11
         </div>
12 12
       </div>
13 13
       <div class="row form-group">
14
-        <label class="col-md-2 col-md-offset-1 control-label" for="reason">学号:</label>
14
+        <label class="col-md-2 col-md-offset-1 control-label" for="reason">学号:</label>
15 15
         <div class="col-md-8">
16
-          <input  class="form-control" id="reason" name="reason" ng-model="requesterdata.studentNo"   placeholder="学号" />
16
+          <input  class="form-control" id="reason" name="reason" ng-model="requesterdata.studentNo"   placeholder="学号" />
17 17
         </div> 
18 18
       </div>  
19 19
       <div class="row form-group">