|
@@ -85,7 +85,11 @@
|
|
methods:{
|
|
methods:{
|
|
// 总计
|
|
// 总计
|
|
getGoldLogTotal(){
|
|
getGoldLogTotal(){
|
|
- GoldLogTotal({}).then(res => {
|
|
|
|
|
|
+ GoldLogTotal({
|
|
|
|
+ beginDate: this.searchForm.beginDate,
|
|
|
|
+ endDate: this.searchForm.endDate,
|
|
|
|
+ customerMobile: this.searchForm.customerMobile
|
|
|
|
+ }).then(res => {
|
|
if(res.status == 200){
|
|
if(res.status == 200){
|
|
this.ldTotal = res.data ? res.data.changeNum : 0
|
|
this.ldTotal = res.data ? res.data.changeNum : 0
|
|
}else{
|
|
}else{
|