预约订单 查看
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) {
|
||||
return request({
|
||||
|
||||
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user