Commit 840e022d authored by 黄奎's avatar 黄奎

1

parent b760c032
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
let yearStr = myDate.getFullYear(); let yearStr = myDate.getFullYear();
let monthStr = parseInt(myDate.getMonth() + 1); let monthStr = parseInt(myDate.getMonth() + 1);
this.msg.MonthStr = yearStr + "-" + (monthStr < 10 ? '0' + monthStr : monthStr); this.msg.MonthStr = yearStr + "-" + (monthStr < 10 ? '0' + monthStr : monthStr);
this.msg.MonthStr = "2025-05"; //this.msg.MonthStr = "2025-05";
// this.msg.CarId = 1030; // this.msg.CarId = 1030;
//this.msg.CarId = 1021; //this.msg.CarId = 1021;
//this.msg.QOrderId="483" //this.msg.QOrderId="483"
......
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