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