预约订单 查看

This commit is contained in:
shidongli 2022-11-10 15:18:43 +08:00
parent 4dfef6a75e
commit 03c1545347
2 changed files with 10 additions and 1 deletions

View File

@ -17,6 +17,14 @@ export function Detailed(id) {
})
}
export function appointmentOrderDetails(id) {
return request({
url: `/system/appointmentOrderDetails/Detailed` + `?orderNo=${id}`,
method: 'get',
})
}
// 确定按钮
export function xylWeChatRefundNotify(data) {
return request({

View File

@ -499,6 +499,7 @@ import {
getPerson,
dispatchsubmit,
xylWeChatRefundNotify,
appointmentOrderDetails,
} from "@/api/system/order";
import { weChatRefundOrderApply } from "@/api/system/goodsOrder";
export default {
@ -648,7 +649,7 @@ export default {
seeLook(row) {
const id = row.orderNo;
// console.log(row);
Detailed(id).then((res) => {
appointmentOrderDetails(id).then((res) => {
res.data.forEach((e) => {
if (e.serviceDate) {
e.time =