From d77b87accd1690491f60beab86d9c654e370f05d Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 30 Aug 2023 14:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF-=E8=B4=A7?= =?UTF-8?q?=E4=BD=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/location/index.vue | 49 +++++++++++++------------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/src/views/wms/location/index.vue b/src/views/wms/location/index.vue index 6e6075f..49caf48 100644 --- a/src/views/wms/location/index.vue +++ b/src/views/wms/location/index.vue @@ -88,9 +88,7 @@ label="序号"> - - @@ -128,38 +126,24 @@ /> - + - - - + - - - - - - - + + - - - - - - - - - - - - - - + + + + - - + + + + + @@ -385,6 +369,13 @@ export default { factoryCode: null, syntozk: null }, + options: [{ + activeFlag: "1", + label: '是' + }, { + activeFlag: "0", + label: '否' + }], // 表单参数 form: {}, // 表单校验