Sfoglia il codice sorgente

字段名称修改

seimin 3 anni fa
parent
commit
58b1322462

+ 3 - 3
src/app/share/log-prompt-modal/log-prompt-modal.component.html

@@ -38,9 +38,9 @@
38 38
               >
39 39
             </td>
40 40
             <td>
41
-              {{ data.handoverPersonName || "暂无" }}
42
-              <span *ngIf="data.handoverPersonAccount"
43
-                >({{ data.handoverPersonAccount }})</span
41
+              {{ data.handoverName || "暂无" }}
42
+              <span *ngIf="data.handoverAccount"
43
+                >({{ data.handoverAccount }})</span
44 44
               >
45 45
             </td>
46 46
           </tr>

+ 3 - 3
src/app/views/pharmacy2/pharmacy2.component.html

@@ -432,9 +432,9 @@
432 432
                   }}</ng-container>
433 433
                 </span>
434 434
               </div>
435
-              <!-- <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
436
-                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].handoverPersonName}} 接收</span>
437
-              </div> -->
435
+              <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
436
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].handoverName}} 接收</span>
437
+              </div>
438 438
             </div>
439 439
           </div>
440 440
           <div