Commit 8a0614d9 authored by youjie's avatar youjie

no message

parent aab75da8
...@@ -685,7 +685,7 @@ ...@@ -685,7 +685,7 @@
<!-- ¥ --> <!-- ¥ -->
</span> </span>
<span class="fz15 fbold">{{ item.Money.toFixed(2) }}</span> <span class="fz15 fbold">{{ item.Money.toFixed(2) }}</span>
<span class="fz15">{{ item.CurrencyName }}</span> <!-- <span class="fz15">{{ item.CurrencyName }}</span> -->
</div> </div>
</div> </div>
<div <div
...@@ -698,7 +698,7 @@ ...@@ -698,7 +698,7 @@
<!-- ¥ --> <!-- ¥ -->
</span> </span>
<span class="fz14">{{ item.SelfPayMoney.toFixed(2) }}</span> <span class="fz14">{{ item.SelfPayMoney.toFixed(2) }}</span>
<span class="fz14">{{ item.CurrencyName }}</span> <!-- <span class="fz14">{{ item.CurrencyName }}</span> -->
</div> </div>
</div> </div>
<div <div
...@@ -711,7 +711,7 @@ ...@@ -711,7 +711,7 @@
<!-- ¥ --> <!-- ¥ -->
</span> </span>
<span class="fz14">{{ item.BeforeMoney.toFixed(2) }}</span> <span class="fz14">{{ item.BeforeMoney.toFixed(2) }}</span>
<span class="fz14">{{ item.CurrencyName }}</span> <!-- <span class="fz14">{{ item.CurrencyName }}</span> -->
</div> </div>
</div> </div>
</div> </div>
......
...@@ -267,8 +267,12 @@ ...@@ -267,8 +267,12 @@
this.setInjectHandler() this.setInjectHandler()
}, },
setDateRange() { setDateRange() {
this.joinHouse.StartDate = this.parameters.Date if(!this.editorType&&!this.editor){
this.joinHouse.EndDate = this.getBeforeDate(-1, this.parameters.Date) this.joinHouse.StartDate = this.parameters.Date
}else{
this.joinHouse.StartDate = this.editor.Date
}
this.joinHouse.EndDate = this.getBeforeDate(-1, this.joinHouse.StartDate)
this.joinHouse.dateRangeFormat = `${this.joinHouse.StartDate}${this.joinHouse.EndDate} ` this.joinHouse.dateRangeFormat = `${this.joinHouse.StartDate}${this.joinHouse.EndDate} `
this.joinHouse.days = 1 this.joinHouse.days = 1
}, },
......
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