提交 5ea4b3af 编写于 作者: lyf's avatar lyf

添加预置的信息

上级 548a0d06
......@@ -347,11 +347,7 @@
>查看详情</el-button
>
<el-button
v-if="
(scope.row.storeType == 1 || scope.row.storeType == 2) &&
scope.row.showStatus == 3 &&
scope.row.refundStatus == 0
"
v-if="(scope.row.storeType == 1 || scope.row.storeType == 2) &&scope.row.showStatus == 3 &&scope.row.refundStatus == 0"
@click="openTuiDialog(scope.row)"
type="text"
size="small"
......@@ -685,7 +681,10 @@ export default {
{ required: true, message: "请选择退款对象", trigger: "blur" },
],
},
expressData:[],
expressData:[{
time:"",
context:"待揽收"
}],
showTuiDialog: false,
tuiForm: {
order: null,
......@@ -884,7 +883,7 @@ export default {
console.log("row-----",row)
expressInfo({ expressNo: row.expressNo }).then((res) => {
if (res.code == "000000") {
this.expressData=res.data.data
this.expressData=[...res.data.data,...this.expressData]
this.logisticeInfo = `${row.expressName} ${row.expressNo}`;
this.expressForm.order = row;
this.expressForm.company = `${row.expressName}`;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册