|
|
@ -296,8 +296,10 @@ export default {
|
|
|
|
this.$message.warning('请选择存储柜体!')
|
|
|
|
this.$message.warning('请选择存储柜体!')
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const data = JSON.parse(JSON.stringify(this.currentRow))
|
|
|
|
|
|
|
|
delete data.status
|
|
|
|
bind_tmp_enter_warehouse(stringify({
|
|
|
|
bind_tmp_enter_warehouse(stringify({
|
|
|
|
'tmplate_content': JSON.stringify(this.currentRow),
|
|
|
|
'tmplate_content': JSON.stringify(data),
|
|
|
|
'bar_code': newCode,
|
|
|
|
'bar_code': newCode,
|
|
|
|
'client_id': this.client_id_input
|
|
|
|
'client_id': this.client_id_input
|
|
|
|
})).then(res => {
|
|
|
|
})).then(res => {
|
|
|
|