|
@@ -151,6 +151,9 @@
|
151
|
151
|
<div style="margin-right: 15px;">批次号:{{rowData.batch?rowData.batch.batchNo:'-'}}</div>
|
152
|
152
|
<div style="margin-right: 15px;">单号:{{rowData.packingNo}}</div>
|
153
|
153
|
</div>
|
|
154
|
+ <div class="monad-sign" style="display: flex;line-height: 23px;font-size: 14px;">
|
|
155
|
+ <div style="margin-right: 15px;">取药药房:{{rowData.pharmacyDTO?rowData.pharmacyDTO.dept:'-'}}</div>
|
|
156
|
+ </div>
|
154
|
157
|
<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
|
155
|
158
|
<div class="thead" style="display: flex;">
|
156
|
159
|
<div style="width: 40%;display: flex;font-size: 12px;
|
|
@@ -172,26 +175,28 @@
|
172
|
175
|
justify-content: center;
|
173
|
176
|
flex-wrap: wrap;
|
174
|
177
|
border-right: 1px solid #e7e7e7;
|
175
|
|
- border-bottom: 1px solid #e7e7e7;">实际消耗</div>
|
|
178
|
+ border-bottom: 1px solid #e7e7e7;">包装规格</div>
|
176
|
179
|
|
177
|
180
|
<div style="width: 10%;display: flex;font-size: 12px;
|
178
|
181
|
align-items: center;
|
179
|
182
|
justify-content: center;
|
180
|
183
|
flex-wrap: wrap;
|
181
|
184
|
border-right: 1px solid #e7e7e7;
|
182
|
|
- border-bottom: 1px solid #e7e7e7;">临时增发</div>
|
|
185
|
+ border-bottom: 1px solid #e7e7e7;">实际消耗</div>
|
183
|
186
|
|
184
|
187
|
<div style="width: 10%;display: flex;font-size: 12px;
|
185
|
188
|
align-items: center;
|
186
|
189
|
justify-content: center;
|
187
|
190
|
flex-wrap: wrap;
|
188
|
191
|
border-right: 1px solid #e7e7e7;
|
189
|
|
- border-bottom: 1px solid #e7e7e7;">箱数</div>
|
|
192
|
+ border-bottom: 1px solid #e7e7e7;">临时增发</div>
|
190
|
193
|
|
191
|
|
- <div style="width: 20%;display: flex;font-size: 12px;
|
|
194
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
192
|
195
|
align-items: center;
|
193
|
196
|
justify-content: center;
|
194
|
|
- flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">取药药房</div>
|
|
197
|
+ flex-wrap: wrap;
|
|
198
|
+ border-right: 1px solid #e7e7e7;
|
|
199
|
+ border-bottom: 1px solid #e7e7e7;">箱数</div>
|
195
|
200
|
</div>
|
196
|
201
|
<div *ngFor="let data of codes" style="display: flex;">
|
197
|
202
|
<div style="width: 40%;display: flex;font-size: 12px;
|
|
@@ -213,6 +218,13 @@
|
213
|
218
|
justify-content: center;
|
214
|
219
|
flex-wrap: wrap;
|
215
|
220
|
border-right: 1px solid #e7e7e7;
|
|
221
|
+ border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.packingSpecs }}</div>
|
|
222
|
+
|
|
223
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
|
224
|
+ align-items: center;
|
|
225
|
+ justify-content: center;
|
|
226
|
+ flex-wrap: wrap;
|
|
227
|
+ border-right: 1px solid #e7e7e7;
|
216
|
228
|
border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
|
217
|
229
|
|
218
|
230
|
<div style="width: 10%;display: flex;font-size: 12px;
|
|
@@ -234,10 +246,6 @@
|
234
|
246
|
</span>
|
235
|
247
|
</div>
|
236
|
248
|
|
237
|
|
- <div style="width: 20%;display: flex;font-size: 12px;
|
238
|
|
- align-items: center;
|
239
|
|
- justify-content: center;
|
240
|
|
- flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">{{ data.deptName }}</div>
|
241
|
249
|
</div>
|
242
|
250
|
</div>
|
243
|
251
|
</div>
|