seimin 2 weeks ago
parent
commit
8838444144

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

@@ -103,11 +103,6 @@
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.drugsBagSendMergeOrder"></nz-checkbox-group>
110
-									</div>
111
                 </div>
106
                 </div>
112
                 <!-- 自动建单配置 -->
107
                 <!-- 自动建单配置 -->
113
                 <div *ngIf="tabModalName=='automaticOrderCreation'">
108
                 <div *ngIf="tabModalName=='automaticOrderCreation'">

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

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