yijing před 1 rokem
rodič
revize
33fbb53cd2

+ 13 - 0
src/views/warehouseManagement/stockManagement/details.vue

@@ -240,6 +240,19 @@
               :show-overflow-tooltip="true"
             >
             </el-table-column>
+            <el-table-column
+              width="120"
+              label="供应商代号"
+              prop="supplierCode"
+              :show-overflow-tooltip="true"
+            >
+            </el-table-column>
+            <el-table-column
+              label="产地"
+              prop="provenance"
+              :show-overflow-tooltip="true"
+            >
+            </el-table-column>
             <el-table-column
               label="仓库"
               prop="warehouseName"

+ 2 - 2
vue.config.js

@@ -34,8 +34,8 @@ module.exports = {
         // target: 'http://124.71.68.31:50001', // 测试环境
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.132:18086',
-        // target: 'http://192.168.1.251:18086',
-        target: 'http://192.168.1.116:18086',
+        target: 'http://192.168.1.251:18086',
+        // target: 'http://192.168.1.116:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''