From 2973a0b958452869e11726b7ce8b979be1de577b Mon Sep 17 00:00:00 2001 From: cxw <1056036578@qq.com> Date: Thu, 5 Jan 2023 18:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=8E=A8=E8=8D=90=E4=BD=8D?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reagent/warehousing/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/reagent/warehousing/index.vue b/src/views/reagent/warehousing/index.vue index 447795c..2a385f7 100644 --- a/src/views/reagent/warehousing/index.vue +++ b/src/views/reagent/warehousing/index.vue @@ -297,7 +297,7 @@
- {{item.client_name}} + {{item.client_name}}
@@ -671,6 +671,8 @@ export default { getCode(code) { var that =this this.barCode = code + that.radio1='' + that.radio2='' if (this.barCode) { if (!this.client_id_input) { this.$message.warning('请选择存储柜体!') @@ -683,8 +685,8 @@ export default { enter_db_client_list(stringify(data)).then(res => { console.log(res.data) that.chosedata=res.data - that.radio1=res.data[0].client_id - that.radio2=res.data[0].client_cell[0] + // that.radio1=res.data[0].client_id + // that.radio2=res.data[0].client_cell[0] }) this.detailVisible =true }