Parcourir la source

药剂盘点-盘点人

hanqingsong il y a 1 an
Parent
commit
9f4f5ddc78

+ 1 - 1
src/main/resources/static/app/storage/drug/drugCheck/views/drugCheck-edit.html

@@ -125,7 +125,7 @@
125 125
                                         <section class="col col-4">
126 126
                                             <label class="label">盘点人</label> 
127 127
                                             <label class="input">
128
-                                            	{{ userInfoData[drugCheck.creater] }}
128
+                                            	{{ userInfoAllData[drugCheck.creater] }}
129 129
                                             </label>
130 130
                                         </section>
131 131
                                         <section class="col col-4">

+ 1 - 1
src/main/resources/static/app/storage/drug/drugCheck/views/drugCheck-list.html

@@ -69,7 +69,7 @@
69 69
 	                          		<td>{{ dicData[drugCheck.drugKind]}}</td>
70 70
 	                          		<td>{{ dicData[drugCheck.drugName]}}</td>
71 71
 	                                <td>{{ dicData[drugCheck.checkType] }}</td>
72
-	                                <td>{{ userInfoData[drugCheck.creater] }}</td>
72
+	                                <td>{{ userInfoAllData[drugCheck.creater] }}</td>
73 73
 	                                <td>
74 74
 	                                    <a has-permission="539" href-void ng-click="showView(drugCheck.id)"><i class="fa fa-info-circle"></i>查看&nbsp;</a>
75 75
 	                                </td>