Browse Source

成品发货任务

hella_online_20240829
wangyufei 3 months ago
parent
commit
7e533122f7
  1. 10
      src/pages/deliver/job/deliverJob.vue

10
src/pages/deliver/job/deliverJob.vue

@ -138,11 +138,11 @@
}) })
} }
// filters.push({ filters.push({
// column: "accept_user_id", column: "accept_user_id",
// action: "==", action: "==",
// value: this.$store.state.user.id value: this.$store.state.user.id
// }) })
filters.push({ filters.push({
column: "status", column: "status",
action: "in", action: "in",

Loading…
Cancel
Save