From 1f6296c66f5963e69f35b71fabb69fe1a79285f4 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Wed, 25 Mar 2026 18:09:05 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=BA=97=E9=93=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/app/shop/addEdit.vue | 690 +++++++++---------
src/views/app/shop/dictManage.vue | 9 +-
.../hiver/shopArea-tree-choose.vue | 407 +++++------
3 files changed, 537 insertions(+), 569 deletions(-)
diff --git a/src/views/app/shop/addEdit.vue b/src/views/app/shop/addEdit.vue
index d0aa7b4..f2f7160 100644
--- a/src/views/app/shop/addEdit.vue
+++ b/src/views/app/shop/addEdit.vue
@@ -1,357 +1,359 @@
-
-
+ @import "@/styles/drawer-common.less";
+
\ No newline at end of file
diff --git a/src/views/app/shop/dictManage.vue b/src/views/app/shop/dictManage.vue
index bf119eb..9085f0a 100644
--- a/src/views/app/shop/dictManage.vue
+++ b/src/views/app/shop/dictManage.vue
@@ -392,7 +392,7 @@
specNum:9999
}],
sellTime:0, //可售时间
- isMoreBuy:0,
+ isMoreBuy:0, //加料
sellBeginTime:'', //可售时段自定义---开始时间
sellEndTime:'', //可售时段自定义---结束时间
attributeList:'',
@@ -775,8 +775,6 @@
}).then((res) => {
if(res.code == 200){
this.categorySonData = res.result.content
- console.log("this.modalclassType",this.modalclassType)
- console.log("this.categorySonData",this.categorySonData)
if(this.modalclassType == 'shuxing'){
for (var i = 0; i < this.categorySonData.length; i++) {
if(this.attrValueArr.length>0){
@@ -834,9 +832,6 @@
this.addGoodsForm.isMoreBuy = type;
},
checkSpecValue(index){
- //this.typeToAttrName = res.result.content[this.categoryIndex].title
- console.log("this.categorySonData[index]",this.categorySonData[index])
- console.log("this.modalclassType",this.modalclassType)
this.categorySonData[index].checked = !this.categorySonData[index].checked
if(this.modalclassType == 'shuxing'){
if(this.categorySonData[index].checked == true){
@@ -865,8 +860,6 @@
},
guigeSubmit(){
if(this.modalclassType == 'shuxing'){
- console.log("this.addGoodsForm.attributeList1",this.addGoodsForm.attributeList1)
- console.log("this.attrValueArr",this.attrValueArr)
for(let i=0;i
-
+
+ .dep-tree-bar::-webkit-scrollbar {
+ width: 6px;
+ height: 6px;
+ }
+ .dep-tree-bar::-webkit-scrollbar-thumb {
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 0 2px #d1d1d1;
+ background: #e4e4e4;
+ }
+
\ No newline at end of file