浏览代码

文字修改

seimin 3 年之前
父节点
当前提交
4bc886117f

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

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

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

@@ -57,8 +57,8 @@
57
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
57
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
58
               </div>
58
               </div>
59
               <div class="pharmacy-main__selectionItem">
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
               </div>
62
               </div>
63
             </div>
63
             </div>
64
             <!-- <div class="pharmacy-main__selectionPrint">
64
             <!-- <div class="pharmacy-main__selectionPrint">
@@ -116,8 +116,8 @@
116
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
116
                 <span>{{item.drugsState?item.drugsState.name:''}}</span>
117
               </div>
117
               </div>
118
               <div class="pharmacy-main__selectionItem">
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
               </div>
121
               </div>
122
             </div>
122
             </div>
123
             <!-- <div class="pharmacy-main__selectionPrint">
123
             <!-- <div class="pharmacy-main__selectionPrint">