seimin 2 주 전
부모
커밋
8838444144

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

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