소스 검색

BUG修复

seimin 7 달 전
부모
커밋
5d28b9ab42
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/app/components/incidentManagement/incident-handle-order/incident-handle-order.component.ts

+ 1 - 3
src/app/components/incidentManagement/incident-handle-order/incident-handle-order.component.ts

@@ -171,13 +171,11 @@ export class IncidentHandleOrderComponent implements OnInit {
171
     let postData:any = {
171
     let postData:any = {
172
       consumable: {
172
       consumable: {
173
         name: keyword,
173
         name: keyword,
174
+        showZero: true,
174
       },
175
       },
175
       idx: 0,
176
       idx: 0,
176
       sum: 20,
177
       sum: 20,
177
     };
178
     };
178
-    if(this.itsmZeroStock.value == 1){
179
-      postData.consumable.showZero = true;
180
-		}
181
     if(this.itsmParentConsumable.value == 1){
179
     if(this.itsmParentConsumable.value == 1){
182
       postData.consumable.upHosId = this.hosId;
180
       postData.consumable.upHosId = this.hosId;
183
 		}else{
181
 		}else{