diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts
index 0a72ae1..5cb4688 100644
--- a/src/api/myAxios.ts
+++ b/src/api/myAxios.ts
@@ -4,8 +4,8 @@ import router from '../router'
const myAxios = axios.create({
withCredentials:true,
- baseURL: 'http://localhost:9092/api'
- // baseURL: 'http://123.249.108.160:8888/api' //测试服务器
+ // baseURL: 'http://localhost:9092/api'
+ baseURL: 'http://123.249.108.160:8888/api' //测试服务器
// baseURL: 'http://154.8.193.216:9092/api', //隋雨霏服务器
// baseURL: 'http://154.8.193.216:9093/api' //隋雨霏服务器测试环境
});
diff --git a/src/layout/components/Aside.vue b/src/layout/components/Aside.vue
index 06f2856..1475fa9 100644
--- a/src/layout/components/Aside.vue
+++ b/src/layout/components/Aside.vue
@@ -7,8 +7,8 @@
:collapse-transition="false"
text-color="#fff"
router
+ :default-active="currentRoute"
active-text-color="#ffd04b"
- :default-openeds="['0']"
unique-opened
>
{
showLog.value = value
if(showLog.value){
@@ -121,8 +122,13 @@ emitter.on('Aside', (value) => {
//动态路由导航
const router = useRouter()
+const currentRoute = router.currentRoute.value.fullPath //当前路由信息
// console.log('router--->',router.options.routes);
+onMounted(()=>{
+ // console.log('uid--->',router.currentRoute.value.fullPath)
+})
+
// 创建图标映射表
const iconComponents = {
House,
diff --git a/src/layout/components/richTextUtil.vue b/src/layout/components/richTextUtil.vue
index 13ceb46..e454586 100644
--- a/src/layout/components/richTextUtil.vue
+++ b/src/layout/components/richTextUtil.vue
@@ -11,6 +11,7 @@
import '@wangeditor/editor/dist/css/style.css' // 引入 css
import { onBeforeUnmount, ref, shallowRef, onMounted, defineEmits, toRefs } from 'vue'
import { Editor, Toolbar } from '@wangeditor/editor-for-vue'
+import axios from "axios";
// 编辑器实例,必须用 shallowRef
const editorRef = shallowRef()
// 内容 HTML
@@ -30,12 +31,13 @@ onMounted(() => {
const toolbarConfig = {}
const editorConfig = {
+ MENU_CONF: {}
+}
+editorConfig.MENU_CONF['uploadImage'] = {
placeholder: '请输入内容...',
- MENU_CONF: {
- uploadImage: {
- server: 'http://localhost:9092/api/file/upload/single', // 图片上传接口
- fieldName: 'file', // 上传字段名,根据自己的接口参数配置
- }
+ async customUploadImage(file, insertFn) {
+ const { data: res } = await axios.post('',{},{})
+ console.log('res--->',res)
}
}
// 组件销毁时,也及时销毁编辑器
diff --git a/src/views/Commodity/MerchandiseCenter.vue b/src/views/Commodity/MerchandiseCenter.vue
index e785812..a0f9e49 100644
--- a/src/views/Commodity/MerchandiseCenter.vue
+++ b/src/views/Commodity/MerchandiseCenter.vue
@@ -2,21 +2,21 @@
-
-
+
搜索
- searchByType(event)" placeholder="商品类别"
- style="width: 240px; margin-right: 10px;">
+ searchByType(event)" placeholder="商品类别"
+ style="width: 240px; margin-right: 10px;" size="default" :clearable="true">
- searchByState(event)"
+ searchByState(event)" size="default"
style="width: 240px; margin-right: 10px;">
- 重置
+ 重置
([]) //图片数组
+const productType = ref('') //商品类别
onMounted(() => { //页面加载时获取商品列表和分类页表
getProductList()
getTypeList()
diff --git a/src/views/CostumeAppointments/AddCostumes.vue b/src/views/CostumeAppointments/AddCostumes.vue
index df9cf33..3ee5bb1 100644
--- a/src/views/CostumeAppointments/AddCostumes.vue
+++ b/src/views/CostumeAppointments/AddCostumes.vue
@@ -104,7 +104,7 @@ const form = ref({
detailImg: '', //图文详情url
minNumber: 0, //最小人数
maxNumber: 0, //最大人数
- effectImg: [""], //写真效果图 暂时不用
+ effectImg: ["21312312312"], //写真效果图 暂时不用
bookingDateAddRequestList: [] //预约时间点,是否可预约,人数范围
})
//导入组件刷新
@@ -138,7 +138,7 @@ const onSubmit = async () => {
const values : any = Object.values(form.value);
// 使用some()方法来检查是否有任何值为空
console.log(form.value.bookingDateAddRequestList)
- if (values.some((value:any) => value === null || value === undefined || value === '' || value === 0) || form.value.bookingDateAddRequestList.length == 0) {
+ if (values.some((value:any) => value === null || value === undefined || value === '') || form.value.bookingDateAddRequestList.length == 0) {
ElMessage({
type: 'warning',
message: '请检查表单数据是否完整填写'
diff --git a/src/views/CostumeAppointments/ClothingGrade.vue b/src/views/CostumeAppointments/ClothingGrade.vue
index 04702f3..a7fa6b9 100644
--- a/src/views/CostumeAppointments/ClothingGrade.vue
+++ b/src/views/CostumeAppointments/ClothingGrade.vue
@@ -6,7 +6,7 @@
-
+
',row)
}
diff --git a/src/views/CostumeAppointments/ManagementCenter.vue b/src/views/CostumeAppointments/ManagementCenter.vue
index 45fc26f..dff2014 100644
--- a/src/views/CostumeAppointments/ManagementCenter.vue
+++ b/src/views/CostumeAppointments/ManagementCenter.vue
@@ -2,11 +2,11 @@
-
- searchByState(event)">
+ searchByState(event)">
@@ -20,7 +20,7 @@
摄影服务
- loadForm1(event)" :disabled="typeSelect" size="large">
+ loadForm1(event)" :disabled="typeSelect" size="large">
@@ -29,7 +29,7 @@
妆造服务
- loadForm2(event)" :disabled="typeSelect" size="large">
+ loadForm2(event)" :disabled="typeSelect" size="large">
@@ -41,10 +41,10 @@
-
- 批量删除
+ 批量删除
@@ -58,19 +58,19 @@
:header-cell-style="{ 'text-align': 'center' }"
default-expand-all>
-
+
{{ $index + 1 }}
-
+
-
+
@@ -107,7 +107,7 @@
-
+
上架
@@ -146,12 +146,12 @@
-
+
-
+
-
![商品图标]()
+
handleChange(event, 0)" :on-exceed="Exceed_ProductImg"
@@ -161,11 +161,12 @@
-
+
-
-
+
+
+ 元
loadCategory(event)">
@@ -187,7 +188,7 @@
-
+
@@ -210,7 +211,7 @@
- 选择当天时间段和人数
+ 选择当天时间
时间点
@@ -225,7 +226,7 @@
- 删除
+ 删除
@@ -254,6 +255,7 @@ import myAxios from "@/api/myAxios";
import outfitCalendarUtil from '@/layout/components/outfitCalendarUtil.vue';
import emitter from "@/utils/emitter";
import {form} from "@/utils/entityProduct/picUpload";
+import {WarnInfo} from "@/utils/messageInfo";
const total = ref(0); //总页数
const idList = ref
([]); //用于批量删除
const searchParams: any = ref({ //封装分页
@@ -335,6 +337,7 @@ const getOutfitList = async () => {
}
}
const saveEdit = async () => { //编辑商品
+ console.log('写真信息--->',editForm.value)
const values : any = Object.values(editForm.value);
// 使用some()方法来检查是否有任何值为空
console.log(editForm.value.bookingDateAddRequestList)
@@ -352,6 +355,7 @@ const saveEdit = async () => { //编辑商品
type: 'success',
message: '更新成功'
})
+ await getOutfitList()
} else {
ElMessage({
type: 'error',
@@ -383,9 +387,9 @@ const deleteProduct = async (index: number) => {
//详情或编辑
const ReviseOrView = (index: number, row: any , flag : number) => {
//flag值不同显示不同内容 disabled开启和关闭
- flag ? (title.value = "编辑商品" , disabled.value = false) : (title.value = "商品详情" , disabled.value = true)
+ flag ? (title.value = "编辑服装" , disabled.value = false) : (title.value = "服装详情" , disabled.value = true)
DialogVisible.value = true;
- editForm.value = row;
+ editForm.value = JSON.parse(JSON.stringify(row));
// console.log('编辑商品--->',editForm.value);
};
const getOutfitKind = async ()=> { //获取服装类别
@@ -434,13 +438,13 @@ const reset = () => {
const handleRemove: UploadProps['onRemove'] = (uploadFile, uploadFiles) => {
console.log(uploadFile, uploadFiles)
}
-const Exceed_ProductImg: UploadProps['onExceed'] = (files , flag) => { //覆盖商品照片
+const Exceed_ProductImg: UploadProps['onExceed'] = (files , flag) => { //覆盖服装照片
uploadProductImg.value!.clearFiles()
const file = files[0] as UploadRawFile
file.uid = genFileId()
uploadProductImg.value!.handleStart(file)
}
-const Exceed_ProductDetail: UploadProps['onExceed'] = (files) => { //覆盖商品详情图片
+const Exceed_ProductDetail: UploadProps['onExceed'] = (files) => { //覆盖服装详情图片
uploadProductDetail.value!.clearFiles()
const file = files[0] as UploadRawFile
file.uid = genFileId()
@@ -505,8 +509,8 @@ const openDrawer =(index : number,dateInfo : any)=>{ //抽屉打开方法
timePickArr.value.splice(0,timePickArr.value.length) //删除之前的时间段
drawerDate.value = dateInfo
InfoArr.value = dateInfo.bookingTimeVOList
- console.log('抽屉中的时间信息---->',drawerDate.value);
- dateInfo.bookingTimeVOList.forEach((item:any,index:number)=>{ //格式化时间段框,然后将时间段数组禁用,只修改人数
+ // console.log('抽屉中的时间信息---->',drawerDate.value);
+ dateInfo.bookingTimeVOList.forEach((item:any,index:number)=>{ //格式化时间段框
timeAbleArr.value[index] = true
timePickArr.value.push(item.timePoint)
})
@@ -524,23 +528,20 @@ const addList = async ()=>{
let newIndex = drawerDate.value.bookingTimeVOList.length
console.log('drawerDate--->',drawerDate.value);
if(addbtnText.value === '添加时间') {
- drawerDate.value.bookingTimeVOList.push({ //增加当前日期时间段
- id: 0,
+ drawerDate.value.bookingTimeVOList.push({ //增加当前日期时间
timePoint: ''
})
timePickArr.value.push([])
addbtnText.value = '保存时间'
} else { //当按钮文本为'保存时间'
- addTimePoint(newIndex)
+ if(!judgeNull(drawerDate.value.bookingTimeVOList)) {
+ WarnInfo('填写时间')
+ return;
+ } else {
+ addTimePoint(newIndex) //增加时间
+ addbtnText.value = '添加时间'
+ }
}
- if(!judgeNull(drawerDate.value.bookingTimeVOList)) {
- ElMessage({
- type: 'warning',
- message: '填写时间段和人数'
- })
- return;
- }
- addbtnText.value = '添加时间'
}
const addTimePoint = async (newIndex: number) => { //添加时间段方法
const res = await myAxios.post('/book/add/time',{
@@ -610,14 +611,14 @@ const closedDrawer =()=>{ //完全关闭抽屉触发
timeAbleArr.value[index] = false
})
if(!judgeNull(drawerDate.value.bookingTimeVOList)) {
- console.log('关闭抽屉的删除数组被激活');
+ // console.log('关闭抽屉的删除数组被激活');
drawerDate.value.bookingTimeVOList.splice(newIndex-1,1)
}
addbtnText.value = '添加时间'
}
const deleteDate = async (id: number)=>{ //删除当前日期方法
console.log(id)
- const res = await myAxios.post('/appointmentDate/del/id',{id:id})
+ const res = await myAxios.post('/book/del/id',{id:id})
// console.log('res--->',res);
if(res.data.code === 1) {
getOutfitList()
diff --git a/src/views/Coupons/CouponCenter.vue b/src/views/Coupons/CouponCenter.vue
index cca6ea2..abf5ce3 100644
--- a/src/views/Coupons/CouponCenter.vue
+++ b/src/views/Coupons/CouponCenter.vue
@@ -3,8 +3,8 @@
- 搜索
- 重置
+ 搜索
+ 重置
@@ -187,7 +187,7 @@ const saveEdit = async () => { //编辑商品
const ReviseOrView = (index: number, row: any , flag : number) => {
flag ? (title.value = "编辑商品" , disabled.value = false) : (title.value = "商品详情" , disabled.value = true)
DialogVisible.value = true;
- editForm.value = row;
+ editForm.value = JSON.parse(JSON.stringify(row));
};
const getCouponsList = async ()=> {
try {
diff --git a/src/views/HomePage/DashBoard.vue b/src/views/HomePage/DashBoard.vue
index d0d7a84..75971da 100644
--- a/src/views/HomePage/DashBoard.vue
+++ b/src/views/HomePage/DashBoard.vue
@@ -129,6 +129,7 @@ const getDashBoard = async () => {
waitPayOrder.value = dashBord.get('所有待支付订单数量')
waitConsumption.value = dashBord.get('服务类待消费订单')
}
+ console.log(res.data.data)
}
diff --git a/src/views/Login.vue b/src/views/Login.vue
index 3341863..c40ac1f 100644
--- a/src/views/Login.vue
+++ b/src/views/Login.vue
@@ -13,17 +13,17 @@
账号
-
+
密码
-
+
+
+ 取消订单
+
详情
-
+
发货
-
-
-
+
+
+ 交易完成
+
+
- 退款
@@ -170,7 +177,7 @@
import { onMounted, ref } from "vue";
import myAxios from "@/api/myAxios";
import { ElMessage } from "element-plus";
-import { SuccessInfo, ErrorInfo } from "@/utils/messageInfo";
+import {SuccessInfo, ErrorInfo, WarnInfo} from "@/utils/messageInfo";
const tableData: any = ref([]); //表单展示数据
const total = ref(0);
const title = ref('')
@@ -293,11 +300,25 @@ const cancelOrder = async (row: any) => { //取消订单的方法(未支付能
ErrorInfo('请求错误')
}
}
+const successfulTransaction = async (oid: any) => {
+ // console.log('当前订单信息---->',oid)
+ // loading.value = true
+ const res = await myAxios.post('',{})
+ if (res.data.code === 1) {
+ SuccessInfo('订单完成')
+ getOrderList()
+ loading.value = false
+ } else {
+ WarnInfo('更新失败')
+ loading.value = false
+ }
+ loading.value = false
+}