Ver Fonte

修改显示的数据

695593266@qq.com há 7 meses atrás
pai
commit
c557ebaa5a

+ 8 - 1
src/views/produce/components/jobBooking/components/batchPackagingGrouping.vue

@@ -555,9 +555,16 @@
             fixed: 'left'
           },
           areaCodeColumns,
+          // {
+          //   minWidth: 120,
+          //   prop: 'code',
+          //   label: '编码',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
           {
             minWidth: 120,
-            prop: 'code',
+            prop: 'categoryCode',
             label: '编码',
             align: 'center',
             showOverflowTooltip: true

+ 8 - 1
src/views/produce/components/jobBooking/components/batchSemiProductJobBom.vue

@@ -870,9 +870,16 @@
             fixed: 'left'
           },
           // areaCodeColumns,
+          // {
+          //   minWidth: 120,
+          //   prop: 'code',
+          //   label: '编码',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
           {
             minWidth: 120,
-            prop: 'code',
+            prop: 'categoryCode',
             label: '编码',
             align: 'center',
             showOverflowTooltip: true

+ 13 - 2
src/views/produce/components/jobBooking/components/oneJobQualityBomPL.vue

@@ -90,10 +90,15 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="编码" prop="code" minWidth="110">
+      <!-- <el-table-column label="编码" prop="code" minWidth="110">
         <template slot-scope="{ row, $index }">
           {{ row.code }}
         </template>
+      </el-table-column> -->
+      <el-table-column label="编码" prop="categoryCode" minWidth="110">
+        <template slot-scope="{ row, $index }">
+          {{ row.categoryCode }}
+        </template>
       </el-table-column>
 
       <el-table-column label="名称" prop="name" minWidth="140">
@@ -450,10 +455,16 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="编码" prop="code" minWidth="110">
+      <!-- <el-table-column label="编码" prop="code" minWidth="110">
         <template slot-scope="{ row, $index }">
           {{ row.code }}
         </template>
+      </el-table-column> -->
+
+      <el-table-column label="编码" prop="categoryCode" minWidth="110">
+        <template slot-scope="{ row, $index }">
+          {{ row.categoryCode }}
+        </template>
       </el-table-column>
 
       <el-table-column label="名称" prop="name" minWidth="140">

+ 8 - 1
src/views/produce/components/jobBooking/components/semiProductJobBom.vue

@@ -760,9 +760,16 @@
             fixed: 'left'
           },
           // areaCodeColumns,
+          // {
+          //   minWidth: 120,
+          //   prop: 'code',
+          //   label: '编码',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
           {
             minWidth: 120,
-            prop: 'code',
+            prop: 'categoryCode',
             label: '编码',
             align: 'center',
             showOverflowTooltip: true

+ 7 - 1
src/views/produce/components/jobBooking/components/semiProductJobBomPL.vue

@@ -354,10 +354,16 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="编码" prop="code" minWidth="110">
+      <!-- <el-table-column label="编码" prop="code" minWidth="110">
         <template slot-scope="{ row, $index }">
           {{ row.code }}
         </template>
+      </el-table-column> -->
+
+      <el-table-column label="编码" prop="categoryCode" minWidth="110">
+        <template slot-scope="{ row, $index }">
+          {{ row.categoryCode }}
+        </template>
       </el-table-column>
 
       <el-table-column label="名称" prop="name" minWidth="140">

+ 2 - 2
vue.config.js

@@ -37,7 +37,7 @@ module.exports = {
 
         // target: 'http://192.168.1.116:18086',
         // target: 'http://192.168.1.251:18086',
-        // target: 'http://192.168.1.125:18086',
+        target: 'http://192.168.1.125:18086',
 
         // target: 'http://192.168.1.116:18086', // 赵沙金
 
@@ -46,7 +46,7 @@ module.exports = {
         // 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.251:18186',
+        // target: 'http://192.168.1.251:18186',
         // target: 'http://192.168.1.251:18087',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {