lilei 2 年 前
コミット
b24648b893
2 ファイル変更3 行追加3 行削除
  1. 1 1
      src/views/allocationManagement/transfersPrint/list.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/allocationManagement/transfersPrint/list.vue

@@ -98,7 +98,7 @@
               <template slot="title">
                 当调拨对象是经销商时,如果收货客户名称不为空,则按照收货客户的价格级别计算得到。
               </template>
-              <span style="margin-right: 5px;">实际总售价</span> <a-icon type="question-circle" />
+              <span style="margin-right: 5px;">收货总售价</span> <a-icon type="question-circle" />
             </a-tooltip>
           </div>
           <!-- 操作 -->

+ 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.215:8602/ocs-admin',
+        target: 'http://192.168.0.183:8602/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: {