寄件运单列表查询调整

This commit is contained in:
wuteng 2025-12-02 17:02:24 +08:00
parent 9d04e6bef8
commit 9b5edbb898

View File

@ -1042,6 +1042,9 @@ export default {
this.queryParams.billCode=newBillCodeStr;
this.queryParams.orderSn=null;
}
}else{
this.queryParams.orderSn=null;
this.queryParams.billCode=null;
}
this.queryParams=this.addDateRange(this.queryParams, this.dateRange,"orderDate");
},