From 7c8fec11d0c6d1354d9480ab0a0c423557011158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yinjinlu-pc=5C=E5=B0=B9=E9=87=91=E8=B7=AF?= <411641505@qq.com> Date: Sun, 8 Sep 2024 10:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=8D=95=E5=A4=B4=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E4=BD=9C=E7=AB=99=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E9=A2=86=E6=96=99=E6=97=B6=E9=97=B4=E7=B2=BE=E7=A1=AE=E5=88=B0?= =?UTF-8?q?=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/wm/issue/index.vue | 55 ++++++++++++++------------------ 1 file changed, 24 insertions(+), 31 deletions(-) diff --git a/src/views/mes/wm/issue/index.vue b/src/views/mes/wm/issue/index.vue index 9c4e229..7945278 100644 --- a/src/views/mes/wm/issue/index.vue +++ b/src/views/mes/wm/issue/index.vue @@ -107,12 +107,13 @@ - + + @@ -187,36 +188,13 @@ + type="datetime" + default-time="12:00:00" + value-format="yyyy-MM-dd HH:mm" + placeholder="请选择领料日期时间"> - - - - - - - - - - - - - - - @@ -225,6 +203,22 @@ + + + + + + + + + + + + + + + + @@ -546,8 +540,7 @@ export default { this.$refs.woSelect.showFlag = true; }, onWorkorderSelected(row){ - if(row != undefined && row != null){ - debugger; + if(row != undefined && row != null){ this.form.workorderId = row.workorderId; this.form.workorderCode = row.workorderCode; this.form.workorderName = row.workorderName;