预约订单 查看
This commit is contained in:
parent
4dfef6a75e
commit
03c1545347
@ -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({
|
||||||
|
|||||||
@ -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 =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user