seimin 2 lat temu
rodzic
commit
1f02d5295a

+ 1 - 1
src/app/share/order-detail/order-detail.component.html

@@ -1180,7 +1180,7 @@
1180 1180
                   {{ orderInfo.grade ? orderInfo.grade.evaluationGrade : "-" }}
1181 1181
                 </td>
1182 1182
               </tr> -->
1183
-              <tr>
1183
+              <tr *ngIf="orderInfo.taskType.associationType.value === 'patientTransport' || orderInfo.taskType.associationType.value === 'inspect'">
1184 1184
                 <td>陪检方式分</td>
1185 1185
                 <td>
1186 1186
                   {{

+ 1 - 1
src/app/views/inspection-distance/inspection-distance.component.ts

@@ -76,7 +76,7 @@ export class InspectionDistanceComponent implements OnInit {
76 76
   // 确定删除
77 77
   confirmDel() {
78 78
     this.loading4 = true;
79
-    this.mainService.delBuildings([this.delObj.id]).subscribe((result) => {
79
+    this.mainService.simplePost('rmvData', 'workOrderInspectScore', [this.delObj.id]).subscribe((result) => {
80 80
       this.loading4 = false;
81 81
       if (result["status"] == 200) {
82 82
         this.message.success("删除成功");