Quellcode durchsuchen

生产订单新增班组长和所属班组的显示

695593266@qq.com vor 6 Monaten
Ursprung
Commit
7a96567d28
2 geänderte Dateien mit 16 neuen und 3 gelöschten Zeilen
  1. 14 1
      src/views/workOrder/index.vue
  2. 2 2
      vue.config.js

+ 14 - 1
src/views/workOrder/index.vue

@@ -537,7 +537,20 @@
             align: 'center',
             showOverflowTooltip: true
           },
-
+          {
+            prop: 'teamName',
+            label: '首工序班组',
+            align: 'center',
+            minWidth: 120,
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'teamLeaderUserName',
+            label: '班组长',
+            align: 'center',
+            minWidth: 120,
+            showOverflowTooltip: true
+          },
           {
             prop: 'batchNo',
             label: '批次号',

+ 2 - 2
vue.config.js

@@ -41,9 +41,9 @@ module.exports = {
         // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.102:18086',
         // target: 'http://aiot.zoomwin.com.cn:51001/api',
-        target: 'http://192.168.1.125:18086',
+        // target: 'http://192.168.1.125:18086',
 
-        // target: 'http://192.168.1.116:18086',
+        target: 'http://192.168.1.116:18086',
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {