Commit d3473e38 by Tang

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

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