|
@@ -145,57 +145,79 @@
|
145
|
145
|
</div>
|
146
|
146
|
<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
|
147
|
147
|
<div class="thead" style="display: flex;">
|
148
|
|
- <div style="text-align: center;width: 30%;height: 23px;
|
149
|
|
- line-height: 23px;
|
|
148
|
+ <div style="width: 40%;display: flex;
|
|
149
|
+ align-items: center;
|
|
150
|
+ justify-content: center;
|
|
151
|
+ flex-wrap: wrap;
|
150
|
152
|
border-right: 1px solid #e7e7e7;
|
151
|
153
|
border-bottom: 1px solid #e7e7e7;">药品名称</div>
|
152
|
154
|
|
153
|
|
- <div style="text-align: center;width: 25%;height: 23px;
|
154
|
|
- line-height: 23px;
|
|
155
|
+ <div style="width: 20%;display: flex;
|
|
156
|
+ align-items: center;
|
|
157
|
+ justify-content: center;
|
|
158
|
+ flex-wrap: wrap;
|
155
|
159
|
border-right: 1px solid #e7e7e7;
|
156
|
160
|
border-bottom: 1px solid #e7e7e7;">规格</div>
|
157
|
161
|
|
158
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
159
|
|
- line-height: 23px;
|
|
162
|
+ <div style="width: 10%;display: flex;
|
|
163
|
+ align-items: center;
|
|
164
|
+ justify-content: center;
|
|
165
|
+ flex-wrap: wrap;
|
160
|
166
|
border-right: 1px solid #e7e7e7;
|
161
|
167
|
border-bottom: 1px solid #e7e7e7;">实际消耗</div>
|
162
|
168
|
|
163
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
164
|
|
- line-height: 23px;
|
|
169
|
+ <div style="width: 10%;display: flex;
|
|
170
|
+ align-items: center;
|
|
171
|
+ justify-content: center;
|
|
172
|
+ flex-wrap: wrap;
|
165
|
173
|
border-right: 1px solid #e7e7e7;
|
166
|
174
|
border-bottom: 1px solid #e7e7e7;">临时增发</div>
|
167
|
175
|
|
168
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
169
|
|
- line-height: 23px;
|
|
176
|
+ <div style="width: 10%;display: flex;
|
|
177
|
+ align-items: center;
|
|
178
|
+ justify-content: center;
|
|
179
|
+ flex-wrap: wrap;
|
170
|
180
|
border-right: 1px solid #e7e7e7;
|
171
|
181
|
border-bottom: 1px solid #e7e7e7;">箱数</div>
|
172
|
182
|
|
173
|
|
- <div style="text-align: center;width: 25%;height: 23px;
|
174
|
|
- line-height: 23px;border-bottom: 1px solid #e7e7e7;">取药药房</div>
|
|
183
|
+ <div style="width: 20%;display: flex;
|
|
184
|
+ align-items: center;
|
|
185
|
+ justify-content: center;
|
|
186
|
+ flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">取药药房</div>
|
175
|
187
|
</div>
|
176
|
188
|
<div *ngFor="let data of item.drugsConfigureDTOS" style="display: flex;">
|
177
|
|
- <div style="text-align: center;width: 30%;height: 23px;
|
178
|
|
- line-height: 23px;
|
|
189
|
+ <div style="width: 40%;display: flex;
|
|
190
|
+ align-items: center;
|
|
191
|
+ justify-content: center;
|
|
192
|
+ flex-wrap: wrap;
|
179
|
193
|
border-right: 1px solid #e7e7e7;
|
180
|
194
|
border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.drugName }}</div>
|
181
|
195
|
|
182
|
|
- <div style="text-align: center;width: 25%;height: 23px;
|
183
|
|
- line-height: 23px;
|
|
196
|
+ <div style="width: 20%;display: flex;
|
|
197
|
+ align-items: center;
|
|
198
|
+ justify-content: center;
|
|
199
|
+ flex-wrap: wrap;
|
184
|
200
|
border-right: 1px solid #e7e7e7;
|
185
|
201
|
border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.specs }}</div>
|
186
|
202
|
|
187
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
188
|
|
- line-height: 23px;
|
|
203
|
+ <div style="width: 10%;display: flex;
|
|
204
|
+ align-items: center;
|
|
205
|
+ justify-content: center;
|
|
206
|
+ flex-wrap: wrap;
|
189
|
207
|
border-right: 1px solid #e7e7e7;
|
190
|
208
|
border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
|
191
|
209
|
|
192
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
193
|
|
- line-height: 23px;
|
|
210
|
+ <div style="width: 10%;display: flex;
|
|
211
|
+ align-items: center;
|
|
212
|
+ justify-content: center;
|
|
213
|
+ flex-wrap: wrap;
|
194
|
214
|
border-right: 1px solid #e7e7e7;
|
195
|
215
|
border-bottom: 1px solid #e7e7e7;">{{ data.addSub || 0 }}</div>
|
196
|
216
|
|
197
|
|
- <div style="text-align: center;width: 10%;height: 23px;
|
198
|
|
- line-height: 23px;
|
|
217
|
+ <div style="width: 10%;display: flex;
|
|
218
|
+ align-items: center;
|
|
219
|
+ justify-content: center;
|
|
220
|
+ flex-wrap: wrap;
|
199
|
221
|
border-right: 1px solid #e7e7e7;
|
200
|
222
|
border-bottom: 1px solid #e7e7e7;">
|
201
|
223
|
<span *ngIf="data.drugsInfoDTO.drugName!='合计'">
|
|
@@ -205,8 +227,10 @@
|
205
|
227
|
</span>
|
206
|
228
|
</div>
|
207
|
229
|
|
208
|
|
- <div style="text-align: center;width: 25%;height: 23px;
|
209
|
|
- line-height: 23px;border-bottom: 1px solid #e7e7e7;">{{ data.deptName }}</div>
|
|
230
|
+ <div style="width: 20%;display: flex;
|
|
231
|
+ align-items: center;
|
|
232
|
+ justify-content: center;
|
|
233
|
+ flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">{{ data.deptName }}</div>
|
210
|
234
|
</div>
|
211
|
235
|
</div>
|
212
|
236
|
</div>
|