Commit 753042e0 authored by youjie's avatar youjie

no message

parent 8f64cc8b
...@@ -109,6 +109,11 @@ ...@@ -109,6 +109,11 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-if="activeName==4">
<el-form-item label="汇率">
<el-input v-model="shopMsg.MaoLiRate" type="number" @change="getChange"></el-input>
</el-form-item>
</el-col>
<el-col v-if="activeName!=4 && activeName!=3" :span="msg.LineIdList.length<2?4:'4'"> <el-col v-if="activeName!=4 && activeName!=3" :span="msg.LineIdList.length<2?4:'4'">
<el-form-item label="线路"> <el-form-item label="线路">
<el-select <el-select
...@@ -421,7 +426,7 @@ export default { ...@@ -421,7 +426,7 @@ export default {
this.coinGetShow = true this.coinGetShow = true
} }
} }
if(!this.shopMsg.MaoLiRate) this.shopMsg.MaoLiRate = 0.049
this.getStatement(); this.getStatement();
}, },
financeinfo_post_GetList(){ // 获取币种 financeinfo_post_GetList(){ // 获取币种
...@@ -454,9 +459,6 @@ export default { ...@@ -454,9 +459,6 @@ export default {
let url ='financestatistics_post_GetDataAnalysisStat' let url ='financestatistics_post_GetDataAnalysisStat'
if(this.activeName=='4'){ if(this.activeName=='4'){
if(this.msg.StandardCurrencyId==1||!this.msg.StandardCurrencyId){
this.shopMsg.MaoLiRate = 0.049
}
this.shopMsg.startDate = this.msg.startDate this.shopMsg.startDate = this.msg.startDate
this.shopMsg.endDate = this.msg.endDate this.shopMsg.endDate = this.msg.endDate
msg = this.shopMsg msg = this.shopMsg
...@@ -467,7 +469,6 @@ export default { ...@@ -467,7 +469,6 @@ export default {
msg, msg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(this.StatisticalData,'=---------' )
this.StatisticalData = res.data.data this.StatisticalData = res.data.data
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
...@@ -278,6 +278,7 @@ export default { ...@@ -278,6 +278,7 @@ export default {
this.coinGetShow = true this.coinGetShow = true
this.msg.StandardCurrencyId = -1 this.msg.StandardCurrencyId = -1
} }
if(!this.shopMsg.MaoLiRate) this.shopMsg.MaoLiRate = 0.049
this.getStatement(); this.getStatement();
}, },
financeinfo_post_GetList(){ // 获取币种 financeinfo_post_GetList(){ // 获取币种
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment