|
@@ -135,8 +135,8 @@
|
|
|
// 总计
|
|
|
getTotal(){
|
|
|
recycleOrderReserveSum({
|
|
|
- beginRecycleDate: this.searchForm.beginDate?moment(this.searchForm.beginDate).format('YYYY-MM-DD 00:00:00'):'',
|
|
|
- endRecycleDate: this.searchForm.endDate ? moment(this.searchForm.endDate).format('YYYY-MM-DD 23:59:59'):''}).then(res=>{
|
|
|
+ beginDate: this.searchForm.beginDate?moment(this.searchForm.beginDate).format('YYYY-MM-DD 00:00:00'):'',
|
|
|
+ endDate: this.searchForm.endDate ? moment(this.searchForm.endDate).format('YYYY-MM-DD 23:59:59'):''}).then(res=>{
|
|
|
if(res.status==200 && res.data){
|
|
|
this.totalWeight = res.data.totalAllWeight/1000 || 0
|
|
|
this.totalMoney = res.data.originalAllAmount || 0
|