@@ -157,7 +157,7 @@ export default {
loadData: parameter => {
this.disabled = true
this.spinning = true
- return allocateBillList(Object.assign(parameter, this.queryParam)).then(res => {
+ return allocateBillList(Object.assign(parameter, this.queryParam, {authWarehouseFlag:1})).then(res => {
let data
if (res.status == 200) {
data = res.data
@@ -46,6 +46,7 @@
<a-col :md="6" :sm="24">
<a-form-item label="调出仓库">
<warehouse
+ isPermission
v-model="queryParam.warehouseSn"
id="allocateBillList-warehouseSn"
placeholder="请选择调出仓库"
@@ -237,7 +238,7 @@ export default {
- return allocateBillList(Object.assign(parameter, this.queryParam, {authWarehouseFlag: 0})).then(res => {
@@ -232,7 +232,7 @@ export default {
@@ -64,7 +64,7 @@
</a-col>
<a-form-model-item label="出库仓库">
- <chooseWarehouse ref="warehouse" v-model="queryParam.warehouseSn"></chooseWarehouse>
+ <chooseWarehouse ref="warehouse" isPermission v-model="queryParam.warehouseSn"></chooseWarehouse>
</a-form-model-item>
@@ -66,7 +66,7 @@
@@ -108,9 +108,9 @@ const vueConfig = {
// If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
proxy: {
'/api': {
- target: 'http://192.168.2.111/ocs-admin',
+ // target: 'http://192.168.2.111/ocs-admin',
// target: 'https://t.ocs.360arrow.com/ocs-admin', // 练习
- // target: 'https://p.ocs.360arrow.com/ocs-admin', // 预发布
+ target: 'https://p.ocs.360arrow.com/ocs-admin', // 预发布
ws: false,
changeOrigin: true,
pathRewrite: {