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