Commit 09e29223 authored by Marcus's avatar Marcus

入仓标题

parent b1eb3789
<template>
<div>
<el-dialog
title="入仓-货物入仓"
:title="(edit ? '入仓修改' : (warehousing.orderWarehouseInBackItemDoList.length > 0 ? '入仓补充' : '入仓操作')) + '-货物入仓'"
:visible.sync="opened"
width="1080px"
>
......@@ -442,7 +442,6 @@ export default {
methods: {
onProductChange(product){
console.log(product)
this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn
},
......@@ -510,7 +509,7 @@ export default {
return
}
if (this.edit) {
// 入仓编辑
// 入仓修改
return orderWarehouseInUpdateApply({
...this.form,
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