|
@@ -153,76 +153,76 @@
|
153
|
153
|
</div>
|
154
|
154
|
<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
|
155
|
155
|
<div class="thead" style="display: flex;">
|
156
|
|
- <div style="width: 40%;display: flex;
|
|
156
|
+ <div style="width: 40%;display: flex;font-size: 12px;
|
157
|
157
|
align-items: center;
|
158
|
158
|
justify-content: center;
|
159
|
159
|
flex-wrap: wrap;
|
160
|
160
|
border-right: 1px solid #e7e7e7;
|
161
|
161
|
border-bottom: 1px solid #e7e7e7;">药品名称</div>
|
162
|
162
|
|
163
|
|
- <div style="width: 20%;display: flex;
|
|
163
|
+ <div style="width: 20%;display: flex;font-size: 12px;
|
164
|
164
|
align-items: center;
|
165
|
165
|
justify-content: center;
|
166
|
166
|
flex-wrap: wrap;
|
167
|
167
|
border-right: 1px solid #e7e7e7;
|
168
|
168
|
border-bottom: 1px solid #e7e7e7;">规格</div>
|
169
|
169
|
|
170
|
|
- <div style="width: 10%;display: flex;
|
|
170
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
171
|
171
|
align-items: center;
|
172
|
172
|
justify-content: center;
|
173
|
173
|
flex-wrap: wrap;
|
174
|
174
|
border-right: 1px solid #e7e7e7;
|
175
|
175
|
border-bottom: 1px solid #e7e7e7;">实际消耗</div>
|
176
|
176
|
|
177
|
|
- <div style="width: 10%;display: flex;
|
|
177
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
178
|
178
|
align-items: center;
|
179
|
179
|
justify-content: center;
|
180
|
180
|
flex-wrap: wrap;
|
181
|
181
|
border-right: 1px solid #e7e7e7;
|
182
|
182
|
border-bottom: 1px solid #e7e7e7;">临时增发</div>
|
183
|
183
|
|
184
|
|
- <div style="width: 10%;display: flex;
|
|
184
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
185
|
185
|
align-items: center;
|
186
|
186
|
justify-content: center;
|
187
|
187
|
flex-wrap: wrap;
|
188
|
188
|
border-right: 1px solid #e7e7e7;
|
189
|
189
|
border-bottom: 1px solid #e7e7e7;">箱数</div>
|
190
|
190
|
|
191
|
|
- <div style="width: 20%;display: flex;
|
|
191
|
+ <div style="width: 20%;display: flex;font-size: 12px;
|
192
|
192
|
align-items: center;
|
193
|
193
|
justify-content: center;
|
194
|
194
|
flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">取药药房</div>
|
195
|
195
|
</div>
|
196
|
196
|
<div *ngFor="let data of codes" style="display: flex;">
|
197
|
|
- <div style="width: 40%;display: flex;
|
|
197
|
+ <div style="width: 40%;display: flex;font-size: 12px;
|
198
|
198
|
align-items: center;
|
199
|
199
|
justify-content: center;
|
200
|
200
|
flex-wrap: wrap;
|
201
|
201
|
border-right: 1px solid #e7e7e7;
|
202
|
202
|
border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.drugName }}</div>
|
203
|
203
|
|
204
|
|
- <div style="width: 20%;display: flex;
|
|
204
|
+ <div style="width: 20%;display: flex;font-size: 12px;
|
205
|
205
|
align-items: center;
|
206
|
206
|
justify-content: center;
|
207
|
207
|
flex-wrap: wrap;
|
208
|
208
|
border-right: 1px solid #e7e7e7;
|
209
|
209
|
border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.specs }}</div>
|
210
|
210
|
|
211
|
|
- <div style="width: 10%;display: flex;
|
|
211
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
212
|
212
|
align-items: center;
|
213
|
213
|
justify-content: center;
|
214
|
214
|
flex-wrap: wrap;
|
215
|
215
|
border-right: 1px solid #e7e7e7;
|
216
|
216
|
border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
|
217
|
217
|
|
218
|
|
- <div style="width: 10%;display: flex;
|
|
218
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
219
|
219
|
align-items: center;
|
220
|
220
|
justify-content: center;
|
221
|
221
|
flex-wrap: wrap;
|
222
|
222
|
border-right: 1px solid #e7e7e7;
|
223
|
223
|
border-bottom: 1px solid #e7e7e7;">{{ data.addSub || 0 }}</div>
|
224
|
224
|
|
225
|
|
- <div style="width: 10%;display: flex;
|
|
225
|
+ <div style="width: 10%;display: flex;font-size: 12px;
|
226
|
226
|
align-items: center;
|
227
|
227
|
justify-content: center;
|
228
|
228
|
flex-wrap: wrap;
|
|
@@ -234,7 +234,7 @@
|
234
|
234
|
</span>
|
235
|
235
|
</div>
|
236
|
236
|
|
237
|
|
- <div style="width: 20%;display: flex;
|
|
237
|
+ <div style="width: 20%;display: flex;font-size: 12px;
|
238
|
238
|
align-items: center;
|
239
|
239
|
justify-content: center;
|
240
|
240
|
flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">{{ data.deptName }}</div>
|