Browse Source

工单历史增加交接人展示

seimin 1 year ago
parent
commit
498f125e75
2 changed files with 5 additions and 3 deletions
  1. 1 1
      proxy.conf.json
  2. 4 2
      src/app/share/order-detail/order-detail.component.html

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1
 {
1
 {
2
   "/service": {
2
   "/service": {
3
-    "target": "http://192.168.4.241",
3
+    "target": "http://192.168.3.108",
4
     "logLevel": "debug",
4
     "logLevel": "debug",
5
     "changeOrigin": true,
5
     "changeOrigin": true,
6
     "pathRewrite": {
6
     "pathRewrite": {

+ 4 - 2
src/app/share/order-detail/order-detail.component.html

@@ -1276,9 +1276,10 @@
1276
                 <th nzWidth="10%">操作动作</th>
1276
                 <th nzWidth="10%">操作动作</th>
1277
                 <th nzWidth="15%">操作时间</th>
1277
                 <th nzWidth="15%">操作时间</th>
1278
                 <th nzWidth="10%">操作人</th>
1278
                 <th nzWidth="10%">操作人</th>
1279
+                <th nzWidth="10%">交接人</th>
1279
                 <th nzWidth="10%">图片查看</th>
1280
                 <th nzWidth="10%">图片查看</th>
1280
-                <th nzWidth="25%">异常关闭原因</th>
1281
-                <th nzWidth="25%">备注</th>
1281
+                <th nzWidth="20%">异常关闭原因</th>
1282
+                <th nzWidth="20%">备注</th>
1282
               </tr>
1283
               </tr>
1283
             </thead>
1284
             </thead>
1284
             <tbody>
1285
             <tbody>
@@ -1287,6 +1288,7 @@
1287
                 <td>{{ item.operation ? item.operation.name : "-" }}</td>
1288
                 <td>{{ item.operation ? item.operation.name : "-" }}</td>
1288
                 <td>{{ item.operationTime || "-" }}</td>
1289
                 <td>{{ item.operationTime || "-" }}</td>
1289
                 <td>{{ item.username || "-" }}</td>
1290
                 <td>{{ item.username || "-" }}</td>
1291
+                <td>{{ item.handoverUserid ? item.handoverUserid.name : "-" }}</td>
1290
                 <td>
1292
                 <td>
1291
                   <button
1293
                   <button
1292
                     *ngIf="item.attachments"
1294
                     *ngIf="item.attachments"