Commit d3473e38 by Tang

feat: 去除首页条码查询下拉框

parent 879d1d5a
......@@ -330,18 +330,7 @@
<div class="chaxun">
<div class="chaxun-kj">
<div class="row">
<div class="col-lg-2 chaxun-left">
<el-select v-model="chaxun.type2" placeholder="请选择">
<el-option
v-for="(item, i) in chaxun.options2"
:key="i"
:label="item.label"
:value="item.value"
>
</el-option>
</el-select>
</div>
<div class="col-lg-7 chaxun-middle">
<div class="col-lg-9 chaxun-middle">
<el-input
placeholder="请输入13位或14位的商品条码"
v-model="chaxun.keywords"
......@@ -1083,7 +1072,7 @@ export default {
async getCustomServiceFromServer() {
const searchGlnRes = await this.$api.home.customService();
const { returnCode, data } = searchGlnRes;
if (returnCode === "0") {
localStorage.setItem("gs-custom-service", JSON.stringify(data));
......@@ -1500,7 +1489,7 @@ export default {
}
.newsBanner {
.slick-arrow {
width: 40px;
height: 50px;
......
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