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 => {