Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
50dfb978
提交
50dfb978
编写于
8月 12, 2021
作者:
lyf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加报错信息
上级
9035d11e
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
29 行增加
和
18 行删除
+29
-18
order-manage.vue
src/views/goods/order-manage.vue
+29
-18
未找到文件。
src/views/goods/order-manage.vue
浏览文件 @
50dfb978
...
...
@@ -259,13 +259,13 @@
</
template
>
</el-table-column>
<el-table-column
<
!-- <
el-table-column
prop="fanxxxx"
label="返现"
min-width="100"
align="center"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"saleTypeStr"
...
...
@@ -742,8 +742,11 @@
</el-table-column>
<el-table-column
prop=
"failInfo"
label=
"失败原因"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"operationGuide"
label=
"操作指引"
align=
"center"
>
<el-table-column
prop=
"operationGuide"
label=
"操作指引"
align=
"center"
>
</el-table-column>
</el-table>
</div>
...
...
@@ -768,8 +771,11 @@
></el-table-column>
<el-table-column
prop=
"failInfo"
label=
"失败原因"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"operationGuide"
label=
"操作指引"
align=
"center"
>
<el-table-column
prop=
"operationGuide"
label=
"操作指引"
align=
"center"
>
</el-table-column>
</el-table>
</div>
...
...
@@ -985,10 +991,10 @@ export default {
ShowExportDialog
(
type
)
{
this
.
ExportType
=
type
;
this
.
exportDialog
=
true
;
this
.
fileData
=
{
this
.
fileData
=
{
fileBaseStr
:
""
,
fileName
:
""
,
}
}
;
},
// 批量更新物流操作
uploadExpress
()
{
...
...
@@ -1010,14 +1016,19 @@ export default {
// 批量取消退款操作
uploadRefund
()
{
openLoading
(
this
);
uploadRefund
(
this
.
fileData
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
&&
res
.
code
==
"000000"
)
{
uploadRefund
(
this
.
fileData
)
.
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
&&
res
.
code
==
"000000"
)
{
closeLoading
(
this
);
this
.
getUploadRefundProgress
(
res
.
data
.
tradeBatchUploadLogId
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
.
catch
((
err
)
=>
{
closeLoading
(
this
);
this
.
getUploadRefundProgress
(
res
.
data
.
tradeBatchUploadLogId
);
}
});
});
},
// 获取物流上传进度
...
...
@@ -1040,7 +1051,7 @@ export default {
this
.
$message
.
error
(
res
.
message
);
}
});
},
2
000
);
},
1
000
);
},
// 获取批量取消进度
getUploadRefundProgress
(
id
)
{
...
...
@@ -1062,7 +1073,7 @@ export default {
this
.
$message
.
error
(
res
.
message
);
}
});
},
2
000
);
},
1
000
);
},
// 取消导入物流信息
...
...
@@ -1093,7 +1104,7 @@ export default {
},
// 确认取消订单
showReasondialog
()
{
this
.
statFlg
=
false
;
this
.
statFlg
=
false
;
this
.
FailureReasonFlag
=
true
;
},
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录