From 59339d86f8fd738d7c0a596eea7fa0fcf871ad2d Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 30 Jun 2025 16:45:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?YT-2827=EF=BC=9A=E8=A6=81=E8=B4=A7=E9=A2=84?= =?UTF-8?q?=E6=B5=8B=E7=94=9F=E6=88=90=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E9=A2=84=E8=A7=88=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BA=94=E8=AF=A5=E6=98=BE=E7=A4=BA=E6=89=80=E9=80=89?= =?UTF-8?q?=E5=86=85=E7=A4=BA=E6=9C=88=E4=BB=BD=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=8C=E7=8E=B0=E5=9C=A8=E5=8F=AA=E8=83=BD=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=9C=88=E4=BB=BD=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/demandforecastingMain/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue index b442a7bce..428734bb5 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue @@ -245,6 +245,9 @@ const butttondata = (row,$index) => { const buttonTableClick = async (val, row) => { if (val == 'previewPlan') { // 生成要货计划 tableObjectPlan.params.masterIds = row.mainId + console.log('row===========',row); + tableObjectPlan.params.scpVersion = row.version + tableObjectPlan.params.dueDate = tableObject.params.dueDate handlePreviewPlan() } else if(val == 'publish') { handlePublish(row) From ef552506401fe2bcd92a6efd91e7dd8c722cbef3 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 30 Jun 2025 17:27:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E9=A2=84=E6=B5=8B?= =?UTF-8?q?=E7=94=9F=E6=88=90=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=EF=BC=8C?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E9=A1=B5=E9=9D=A2=E6=B2=A1=E6=9C=89=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain/demandforecastingMain.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts index 4455a977f..639c72079 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts @@ -252,7 +252,7 @@ hiddenSearchHigh:true, enterSearch: true, isSearchList: true, // 开启查询弹窗 searchListPlaceholder: '请选择版本号', // 输入框占位文本 - searchField: 'scpVersion', // 查询弹窗赋值字段 + searchField: 'detailVersion', // 查询弹窗赋值字段 searchTitle: '版本号', // 查询弹窗标题 searchAllSchemas: Version.allSchemas, // 查询弹窗所需类 searchPage: DemandforecastingDetailApi.queryScpVersion, // 查询弹窗所需分页方法