Browse Source

添加排序

ecss-tx
shenzhouyu 3 weeks ago
parent
commit
c9e642adea
  1. 1
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue

1
src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue

@ -281,6 +281,7 @@
startDate: this.dayjs().format("YYYY-MM-DD"),
endDate: this.dayjs().format("YYYY-MM-DD"),
sql: " and a.status='已下达' and (issueFlag='N' or issueResult='部分发料' ) ",
orderByMinChildNeedDate: true,
},
workShopList: [],
exportList:[],

Loading…
Cancel
Save