预约订单 查看

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) { export function xylWeChatRefundNotify(data) {
return request({ return request({

View File

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