Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
e9cc933e
提交
e9cc933e
authored
10月 29, 2021
作者:
huaxinzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
云仓优化
上级
ecab2c72
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
25 行增加
和
56 行删除
+25
-56
newyuncang.vue
src/views/entry/newyuncang.vue
+3
-30
index.vue
src/views/system/asset/withdrawlog/index.vue
+2
-11
index.vue
src/views/system/order/index.vue
+2
-4
edit.vue
src/views/system/retreat/edit.vue
+2
-8
index.vue
src/views/system/retreat/retreat/index.vue
+16
-3
没有找到文件。
src/views/entry/newyuncang.vue
浏览文件 @
e9cc933e
...
...
@@ -387,9 +387,9 @@
import
{
indexInfo
,
newsList
,
companyCounsel
,
webSite
,
getdomain
,
getallCloudList
}
from
'@/api/webSite'
/** HACK
* 解决 swiper 轮播图不自动轮播问题
* */
* 从6.x.x版本降级到5.4.5稳定版本后,没有此问题了
*/
// import Swiper2, {Autoplay} from 'swiper';
//
// Swiper2.use([Autoplay]);
/** 仅对官网进行 所有适配
...
...
@@ -397,9 +397,7 @@
* 对 html 根目录 的font-size 进行设置
* */
//是否是移动端
;
(
function
()
{
;(
function
()
{
// 获取屏幕区域的宽度
let
w
=
document
.
documentElement
.
clientWidth
if
(
w
<
961
)
{
...
...
@@ -498,21 +496,6 @@
el
:
'.swiper-pagination'
,
clickable
:
true
,
type
:
'bullets'
// type: 'custom',
// renderCustom: function(swiper, current,total) {
// let customPaginationHtml = "";
// for (let i = 0; i
<
total
;
i
++
)
{
// //判断哪个分页器此刻应该被激活
// if (i == current - 1) {
// customPaginationHtml +=
// '
<
span
class
=
"swiper-pagination-customs swiper-pagination-customs-active"
><
/span>'
;
// } else {
// customPaginationHtml +=
// '
<
span
class
=
"swiper-pagination-customs"
><
/span>'
;
// }
// }
// return '
<
span
class
=
"swiperPag"
>
'+customPaginationHtml+'
<
/span>'
;
// }
},
autoplay
:
{
delay
:
4000
,
...
...
@@ -529,10 +512,6 @@
},
swiperBrandOptions
:
{
loop
:
false
,
// 循环模式选项
// autoplay: {
// delay: 4000,
// disableOnInteraction: false
// },
autoplay
:
false
,
// 设定初始化时slide的索引
initialSlide
:
0
,
...
...
@@ -542,7 +521,6 @@
slidesPerView
:
1
,
observer
:
true
,
observeParents
:
true
,
//activeLoopIndex: 0,
on
:
{
slideChange
:
function
()
{
_this
.
isLight
=
this
.
activeIndex
;
...
...
@@ -892,7 +870,6 @@
}
}
/* 公用 */
header
,
section
,
footer
,
ul
,
li
,
p
,
dl
,
dt
,
dd
{
margin
:
0
;
...
...
@@ -939,10 +916,6 @@
align-items
:
center
;
}
.nav
{
}
.register-login-btn
{
font-size
:
16px
;
}
...
...
src/views/system/asset/withdrawlog/index.vue
浏览文件 @
e9cc933e
...
...
@@ -24,8 +24,8 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"getList"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
size=
"mini"
type=
"primary"
icon=
"el-icon-search"
@
click=
"getList"
>
搜索
</el-button>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form>
</div>
...
...
@@ -57,15 +57,6 @@
<el-button
type=
"text"
@
click=
"viewDetails(scope.row)"
>
详情
</el-button>
</
template
>
</el-table-column>
<!-- <el-table-column label="提现账号" align="center" prop="BankName">-->
<!-- <template slot-scope="scope">-->
<!-- <div>-->
<!-- {{ scope.row.BankAccountNo }}-->
<!-- </div>-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- <el-table-column label="提现审核说明" align="center" prop="Des"/>-->
</el-table>
<!-- 分页 -->
<div
class=
"footer_pagination"
>
...
...
src/views/system/order/index.vue
浏览文件 @
e9cc933e
...
...
@@ -734,7 +734,7 @@
// this.excelList = item[0].sheet
item
[
0
].
sheet
.
map
((
item
,
index
)
=>
{
this
.
excelList
.
push
({
goods_order_sn
:
item
[
'订单号'
],
goods_order_sn
:
item
[
'
商品
订单号'
],
express_name
:
item
[
'快递公司'
],
express_sn
:
item
[
'快递单号'
]
})
...
...
@@ -784,9 +784,7 @@
},
/** 提交导入数据 */
subDelivery
()
{
this
.
failDeliveryList
=
[
{
"goods_order_sn"
:
1
},
];
this
.
failDeliveryList
=
[];
if
(
this
.
excelList
.
length
===
0
)
{
this
.
$message
({
type
:
'warning'
,
message
:
'请先上传填写好的表格数据'
});
...
...
src/views/system/retreat/edit.vue
浏览文件 @
e9cc933e
...
...
@@ -26,7 +26,7 @@
<span>
售后状态:
</span>
<span>
{{
refundStatusText
}}
</span>
<span>
退款金额:
</span>
<span>
{{
asOrderDetail
.
apply_price
/
100
}}
</span>
<span>
{{
asOrderDetail
.
apply_price
}}
</span>
</p>
</el-card>
...
...
@@ -591,7 +591,7 @@
}
else
{
this
.
asApplyList
=
[];
}
console
.
log
(
111
,
this
.
asOrderType
,
this
.
goodsOrderDetail
.
goods_status
,
this
.
asOrderDetail
.
status
)
//
console.log(111,this.asOrderType,this.goodsOrderDetail.goods_status,this.asOrderDetail.status)
this
.
refundTypeStatus
(
this
.
asOrderType
,
this
.
goodsOrderDetail
.
goods_status
,
this
.
asOrderDetail
.
status
)
}
});
...
...
@@ -746,15 +746,9 @@
this
.
getDetail
();
});
}
// type 4 end
//
},
/** */
/** 取消 售后对话框 */
cancelAfterSale
(
type
)
{
//console.log("拒绝类型",type);
this
.
isASTypeDialog
=
false
;
},
/** 售后 退货退款 地址 */
...
...
src/views/system/retreat/retreat/index.vue
浏览文件 @
e9cc933e
...
...
@@ -102,7 +102,7 @@
</div>
<!-- 列表 -->
<div
class=
"table-all-body-con"
>
<el-card
v-for=
"(item, index) in afterSaleList"
:key=
"index"
class=
"
card1
"
>
<el-card
v-for=
"(item, index) in afterSaleList"
:key=
"index"
class=
"
order-card
"
>
<div
slot=
"header"
class=
"el-card-header-spe"
>
<div
style=
"float:left;"
>
<span>
总订单号:
</span>
...
...
@@ -526,8 +526,21 @@
}
/* 列表table 样式 */
.card1
{
margin-bottom
:
20px
;
.order-card
{
margin
:
10px
0
12px
;
}
.order-card
/
deep
/
.el-card__header
{
padding
:
0
;
min-height
:
fit-content
;
}
.el-card-header-spe
{
overflow
:
hidden
;
/* 此为父元素,子元素都浮动了,所以,这样处理,撑开自己的高度 */
font-size
:
14px
;
padding
:
10px
12px
;
background-color
:
#eee
;
/*background-color: #909399;*/
}
.table-header-spe
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论