Commit 09e29223 authored by Marcus's avatar Marcus

入仓标题

parent b1eb3789
<template> <template>
<div> <div>
<el-dialog <el-dialog
title="入仓-货物入仓" :title="(edit ? '入仓修改' : (warehousing.orderWarehouseInBackItemDoList.length > 0 ? '入仓补充' : '入仓操作')) + '-货物入仓'"
:visible.sync="opened" :visible.sync="opened"
width="1080px" width="1080px"
> >
...@@ -442,7 +442,6 @@ export default { ...@@ -442,7 +442,6 @@ export default {
methods: { methods: {
onProductChange(product){ onProductChange(product){
console.log(product)
this.form1.prodTitleZh = product.titleZh this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn this.form1.prodTitleEn = product.titleEn
}, },
...@@ -510,7 +509,7 @@ export default { ...@@ -510,7 +509,7 @@ export default {
return return
} }
if (this.edit) { if (this.edit) {
// 入仓编辑 // 入仓修改
return orderWarehouseInUpdateApply({ return orderWarehouseInUpdateApply({
...this.form, ...this.form,
brandType: this.form.brand ? 1 : 0, brandType: this.form.brand ? 1 : 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment