From 1a20adbee4043a7b4a9e51565e7ac0f99d06c36d Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sat, 24 Apr 2021 20:21:24 +0800 Subject: [PATCH] Merge branch 'data_move' of http://120.27.238.55:7000/r/beauty-erp into data_move --- zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html index 8a272d4..a23b23d 100644 --- a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html +++ b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html @@ -100,7 +100,7 @@ </el-col> </el-row> - <el-row v-show="isShow" style="margin-top: 20px;"> + <el-row style="margin-top: 20px;"> <el-col> <template v-for="paramSettingFour in shfs"> <el-form-item> @@ -123,7 +123,7 @@ :direction="direction" size="90%" > - <el-row > + <el-row style="margin-left: 50px;"> <el-col :span="24"> <el-row class="vertical "> <el-input class="searchInput" @input="searchGoods()" v-model="queryKey" @@ -347,7 +347,6 @@ return; } } - alert(selected); if (!selected) { //未选中产品加入列表 let item = {}; @@ -377,7 +376,6 @@ let goodsId = ShopProduct.id; submitDate = submitDate +goodsId+","; } - alert(submitDate); _this.cpid = submitDate; _this.drawer = false; }, -- Gitblit v1.9.1