|
@@ -94,11 +94,15 @@
|
|
} else {
|
|
} else {
|
|
_url = "/warehouseBaseInfo/exportPhoneOut"
|
|
_url = "/warehouseBaseInfo/exportPhoneOut"
|
|
}
|
|
}
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title: '正在加载'
|
|
|
|
+ })
|
|
this.$api.doRequest('post', _url, {
|
|
this.$api.doRequest('post', _url, {
|
|
startDate: this.parameter.startDate,
|
|
startDate: this.parameter.startDate,
|
|
endDate: this.parameter.endDate,
|
|
endDate: this.parameter.endDate,
|
|
warehouseName: this.parameter.warehouseName
|
|
warehouseName: this.parameter.warehouseName
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
|
+ uni.hideLoading()
|
|
console.log('-----------')
|
|
console.log('-----------')
|
|
console.log(res.data.data)
|
|
console.log(res.data.data)
|
|
uni.downloadFile({
|
|
uni.downloadFile({
|
|
@@ -125,6 +129,9 @@
|
|
this.isShowDetailBtn = true
|
|
this.isShowDetailBtn = true
|
|
},
|
|
},
|
|
init() {
|
|
init() {
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title: '正在加载'
|
|
|
|
+ })
|
|
this.$api.doRequest('get', '/costManagementInfo/selectCostManagementInfo', {
|
|
this.$api.doRequest('get', '/costManagementInfo/selectCostManagementInfo', {
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
warehouseType: 1
|
|
warehouseType: 1
|
|
@@ -178,7 +185,9 @@
|
|
.modal-row {
|
|
.modal-row {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- padding: 10rpx 60rpx;
|
|
|
|
|
|
+ padding: 10rpx 60rpx ;
|
|
|
|
+ margin-top: 20rpx;
|
|
|
|
+ margin-bottom: 20rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.u-radio-group {
|
|
.u-radio-group {
|