From 430894eb698bf7c287b6e92a4d78416466860e38 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Tue, 11 Jul 2023 15:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AE=A1=E7=90=86=E7=AB=AF?= =?UTF-8?q?=E4=B8=AD=20=E7=89=A9=E6=B5=81=E5=85=AC=E5=8F=B8=E4=B8=AD?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E5=A1=AB=E5=86=99=E7=9A=84=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/logistics/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manager/src/views/logistics/index.vue b/manager/src/views/logistics/index.vue index 65eee380..b332dd7f 100644 --- a/manager/src/views/logistics/index.vue +++ b/manager/src/views/logistics/index.vue @@ -53,9 +53,7 @@ - - - + @@ -230,7 +228,7 @@ this.form.name = v.name; this.form.code = v.code; this.form.standBy = v.standBy; - this.form.formItems = v.formItems; + this.form.disabled = v.disabled === 'CLOSE' ? 'OPEN' : 'CLOSE'; updateLogistics(v.id, this.form).then((res) => { if (res.success) { @@ -290,7 +288,7 @@ this.form.code = v.code; console.log(v) this.form.standBy = v.standBy; - this.form.formItems = v.formItems; +