lilei 2 rokov pred
rodič
commit
83fd42ae1b

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "2.1.13",
+    "version": "2.1.14",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 4 - 6
src/views/salesManagement/outboundOrder/list.vue

@@ -384,15 +384,13 @@ export default {
     },
     // 获取客户信息
     async getCustome (data, stockOutSnList) {
-      const _this = this
+      this.spinning = true
       const customer = await getCustomerInfo({ stockOutSnList: stockOutSnList })
       const validRet = await validateStockOut({ stockOutSnList, ...customer.data })
       if (validRet.status == 200) {
-        _this.showDetailModal = true
-        _this.$refs.detailModal.setData(data, customer.data)
-        _this.spinning = false
-      } else {
-        // _this.$message.error(validRet.message)
+        this.showDetailModal = true
+        this.$refs.detailModal.setData(data, customer.data)
+        this.spinning = false
       }
     },
     // 发货/批量发货

+ 2 - 2
vue.config.js

@@ -107,9 +107,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.0.183/ocs-admin',
+        target: 'http://192.168.0.102/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  Á·Ï°
-        target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
+        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
         ws: false,
         changeOrigin: true,
         pathRewrite: {