|
|
|
@ -759,7 +759,12 @@ |
|
|
|
title: '提交中...', |
|
|
|
title: '提交中...', |
|
|
|
mask: true |
|
|
|
mask: true |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/railwayRunData/saveOrUpdate', this.form, |
|
|
|
let _data = JSON.parse(JSON.stringify(this.form.bizRailwayDataSaveOrUpdateDTOList)); |
|
|
|
|
|
|
|
_data.map(item => { |
|
|
|
|
|
|
|
item.statDate = this.form.statDate; |
|
|
|
|
|
|
|
item.statPeriod = this.form.statPeriod; |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/railwayRunData/saveOrUpdate', _data, |
|
|
|
'POST').then(res => { |
|
|
|
'POST').then(res => { |
|
|
|
uni.hideLoading(); |
|
|
|
uni.hideLoading(); |
|
|
|
if (res.code == 200) { |
|
|
|
if (res.code == 200) { |
|
|
|
|