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