From c74ced2d8326025912ba073faeeb2059af9e9c4e Mon Sep 17 00:00:00 2001 From: duan Date: Wed, 10 Aug 2022 08:56:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor(src/views/reagent/warehousing):=20?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reagent/warehousing/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/reagent/warehousing/index.vue b/src/views/reagent/warehousing/index.vue index 8baeae4..fb5ee32 100644 --- a/src/views/reagent/warehousing/index.vue +++ b/src/views/reagent/warehousing/index.vue @@ -296,8 +296,10 @@ export default { this.$message.warning('请选择存储柜体!') return } + const data = JSON.parse(JSON.stringify(this.currentRow)) + delete data.status bind_tmp_enter_warehouse(stringify({ - 'tmplate_content': JSON.stringify(this.currentRow), + 'tmplate_content': JSON.stringify(data), 'bar_code': newCode, 'client_id': this.client_id_input })).then(res => {