|
@@ -26,8 +26,8 @@
|
|
:range="selector"></u-picker>
|
|
:range="selector"></u-picker>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
|
|
|
|
- range-key="compName"></u-picker>
|
|
|
|
|
|
+ <!-- <u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
|
|
|
|
+ range-key="compName"></u-picker> -->
|
|
</view >
|
|
</view >
|
|
<view style='justify-content: space-between;' class='flex'>
|
|
<view style='justify-content: space-between;' class='flex'>
|
|
<view ></view>
|
|
<view ></view>
|
|
@@ -262,7 +262,7 @@
|
|
this.cangid = uni.getStorageSync("cangid")
|
|
this.cangid = uni.getStorageSync("cangid")
|
|
}
|
|
}
|
|
this.gridList = []
|
|
this.gridList = []
|
|
- this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
|
|
|
|
|
|
+ this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
|
|
compId: '',
|
|
compId: '',
|
|
personCharge: this.userInfo.phone
|
|
personCharge: this.userInfo.phone
|
|
}).then(res => {
|
|
}).then(res => {
|