seimin 3 vuotta sitten
vanhempi
commit
4bc886117f

+ 5 - 5
src/app/views/drug-search/drug-search.component.html

@@ -47,11 +47,11 @@
47 47
             <th nzWidth="6%">序号</th>
48 48
             <th nzWidth="14%">发药科室</th>
49 49
             <th nzWidth="14%">申请科室</th>
50
-            <th nzWidth="14%">创建时间</th>
50
+            <th nzWidth="14%">同步时间</th>
51 51
             <th nzWidth="14%">药品状态</th>
52
-            <th nzWidth="14%">批次号</th>
53
-            <th nzWidth="12%">请领单号</th>
54
-            <th nzWidth="12%">药品标识</th>
52
+            <!-- <th nzWidth="14%">批次号</th> -->
53
+            <th nzWidth="19%">请领单号</th>
54
+            <th nzWidth="19%">药品标识</th>
55 55
           </tr>
56 56
         </thead>
57 57
         <tbody>
@@ -61,7 +61,7 @@
61 61
             <td>{{ data.target?.dept }}</td>
62 62
             <td>{{ data.creatTime }}</td>
63 63
             <td>{{ data.drugsState?.name }}</td>
64
-            <td>{{data.batchNo}}</td>
64
+            <!-- <td>{{data.batchNo}}</td> -->
65 65
             <td>{{ data.packid }}</td>
66 66
             <td>{{data.id}}</td>
67 67
           </tr>

+ 4 - 4
src/app/views/pharmacy/pharmacy.component.html

@@ -57,8 +57,8 @@
57 57
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
58 58
               </div>
59 59
               <div class="pharmacy-main__selectionItem">
60
-                <span>请领时间:{{item.creatTime|dateTransform}}</span>
61
-                <span>批次&emsp;<em>{{item.batchNo}}</em></span>
60
+                <span>记账时间:{{item.creatTime|dateTransform}}</span>
61
+                <!-- <span>批次&emsp;<em>{{item.batchNo}}</em></span> -->
62 62
               </div>
63 63
             </div>
64 64
             <!-- <div class="pharmacy-main__selectionPrint">
@@ -116,8 +116,8 @@
116 116
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
117 117
               </div>
118 118
               <div class="pharmacy-main__selectionItem">
119
-                <span>请领时间:{{item.creatTime|dateTransform}}</span>
120
-                <span>批次&emsp;<em>{{item.batchNo}}</em></span>
119
+                <span>记账时间:{{item.creatTime|dateTransform}}</span>
120
+                <!-- <span>批次&emsp;<em>{{item.batchNo}}</em></span> -->
121 121
               </div>
122 122
             </div>
123 123
             <!-- <div class="pharmacy-main__selectionPrint">