Commit 6e94d489 authored by jingnan's avatar jingnan 👀

配套出库确认计划开始时间查询参数修改

parent 4debb416
......@@ -132,7 +132,7 @@ export default {
const items = []
if (this.form.scheduledStart) {
items.push({
fieldName: 'extSupporting.extProcessPlan.joExecutePlan.scheduledStart',
fieldName: 'joExecutePlan.scheduledStart',
operator: 'BTWN',
searchItemType: 'Date',
value: this.form.scheduledStart[0] + ' 00:00:00',
......
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