Browse Source

修改地图key
调拨去掉多余校验

Qukatie 22 hours ago
parent
commit
d973dd0329

+ 3 - 3
src/views/tirePartsMall/salesManagement/outboundWorkOrderL/components/viewArea.vue

@@ -269,9 +269,9 @@ export default {
       if (sum > this.qtyMax) {
         return this.$message.error("总数量不能超过" + this.qtyMax);
       }
-      if (Number(sum) != Number(this.qtyMax)) {
-        return this.$message.error("本次数量合计必须达到:" + this.qtyMax);
-      }
+      // if (Number(sum) != Number(this.qtyMax)) {
+      //   return this.$message.error("本次数量合计必须达到:" + this.qtyMax);
+      // }
       let obj = {
         ...this.query,
         sendNum: sum,

+ 5 - 5
vue.config.js

@@ -45,16 +45,16 @@ module.exports = {
   },
   //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
   devServer: {
-    port: 1024,
+    port: 1026,
     proxy: {
       '/api': {
         //本地服务接口地址
-        // target: 'http://192.168.3.64:1080',
-        // target: 'http://192.168.8.101:1080',
-        // target: 'http://192.168.8.114:1080',
+        // target: 'http://192.168.8.106:1080',
+        target: 'http://192.168.8.118:1080',
+        // target: 'http://192.168.8.120:1080',
         // target: 'http://127.0.0.1:1080',
         // 打包地址
-        target: 'http://121.37.83.47:10004',//服务器ip
+        // target: 'http://121.37.83.47:10004',//服务器ip
         // target: 'http://192.168.161.11:10004',//服务器ip
         //  target: 'http://127.0.0.1:10004',
         // target: 'http://trade.tubaosoft.com:10004',//服务器域名