刷新
This commit is contained in:
parent
ab4ec99a63
commit
4dfef6a75e
@ -838,13 +838,6 @@ export default {
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
||||
// list() {
|
||||
// listStation().then((res) => {
|
||||
// console.log(res);
|
||||
// this.nurseStationlist = res.data;
|
||||
// });
|
||||
// },
|
||||
// 添加
|
||||
addgoodAttributeDetail() {
|
||||
console.log(this.goodDetailsLists);
|
||||
|
||||
@ -255,7 +255,6 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
|
||||
|
||||
</el-form-item>
|
||||
<el-form-item label="商品用途" prop="goodsPurpose">
|
||||
<el-select
|
||||
|
||||
@ -485,14 +485,7 @@
|
||||
:rows="5"
|
||||
disabled
|
||||
/>
|
||||
<!-- <textarea cols="50" rows="10" v-model="refundlist.refundReasonRemark">
|
||||
</textarea> -->
|
||||
<!-- <editor
|
||||
:min-height="70"
|
||||
style="width: 90%; margin: 0 auto"
|
||||
v-model="refundlist.refundReasonRemark"
|
||||
|
||||
></editor> -->
|
||||
</el-form-item>
|
||||
<el-form-item> </el-form-item>
|
||||
</el-form>
|
||||
@ -765,9 +758,9 @@ export default {
|
||||
this.$modal.msgSuccess("录入成功");
|
||||
}
|
||||
this.queryexpressNo.expressNo = "";
|
||||
this.getList();
|
||||
this.innerlogistics = false;
|
||||
|
||||
this.getList();
|
||||
|
||||
});
|
||||
},
|
||||
// 取消按钮
|
||||
@ -782,6 +775,7 @@ export default {
|
||||
this.refundlist = res.data;
|
||||
console.log(this.refundlist);
|
||||
this.innerrefund = true;
|
||||
// this.getList();
|
||||
});
|
||||
},
|
||||
//确认退款 确定按钮
|
||||
@ -794,10 +788,11 @@ export default {
|
||||
obj.goodsStatus = this.refundlist.orderStatus;
|
||||
weChatRefundOrderApply(obj).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.$modal.msgSuccess("退款成功");
|
||||
this.$modal.msgSuccess("退款有延迟,请耐心等待");
|
||||
}
|
||||
this.getList();
|
||||
this.innerrefund = false;
|
||||
this.getList();
|
||||
|
||||
});
|
||||
},
|
||||
// refund(id){
|
||||
|
||||
@ -340,7 +340,7 @@
|
||||
<!-- <el-button @click="cancel">取 消</el-button> -->
|
||||
</div>
|
||||
</el-dialog>
|
||||
<!-- 取消预约 -->
|
||||
<!-- 取消预约弹框 -->
|
||||
<el-dialog
|
||||
title="取消预约"
|
||||
:visible.sync="innerrefund"
|
||||
@ -618,10 +618,10 @@ export default {
|
||||
};
|
||||
xylWeChatRefundNotify(obj).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.$modal.msgSuccess("退款成功");
|
||||
this.$modal.msgSuccess("退款有延迟,请耐心等待");
|
||||
}
|
||||
this.innerrefund=false
|
||||
this.getList();
|
||||
this.innerrefund=false
|
||||
console.log(res);
|
||||
});
|
||||
|
||||
@ -692,7 +692,6 @@ export default {
|
||||
this.innerdispatch = false;
|
||||
this.getList();
|
||||
this.nurseName = "请选择护理员";
|
||||
// this.nursePersonid =""
|
||||
});
|
||||
},
|
||||
// 选择姓名按钮
|
||||
|
||||
Loading…
Reference in New Issue
Block a user