From 40740964abc7e2533dee74e5b2ab0f48e37106ad Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 4 Sep 2025 14:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E7=BB=84=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/zw/wl-groupplate.vue | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/pages/zw/wl-groupplate.vue b/pages/zw/wl-groupplate.vue index 2cac6e2..4b289b5 100644 --- a/pages/zw/wl-groupplate.vue +++ b/pages/zw/wl-groupplate.vue @@ -4,6 +4,14 @@ + + + 日期 + + + + + 源单编码 @@ -30,6 +38,14 @@ + + + 物料编码 + + + + + 物料名称 @@ -48,15 +64,7 @@ - 物料编码 - - - - - - - - 物料数量 + 物料数量(kg) @@ -92,6 +100,7 @@ }, data() { return { + singleDate: '', title: '', val1: '', currentData: {}, @@ -110,12 +119,16 @@ this._supplierdroplist() }, methods: { + onSingleDateChange(e) { + this.singleDate = e + this._getFormDataList() + }, toJump () { this._getFormMaterial() }, async _getFormDataList () { try { - let res = await getFormDataList() + let res = await getFormDataList(this.singleDate) if (res) { this.options = res.data } else {