Browse Source

筛选当天

hella_online_20240829
yufei0306 4 months ago
parent
commit
a4fc2697b1
  1. 2
      src/pages/productionReceipt/job/productionReceiptJob.vue
  2. 2
      src/pages/repleinsh/job/repleinshJob.vue

2
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -130,7 +130,7 @@
var filters = [] var filters = []
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "request_time", column: "create_time",
action: "betweeen", action: "betweeen",
value: this.todayTime value: this.todayTime
}) })

2
src/pages/repleinsh/job/repleinshJob.vue

@ -129,7 +129,7 @@
var filters = [] var filters = []
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "request_time", column: "create_time",
action: "betweeen", action: "betweeen",
value: this.todayTime value: this.todayTime
}) })

Loading…
Cancel
Save