Merge pull request '去掉多余代码' (#147) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/147
This commit is contained in:
wuteng 2025-11-24 13:38:37 +08:00
commit 4d80d07ca5

View File

@ -377,7 +377,6 @@ export default {
let thisQueryParams = {...this.queryParams}; let thisQueryParams = {...this.queryParams};
thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"SendDate"); thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRange,"SendDate");
thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRangeCompare,"CompareDate"); thisQueryParams = this.addDateRange(thisQueryParams, this.dateTimeRangeCompare,"CompareDate");
console.log("====>dateTimeRangeCompare====>", this.dateTimeRangeCompare);
if(this.dateTimeRangeCompare && this.dateTimeRangeCompare.length > 0){ if(this.dateTimeRangeCompare && this.dateTimeRangeCompare.length > 0){
thisQueryParams.params.statType = 3; thisQueryParams.params.statType = 3;
}else{ }else{
@ -392,7 +391,6 @@ export default {
transType: transType, transType: transType,
custNo: row.custNo, custNo: row.custNo,
}; };
console.log("====>params====>", params);
this.$router.push( this.$router.push(
{ {
path: '/BIStatData/monthlyShipmentDetail', path: '/BIStatData/monthlyShipmentDetail',