yijing 1 rok temu
rodzic
commit
f53affa6c3

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

@@ -193,7 +193,6 @@
             <el-table-column label="规格" prop="specification" width="80" :show-overflow-tooltip="true"></el-table-column>
             <el-table-column label="牌号" prop="brandNum" width="80" :show-overflow-tooltip="true"></el-table-column>
             <el-table-column label="发货条码" prop="barcodes" :show-overflow-tooltip="true"></el-table-column>
-            <el-table-column label="包装编码" prop="packageNo" :show-overflow-tooltip="true"></el-table-column>
             <el-table-column label="包装数量" prop="packingQuantity" :show-overflow-tooltip="true"></el-table-column>
             <el-table-column label="包装单位" prop="packingUnit" :show-overflow-tooltip="true"></el-table-column>
             <el-table-column label="计量数量" prop="measureQuantity" :show-overflow-tooltip="true"></el-table-column>

+ 1 - 1
vue.config.js

@@ -39,7 +39,7 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.132:18086',
 
-        target: 'http://192.168.1.251:18186',//开发
+        target: 'http://192.168.1.116:28086',//开发
         // target: 'http://192.168.1.251:18186', //测试
 
         // target: 'http://192.168.1.116:18086',