|
@@ -98,6 +98,9 @@
|
|
this.parameter.warehouseName = this.costList[0].warehouseName
|
|
this.parameter.warehouseName = this.costList[0].warehouseName
|
|
this.parameter.startDate = helper.getNowFormatDate()
|
|
this.parameter.startDate = helper.getNowFormatDate()
|
|
this.parameter.endDate = helper.getNowFormatDate()
|
|
this.parameter.endDate = helper.getNowFormatDate()
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title: '正在加载'
|
|
|
|
+ })
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
}).then(res => {
|
|
}).then(res => {
|