浏览代码

大输液打印添加包装规格

maotao 8 月之前
父节点
当前提交
342f7f3966

+ 17 - 9
src/app/views/admin-office-prescription/admin-office-prescription.component.html

@@ -151,6 +151,9 @@
151
 				<div style="margin-right: 15px;">批次号:{{rowData.batch?rowData.batch.batchNo:'-'}}</div>
151
 				<div style="margin-right: 15px;">批次号:{{rowData.batch?rowData.batch.batchNo:'-'}}</div>
152
 				<div style="margin-right: 15px;">单号:{{rowData.packingNo}}</div>
152
 				<div style="margin-right: 15px;">单号:{{rowData.packingNo}}</div>
153
 			</div>
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
 			<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
157
 			<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
155
 				<div class="thead" style="display: flex;">
158
 				<div class="thead" style="display: flex;">
156
 					<div style="width: 40%;display: flex;font-size: 12px;
159
 					<div style="width: 40%;display: flex;font-size: 12px;
@@ -172,26 +175,28 @@
172
 					justify-content: center;
175
 					justify-content: center;
173
 					flex-wrap: wrap;
176
 					flex-wrap: wrap;
174
 					border-right: 1px solid #e7e7e7;
177
 					border-right: 1px solid #e7e7e7;
175
-					border-bottom: 1px solid #e7e7e7;">实际消耗</div>
178
+					border-bottom: 1px solid #e7e7e7;">包装规格</div>
176
 					
179
 					
177
 					<div style="width: 10%;display: flex;font-size: 12px;
180
 					<div style="width: 10%;display: flex;font-size: 12px;
178
 					align-items: center;
181
 					align-items: center;
179
 					justify-content: center;
182
 					justify-content: center;
180
 					flex-wrap: wrap;
183
 					flex-wrap: wrap;
181
 					border-right: 1px solid #e7e7e7;
184
 					border-right: 1px solid #e7e7e7;
182
-					border-bottom: 1px solid #e7e7e7;">临时增发</div>
185
+					border-bottom: 1px solid #e7e7e7;">实际消耗</div>
183
 					
186
 					
184
 					<div style="width: 10%;display: flex;font-size: 12px;
187
 					<div style="width: 10%;display: flex;font-size: 12px;
185
 					align-items: center;
188
 					align-items: center;
186
 					justify-content: center;
189
 					justify-content: center;
187
 					flex-wrap: wrap;
190
 					flex-wrap: wrap;
188
 					border-right: 1px solid #e7e7e7;
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
 					align-items: center;
195
 					align-items: center;
193
 					justify-content: center;
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
 				</div>
200
 				</div>
196
 				<div *ngFor="let data of codes" style="display: flex;">
201
 				<div *ngFor="let data of codes" style="display: flex;">
197
 					<div style="width: 40%;display: flex;font-size: 12px;
202
 					<div style="width: 40%;display: flex;font-size: 12px;
@@ -213,6 +218,13 @@
213
 					justify-content: center;
218
 					justify-content: center;
214
 					flex-wrap: wrap;
219
 					flex-wrap: wrap;
215
 					border-right: 1px solid #e7e7e7;
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
 					border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
228
 					border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
217
 					
229
 					
218
 					<div style="width: 10%;display: flex;font-size: 12px;
230
 					<div style="width: 10%;display: flex;font-size: 12px;
@@ -234,10 +246,6 @@
234
 						</span>
246
 						</span>
235
 					</div>
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
 				</div>
249
 				</div>
242
 			</div>
250
 			</div>
243
 		</div>
251
 		</div>

+ 17 - 8
src/app/views/dispensing-batch/dispensing-batch.component.html

@@ -143,6 +143,9 @@
143
 				<div style="margin-right: 15px;">批次号:{{item.batch.batchNo}}</div>
143
 				<div style="margin-right: 15px;">批次号:{{item.batch.batchNo}}</div>
144
 				<div style="margin-right: 15px;">单号:{{item.packingNo}}</div>
144
 				<div style="margin-right: 15px;">单号:{{item.packingNo}}</div>
145
 			</div>
145
 			</div>
146
+			<div class="monad-sign" style="display: flex;line-height: 23px;font-size: 14px;">
147
+				<div style="margin-right: 15px;">取药药房:{{item.pharmacyDTO?item.pharmacyDTO.dept:'-'}}</div>
148
+			</div>
146
 			<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
149
 			<div style="border: 1px solid #e7e7e7;border-bottom: none;font-size: 14px;">
147
 				<div class="thead" style="display: flex;">
150
 				<div class="thead" style="display: flex;">
148
 					<div style="width: 40%;display: flex;font-size: 12px;
151
 					<div style="width: 40%;display: flex;font-size: 12px;
@@ -164,6 +167,13 @@
164
 					justify-content: center;
167
 					justify-content: center;
165
 					flex-wrap: wrap;
168
 					flex-wrap: wrap;
166
 					border-right: 1px solid #e7e7e7;
169
 					border-right: 1px solid #e7e7e7;
170
+					border-bottom: 1px solid #e7e7e7;">包装规格</div>
171
+					
172
+					<div style="width: 10%;display: flex;font-size: 12px;
173
+					align-items: center;
174
+					justify-content: center;
175
+					flex-wrap: wrap;
176
+					border-right: 1px solid #e7e7e7;
167
 					border-bottom: 1px solid #e7e7e7;">实际消耗</div>
177
 					border-bottom: 1px solid #e7e7e7;">实际消耗</div>
168
 					
178
 					
169
 					<div style="width: 10%;display: flex;font-size: 12px;
179
 					<div style="width: 10%;display: flex;font-size: 12px;
@@ -180,10 +190,6 @@
180
 					border-right: 1px solid #e7e7e7;
190
 					border-right: 1px solid #e7e7e7;
181
 					border-bottom: 1px solid #e7e7e7;">箱数</div>
191
 					border-bottom: 1px solid #e7e7e7;">箱数</div>
182
 					
192
 					
183
-					<div style="width: 20%;display: flex;font-size: 12px;
184
-					align-items: center;
185
-					justify-content: center;
186
-					flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">取药药房</div>
187
 				</div>
193
 				</div>
188
 				<div *ngFor="let data of item.drugsConfigureDTOS" style="display: flex;">
194
 				<div *ngFor="let data of item.drugsConfigureDTOS" style="display: flex;">
189
 					<div style="width: 40%;display: flex;font-size: 12px;
195
 					<div style="width: 40%;display: flex;font-size: 12px;
@@ -205,6 +211,13 @@
205
 					justify-content: center;
211
 					justify-content: center;
206
 					flex-wrap: wrap;
212
 					flex-wrap: wrap;
207
 					border-right: 1px solid #e7e7e7;
213
 					border-right: 1px solid #e7e7e7;
214
+					border-bottom: 1px solid #e7e7e7;">{{ data.drugsInfoDTO.packingSpecs }}</div>
215
+					
216
+					<div style="width: 10%;display: flex;font-size: 12px;
217
+					align-items: center;
218
+					justify-content: center;
219
+					flex-wrap: wrap;
220
+					border-right: 1px solid #e7e7e7;
208
 					border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
221
 					border-bottom: 1px solid #e7e7e7;">{{ data.expendCount }}</div>
209
 					
222
 					
210
 					<div style="width: 10%;display: flex;font-size: 12px;
223
 					<div style="width: 10%;display: flex;font-size: 12px;
@@ -227,10 +240,6 @@
227
 					</span>
240
 					</span>
228
 					</div>
241
 					</div>
229
 					
242
 					
230
-					<div style="width: 20%;display: flex;font-size: 12px;
231
-					align-items: center;
232
-					justify-content: center;
233
-					flex-wrap: wrap;border-bottom: 1px solid #e7e7e7;">{{ data.deptName }}</div>
234
 				</div>
243
 				</div>
235
 			</div>
244
 			</div>
236
 		</div>
245
 		</div>