Browse Source

药品待送达合并工单

seimin 1 week ago
parent
commit
853f39cb10

+ 5 - 0
src/app/components/configurationCenter/configuration-drug/configuration-drug.component.html

@@ -103,6 +103,11 @@
103
 									  <nz-form-label class="label">是否支持查看药品详情信息</nz-form-label>
103
 									  <nz-form-label class="label">是否支持查看药品详情信息</nz-form-label>
104
 									  <nz-checkbox-group [(ngModel)]="item.postData.showDrugsBagDetails"></nz-checkbox-group>
104
 									  <nz-checkbox-group [(ngModel)]="item.postData.showDrugsBagDetails"></nz-checkbox-group>
105
 									</div>
105
 									</div>
106
+                  <!-- 待送达合并工单 -->
107
+									<div class="display_flex align-items_center mb8">
108
+									  <nz-form-label class="label">待送达合并工单</nz-form-label>
109
+									  <nz-checkbox-group [(ngModel)]="item.postData.sendingMergeOrder"></nz-checkbox-group>
110
+									</div>
106
                 </div>
111
                 </div>
107
                 <!-- 自动建单配置 -->
112
                 <!-- 自动建单配置 -->
108
                 <div *ngIf="tabModalName=='automaticOrderCreation'">
113
                 <div *ngIf="tabModalName=='automaticOrderCreation'">

+ 7 - 0
src/app/components/configurationCenter/configuration-drug/configuration-drug.component.ts

@@ -64,6 +64,7 @@ export class ConfigurationDrugComponent implements OnInit {
64
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
64
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
65
 				showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
65
 				showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
66
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
66
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
67
+				sendingMergeOrder: [{ label:'是否开启', value: 0 }],//待送达合并工单
67
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
68
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
68
 				autoCreateState: undefined // 药品自动建单状态
69
 				autoCreateState: undefined // 药品自动建单状态
69
 			}
70
 			}
@@ -86,6 +87,7 @@ export class ConfigurationDrugComponent implements OnInit {
86
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
87
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
87
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
88
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
88
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
89
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
90
+				sendingMergeOrder: [{ label:'是否开启', value: 0 }],//待送达合并工单
89
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
91
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
90
 				autoCreateState: undefined // 药品自动建单状态
92
 				autoCreateState: undefined // 药品自动建单状态
91
 			}
93
 			}
@@ -108,6 +110,7 @@ export class ConfigurationDrugComponent implements OnInit {
108
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
110
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
109
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
111
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
110
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
112
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
113
+        sendingMergeOrder: [{ label:'是否开启', value: 0 }],//待送达合并工单
111
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
114
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
112
 				autoCreateState: undefined // 药品自动建单状态
115
 				autoCreateState: undefined // 药品自动建单状态
113
 			}
116
 			}
@@ -130,6 +133,7 @@ export class ConfigurationDrugComponent implements OnInit {
130
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
133
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
131
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
134
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
132
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
135
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
136
+        sendingMergeOrder: [{ label:'是否开启', value: 0 }],//待送达合并工单
133
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
137
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
134
 				autoCreateState: undefined // 药品自动建单状态
138
 				autoCreateState: undefined // 药品自动建单状态
135
 			}
139
 			}
@@ -152,6 +156,7 @@ export class ConfigurationDrugComponent implements OnInit {
152
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
156
         drugsEndPhoto: [{ label:'是否开启', value: 0 }],//终点科室支持拍照留存
153
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
157
         showDrugsBagTypeCount: [{ label:'是否开启', value: 0 }],//是否显示药品数、种类数
154
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
158
 				showDrugsBagDetails: [{ label:'是否开启', value: 0 }],//是否支持查看药品详情信息
159
+        sendingMergeOrder: [{ label:'是否开启', value: 0 }],//待送达合并工单
155
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
160
 				autoCreate: [{ label:'是否开启', value: 0 }], // 是否自动建单
156
 				autoCreateState: undefined // 药品自动建单状态
161
 				autoCreateState: undefined // 药品自动建单状态
157
 			}
162
 			}
@@ -238,6 +243,7 @@ export class ConfigurationDrugComponent implements OnInit {
238
 			showPatientInfo: this.activeDictionary.postData.showPatientInfo[0].checked ? 1 : 0,
243
 			showPatientInfo: this.activeDictionary.postData.showPatientInfo[0].checked ? 1 : 0,
239
 			showDrugsBagTypeCount: this.activeDictionary.postData.showDrugsBagTypeCount[0].checked ? 1 : 0,
244
 			showDrugsBagTypeCount: this.activeDictionary.postData.showDrugsBagTypeCount[0].checked ? 1 : 0,
240
 			showDrugsBagDetails: this.activeDictionary.postData.showDrugsBagDetails[0].checked ? 1 : 0,
245
 			showDrugsBagDetails: this.activeDictionary.postData.showDrugsBagDetails[0].checked ? 1 : 0,
246
+			sendingMergeOrder: this.activeDictionary.postData.sendingMergeOrder[0].checked ? 1 : 0,
241
 			autoCreate: this.activeDictionary.postData.autoCreate[0].checked ? 1 : 0,
247
 			autoCreate: this.activeDictionary.postData.autoCreate[0].checked ? 1 : 0,
242
 			autoCreateState:{
248
 			autoCreateState:{
243
 				id:this.activeDictionary.postData.autoCreateState || undefined
249
 				id:this.activeDictionary.postData.autoCreateState || undefined
@@ -339,6 +345,7 @@ export class ConfigurationDrugComponent implements OnInit {
339
 					this.activeDictionary.postData.showPatientInfo[0].checked = this.configs.showPatientInfo == 1;
345
 					this.activeDictionary.postData.showPatientInfo[0].checked = this.configs.showPatientInfo == 1;
340
 					this.activeDictionary.postData.showDrugsBagTypeCount[0].checked = this.configs.showDrugsBagTypeCount == 1;
346
 					this.activeDictionary.postData.showDrugsBagTypeCount[0].checked = this.configs.showDrugsBagTypeCount == 1;
341
 					this.activeDictionary.postData.showDrugsBagDetails[0].checked = this.configs.showDrugsBagDetails == 1;
347
 					this.activeDictionary.postData.showDrugsBagDetails[0].checked = this.configs.showDrugsBagDetails == 1;
348
+					this.activeDictionary.postData.sendingMergeOrder[0].checked = this.configs.sendingMergeOrder == 1;
342
 					this.activeDictionary.postData.autoCreate[0].checked = this.configs.autoCreate == 1;
349
 					this.activeDictionary.postData.autoCreate[0].checked = this.configs.autoCreate == 1;
343
 					this.activeDictionary.postData.autoCreateState = this.configs.autoCreateState && this.configs.autoCreateState.id || undefined;
350
 					this.activeDictionary.postData.autoCreateState = this.configs.autoCreateState && this.configs.autoCreateState.id || undefined;
344
 				}
351
 				}

+ 1 - 1
src/app/views/hushijiandan/hushijiandan.component.html

@@ -1484,7 +1484,7 @@
1484
                 <button nz-button nzSize="small" nzType="default" class="pos-btn ml8" (click)="nextDayNew()">
1484
                 <button nz-button nzSize="small" nzType="default" class="pos-btn ml8" (click)="nextDayNew()">
1485
                   下一日
1485
                   下一日
1486
                 </button>
1486
                 </button>
1487
-                <button nz-button nzSize="small" nzType="default" class="pos-btn ml8" (click)="addInspect()" *ngIf="inspectAndPatientTransportConfig.nurseAppendInspect == 1">
1487
+                <button nz-button nzSize="small" nzType="primary" class="ml8" (click)="addInspect()" *ngIf="inspectAndPatientTransportConfig.nurseAppendInspect == 1">
1488
                   追加检查
1488
                   追加检查
1489
                 </button>
1489
                 </button>
1490
               </div>
1490
               </div>