Przeglądaj źródła

首件两检新增字段的显示

695593266@qq.com 6 miesięcy temu
rodzic
commit
c31350c01a

+ 20 - 5
src/views/produce/components/qualityInspection/index.vue

@@ -2,7 +2,7 @@
   <el-dialog
     title="首件两检报工"
     :visible.sync="dialogVisible"
-    width="80%"
+    width="85%"
     :before-close="handleClose"
   >
     <div>
@@ -120,18 +120,33 @@
 
           {
             prop: 'selfCheckUserName',
-            label: '报工人',
+            label: '自检报工人',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 120
+          },
+          {
+            prop: 'selfCheckTime',
+            label: '自检时间',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 120
           },
 
           {
-            prop: 'createTime',
-            label: '报工时间',
+            prop: 'specialCheckUserName',
+            label: '专检报工人',
             align: 'center',
             showOverflowTooltip: true,
-            minWidth: 150
+            minWidth: 120
+          },
+
+          {
+            prop: 'specialCheckTime',
+            label: '专检时间',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 120
           },
 
           {

+ 2 - 2
vue.config.js

@@ -34,14 +34,14 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.125:18086',
         // target: 'http://192.168.1.251:18086',
-        // target: 'http://192.168.1.251:18086',
+        target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18086', // 开发环境
         // target: 'http://192.168.1.103:18086',192.168.1.116
         // target: 'http://192.168.1.144:18086',
         // target: 'http://192.168.1.30:18086',
         // target: 'http://192.168.1.211:18086',
         // target: 'http://192.168.1.33:18086',
-        target: 'http://192.168.1.116:18086',
+        // target: 'http://192.168.1.116:18086',
         // target: 'http://192.168.1.251:18186', // 测试环境
         // target: 'http://192.168.1.251:18087',
         // target: 'http://116.163.22.90:86/api', // 嘉实生产