Commit a3151bd7 authored by 黄奎's avatar 黄奎

页面修改

parent c1ae7e4f
......@@ -164,6 +164,20 @@
<el-switch v-model="addMsg.IsNoTax" active-color="#409EFF" :active-value="0" :inactive-value="1">
</el-switch>
</el-form-item>
<el-form-item label="产地" v-if="currentUserInfo&&currentUserInfo.IsKorea==1">
<el-input v-model="addMsg.GoodsCountry" size="small" placeholder="请输入内容" maxlength="100"
show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="海关代码/关税率" v-if="currentUserInfo&&currentUserInfo.IsKorea==1">
<el-input v-model="addMsg.FatCode" size="small" placeholder="请输入内容" maxlength="100" show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="商品官网" v-if="currentUserInfo&&currentUserInfo.IsKorea==1">
<el-input v-model="addMsg.GoodsUrl" size="small" placeholder="请输入内容" maxlength="100"
show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="自动上架时间">
<el-date-picker size="small" v-model="addMsg.ShelvesDate" default-time="12:00:00"
value-format="yyyy-MM-dd HH:mm:ss" type="datetime" placeholder="选择日期时间">
......@@ -324,7 +338,6 @@
<div v-show="SpecificationPriceList.length > 0" style="width: 130%; margin-top: 24px;">
<div class="app-attr">
<div class="box">
<!-- <el-checkbox v-model="val2">全选</el-checkbox> -->
<el-form-item label-width="90px" style="display:inline-block" label="批量设置">
<el-input style="width:100%" size="small" v-model="valpl" placeholder="请输入内容"
class="input-with-select">
......@@ -628,8 +641,6 @@
<img style="width:80px;height:80px" :src="addMsg.MarketingLogo.ico" alt="" />
</div>
</el-form-item>
</el-col>
</el-row>
</el-card>
......
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