chenrui 4 lat temu
rodzic
commit
68ae1b0006

+ 1 - 1
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -146,7 +146,7 @@
             v-model="record.lowerLimit"
             :precision="0"
             :min="0"
-            :max="999999"
+            :max="record.upperLimit"
             placeholder="请输入最小库存数" />
         </div>
       </template>

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.104:8602/ocs-admin',
-        // target: 'http://ocs-admin.360arrow.com.cn/ocs-admin',
+        // target: 'http://192.168.16.103:8602/ocs-admin',
+        target: 'http://ocs-admin.360arrow.com.cn/ocs-admin',
         ws: false,
         changeOrigin: true,
         pathRewrite: {