Commit c8d9a07b authored by Mac's avatar Mac

发货仓库

parent cc346b03
...@@ -403,6 +403,11 @@ ...@@ -403,6 +403,11 @@
</div> </div>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="发货仓库">
<el-input v-model="addMsg.SendArea" size="small" placeholder="请输入内容"
class="input-with-select">
</el-input>
</el-form-item>
<el-form-item label="商品服务"> <el-form-item label="商品服务">
<template v-if="addMsg.ServiceList && addMsg.ServiceList.length > 0"> <template v-if="addMsg.ServiceList && addMsg.ServiceList.length > 0">
<el-tag style="margin-right:10px;" @close="ServiceCheck(item, index)" <el-tag style="margin-right:10px;" @close="ServiceCheck(item, index)"
...@@ -1157,6 +1162,7 @@ ...@@ -1157,6 +1162,7 @@
}, },
ShelvesDate: '', //自动上架时间 ShelvesDate: '', //自动上架时间
DownDate: '', //自动下架时间 DownDate: '', //自动下架时间
SendArea:'',//发货仓库
}, },
predefineColors: [ predefineColors: [
'#000000', '#000000',
......
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