From e7751b3399787843964f9bcfa5461194df0f7c22 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 08 三月 2024 15:21:43 +0800 Subject: [PATCH] 工艺-BOM:bom导出 --- src/views/plan/customerorder/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index 3b0251a..d87d035 100644 --- a/src/views/plan/customerorder/index.vue +++ b/src/views/plan/customerorder/index.vue @@ -586,7 +586,7 @@ sort: true, isTrue: true, isSearch: true, - searchInfoType: 'text', + searchInfoType: 'date', formatter: this.formatDutyDate, }, { @@ -1130,7 +1130,7 @@ this.$message.error("璇烽�夋嫨涓�鏉℃暟鎹�") return } - downloadProduct({ids: ids}).then(res=>{ + downloadProduct(ids).then(res=>{ if(res.status===200){ transform(res) } -- Gitblit v1.9.3