Parcourir la source

工时耗材添加日志

maotao il y a 1 semaine
Parent
commit
7f4d93f40c

+ 1 - 1
src/app/components/configurationCenter/configuration-manHour/configuration-manHour.component.html

@@ -155,7 +155,7 @@
155 155
 	            	<td>{{ data.operationType ? data.operationType.name : '-' }}</td>
156 156
 	            	<td>{{ data.operationTime|date:'yyyy-MM-dd HH:mm'}}</td>
157 157
 	            	<td>{{ data.operationUserDTO ? data.operationUserDTO.name : '-' }}</td>
158
-	            	<td>{{ data.logRemark ? data.logRemark : '-' }}</td>
158
+	            	<td>{{ data.logRemark ? data.logRemark : '-' }} <span *ngIf="data.operationType.value==6">单价:{{ data.currentPrice }} &nbsp;&nbsp;积分:{{ data.currentScore.value }}</span></td>
159 159
 	            </tr>
160 160
 	          </tbody>
161 161
 	        </nz-table>

+ 2 - 2
src/app/components/configurationCenter/configuration-manHour/configuration-manHour.component.ts

@@ -173,8 +173,8 @@ export class ConfigurationManHourComponent implements OnInit {
173 173
 	    this.pageLogIndex = 1;
174 174
 	  }
175 175
 	  let postData = {
176
-	  	idx: 0,
177
-	  	sum: 99999,
176
+	  	idx: this.pageLogIndex - 1,
177
+	  	sum: this.pageLogSize,
178 178
 	  	workHourManagementLog: {
179 179
 	  		workHourId: this.itemData.id,
180 180
 	  	},

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

@@ -164,7 +164,7 @@
164 164
 								<td *ngIf="operationType==2">{{ data.operationTime|date:'yyyy-MM-dd HH:mm'}}</td>
165 165
 								<td *ngIf="operationType==1">{{ data.operator ? data.operator.name : '-' }}</td>
166 166
 								<td *ngIf="operationType==2">{{ data.operationUserDTO ? data.operationUserDTO.name : '-' }}</td>
167
-								<td>{{ data.logRemark ? data.logRemark : '-' }}</td>
167
+								<td>{{ data.logRemark ? data.logRemark : '-' }} <span *ngIf="data.operationType.value==6">单价:{{ data.currentPrice }} &nbsp;&nbsp;积分:{{ data.currentScore.value }}</span></td>
168 168
 	            </tr>
169 169
 	          </tbody>
170 170
 	        </nz-table>

+ 1 - 1
src/app/share/detail-drug/detail-drug.component.less

@@ -6,7 +6,7 @@
6 6
   left: 0;
7 7
   top: 0;
8 8
   background: rgba(0, 0, 0, 0.4);
9
-  z-index: 9;
9
+  z-index: 9999;
10 10
 
11 11
   display: flex;
12 12
   justify-content: center;

+ 1 - 1
src/app/share/detail-ordinary/detail-ordinary.component.less

@@ -6,7 +6,7 @@
6 6
   left: 0;
7 7
   top: 0;
8 8
   background: rgba(0, 0, 0, 0.4);
9
-  z-index: 9;
9
+  z-index: 9999;
10 10
   display: flex;
11 11
   justify-content: center;
12 12
   align-items: center;

+ 1 - 1
src/app/share/detail-others/detail-others.component.less

@@ -6,7 +6,7 @@
6 6
   left: 0;
7 7
   top: 0;
8 8
   background: rgba(0, 0, 0, 0.4);
9
-  z-index: 9;
9
+  z-index: 9999;
10 10
 
11 11
   display: flex;
12 12
   justify-content: center;

+ 1 - 1
src/app/share/detail-patients/detail-patients.component.less

@@ -6,7 +6,7 @@
6 6
   left: 0;
7 7
   top: 0;
8 8
   background: rgba(0, 0, 0, 0.4);
9
-  z-index: 9;
9
+  z-index: 9999;
10 10
   display: flex;
11 11
   justify-content: center;
12 12
   align-items: center;

+ 1 - 1
src/app/share/detail-sample/detail-sample.component.less

@@ -6,7 +6,7 @@
6 6
   left: 0;
7 7
   top: 0;
8 8
   background: rgba(0, 0, 0, 0.4);
9
-  z-index: 9;
9
+  z-index: 9999;
10 10
   display: flex;
11 11
   justify-content: center;
12 12
   align-items: center;

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.html

@@ -1622,7 +1622,7 @@
1622 1622
           </div>
1623 1623
           <!-- 近期配送 end -->
1624 1624
           <!-- 转出院记录 start -->
1625
-          <div class="cots_body weifenpai patientLog" *ngIf="currentRTab == 1" [ngClass]="{ top185: hurseInfoHiding != 1 }">
1625
+     <!--     <div class="cots_body weifenpai patientLog" *ngIf="currentRTab == 1" [ngClass]="{ top185: hurseInfoHiding != 1 }">
1626 1626
             <overlay-scrollbars
1627 1627
               #osComponentRef14
1628 1628
               [ngStyle]="{ height: '100%' }"
@@ -1661,7 +1661,7 @@
1661 1661
                 </nz-table>
1662 1662
               </div>
1663 1663
             </overlay-scrollbars>
1664
-          </div>
1664
+          </div> -->
1665 1665
           <!-- 转出院记录 end -->
1666 1666
           <!-- 近期维修 start -->
1667 1667
           <div class="cots_body weifenpai" *ngIf="currentRTab == 2" [ngClass]="{ top185: hurseInfoHiding != 1 }">

+ 7 - 6
src/app/views/fuwutai/fuwutai.component.ts

@@ -1795,13 +1795,14 @@ export class FuwutaiComponent implements OnInit {
1795 1795
     let dataObj = {
1796 1796
       workOrder: {
1797 1797
         serTaskTypes: types,
1798
-        serGdState: 4,
1798
+        // serGdState: 4,
1799 1799
         range: "0",
1800 1800
         platform: 3,
1801 1801
         searchDays: 100,
1802
-        startDept: {
1803
-          id: id,
1804
-        },
1802
+				createDept: this.applyDept
1803
+        // startDept: {
1804
+        //   id: id,
1805
+        // },
1805 1806
       },
1806 1807
       idx: 0,
1807 1808
       sum: 5,
@@ -2696,7 +2697,7 @@ export class FuwutaiComponent implements OnInit {
2696 2697
       if(this.applyDept){
2697 2698
         this.rightTitle_tab = [
2698 2699
           { id: 0, name: '近期配送' },
2699
-          { id: 1, name: '转出院记录' },
2700
+          // { id: 1, name: '转出院记录' },
2700 2701
         ]
2701 2702
         this.rightTitleHandler(this.rightTitle_tab[0].id);
2702 2703
       }
@@ -3508,7 +3509,7 @@ export class FuwutaiComponent implements OnInit {
3508 3509
     if(this.applyDept && this.currentTabIndex !== '故障报修'){
3509 3510
       this.rightTitle_tab = [
3510 3511
         { id: 0, name: '近期配送' },
3511
-        { id: 1, name: '转出院记录' },
3512
+        // { id: 1, name: '转出院记录' },
3512 3513
       ]
3513 3514
       this.rightTitleHandler(this.rightTitle_tab[0].id);
3514 3515
     }