|
@@ -0,0 +1,447 @@
|
|
|
+<template>
|
|
|
+ <el-dialog
|
|
|
+ :title="title"
|
|
|
+ :visible.sync="open"
|
|
|
+ width="70%"
|
|
|
+ append-to-body
|
|
|
+ :close-on-click-modal="false"
|
|
|
+ @close="cancel"
|
|
|
+ >
|
|
|
+ <div class="form-dialog-box"
|
|
|
+ v-loading="loading"
|
|
|
+ :element-loading-text="loadingText"
|
|
|
+ element-loading-spinner="el-icon-loading"
|
|
|
+ element-loading-background="rgba(0, 0, 0, 0)">
|
|
|
+ <div
|
|
|
+ v-loading="loading"
|
|
|
+ :element-loading-text="''"
|
|
|
+ element-loading-spinner="''"
|
|
|
+ element-loading-background="rgba(0, 0, 0, 0.8)"
|
|
|
+ >
|
|
|
+ <el-form :model="form" ref="form" :rules="rules" label-width="130px">
|
|
|
+ <div class="form-title"><span>订单信息</span></div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-form-item label="订单编号:">
|
|
|
+ <span style="display: inline-block;display: inline-block;width: 250px;">{{ form.id }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="归属门店:">
|
|
|
+ <span style="display: inline-block;display: inline-block;width: 250px;">{{ form.name }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="就餐人数:">
|
|
|
+ <span style="display: inline-block;display: inline-block;width: 250px;">{{ form.useUserNum }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-form-item label="下单数量:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.createTime }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="订单金额(元):">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.orderPrice }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="实付金额(元):">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.realPrice }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-form-item label="支付状态:">
|
|
|
+ <span style="display: inline-block;width: 250px;">
|
|
|
+ <dict-tag :options="dict.type.tourism_ticketOrders_payStatus" :value="form.payStatus"/>
|
|
|
+ </span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="支付方式:">
|
|
|
+ <span style="display: inline-block;width: 250px;">
|
|
|
+ <dict-tag :options="dict.type.tourism_ticketOrders_payWay" :value="form.payWay"/>
|
|
|
+ </span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="下单时间:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.createTime }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-form-item label="支付时间:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.payTime }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="订单状态:">
|
|
|
+ <span style="display: inline-block;width: 250px;">
|
|
|
+ <dict-tag :options="dict.type.tourism_ticketOrders_status" :value="form.status"/>
|
|
|
+ </span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="消费时间:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.qrcodeUseTime }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-form-item label="联系电话:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.contactMobile }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="接单时间:">
|
|
|
+ <span style="display: inline-block;width: 250px;">{{ form.acceptTime }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="订单来源:">
|
|
|
+ <span style="display: inline-block;width: 250px;">
|
|
|
+ <dict-tag :options="dict.type.tourism_ticketOrders_source" :value="form.source"/>
|
|
|
+ </span>
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="form-title"><span>下单信息</span></div>
|
|
|
+ <div style="display: flex;padding: 10px 0 15px;">
|
|
|
+ <el-table :data="tableList">
|
|
|
+ <el-table-column type="index" label="编号" align="center" />
|
|
|
+ <el-table-column label="菜品名称" align="center" key="goodsName" prop="goodsName" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="价格" align="center" key="classifyName" prop="classifyName" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="下单数量" align="center" key="salePrice" prop="salePrice" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="实付金额(元)" align="center" key="priceSubtotal" prop="priceSubtotal" :show-overflow-tooltip="true" />
|
|
|
+ </el-table>
|
|
|
+ </div>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <span slot="footer" class="dialog-footer" v-if="formStatus==1">
|
|
|
+ <el-button @click="cancel">关闭</el-button>
|
|
|
+ </span>
|
|
|
+ <!-- 添加或修改对话框 End -->
|
|
|
+ </el-dialog>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+import {
|
|
|
+ getTableDeatilsByIdApi,
|
|
|
+ updateTableApi,
|
|
|
+ addTableApi
|
|
|
+ } from '@/api/CURD'
|
|
|
+export default {
|
|
|
+ name: "addAndEdit",
|
|
|
+ dicts: ['tourism_ticketOrders_source','tourism_ticketOrders_status','tourism_ticketOrders_payStatus','tourism_ticketOrders_payWay'],
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ title: "",
|
|
|
+ activeName: 'first',
|
|
|
+ model: "", // EDIT: 编辑模式 ADD : 新增模式 EDITInit : 编辑模式(需要请求详情)
|
|
|
+ open: false,
|
|
|
+ loading: false,
|
|
|
+ loadingText: "拼命加载数据中...",
|
|
|
+ formStatus: null, // 0/null : 加载中 1 : 获取详情成功 2 : 获取详情失败
|
|
|
+ configUrl: {
|
|
|
+ add: '', // 新增地址
|
|
|
+ details: '/order/orderInfo/repastOrderDetail', // 详情地址
|
|
|
+ edit: '', // 编辑地址
|
|
|
+ },
|
|
|
+ form: {
|
|
|
+ id: undefined,
|
|
|
+ goodsImage: []
|
|
|
+ },
|
|
|
+ rules: {},
|
|
|
+
|
|
|
+ tableList: []
|
|
|
+ };
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ async initData(title , model,row){
|
|
|
+ this.title = title
|
|
|
+ this.open = true
|
|
|
+ this.loadingText = "拼命加载数据中..."
|
|
|
+ this.loading = true
|
|
|
+ this.actionUrlLoading = false
|
|
|
+ this.model = model
|
|
|
+ this.formStatus = 0
|
|
|
+ this.tableList = []
|
|
|
+ if(model=='ADD') { // 新增
|
|
|
+ this.$set(this,'form',{
|
|
|
+ ...row,
|
|
|
+ goodsImage: [],
|
|
|
+ status: 1,
|
|
|
+ })
|
|
|
+ this.formStatus = 1
|
|
|
+ }else if(model=='EDIT') { // 新增
|
|
|
+ let obj = {
|
|
|
+ ...row,
|
|
|
+ goodsImage: [],
|
|
|
+ status: 1,
|
|
|
+ }
|
|
|
+ this.$set(this,'form',obj)
|
|
|
+ this.formStatus = 1
|
|
|
+ }else if(model=='EDITInit' || model=='DEATILSInit') { // 新增
|
|
|
+ await this.getTableDeatilsFun(row)
|
|
|
+ }
|
|
|
+ this.loading = false
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ if(this.$refs["form"]) {
|
|
|
+ this.$refs["form"].clearValidate();
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ /** 获取详情 */
|
|
|
+ async getTableDeatilsFun(row) {
|
|
|
+ const id = row.id
|
|
|
+ this.loading = true
|
|
|
+ try {
|
|
|
+ let res = await getTableDeatilsByIdApi(this.configUrl.details,{id})
|
|
|
+ if(res.code == 200) {
|
|
|
+ let obj = {
|
|
|
+ ...res.data,
|
|
|
+ }
|
|
|
+ if(obj.goodsList) {
|
|
|
+ this.tableList = obj.goodsList
|
|
|
+ }
|
|
|
+ if(obj.orderReceive) {
|
|
|
+ obj = {
|
|
|
+ ...res.data.orderDelivery,
|
|
|
+ ...res.data.orderReceive,
|
|
|
+ ...obj,
|
|
|
+ }
|
|
|
+ }
|
|
|
+ this.$set(this,'form',JSON.parse(JSON.stringify(obj)))
|
|
|
+ this.radioInputs(this.form.daySaleRadio)
|
|
|
+ this.formStatus = 1
|
|
|
+ }else {
|
|
|
+ this.$message.error('获取详情失败!!!');
|
|
|
+ this.formStatus = 2
|
|
|
+ this.loading = false
|
|
|
+ this.open = false;
|
|
|
+ }
|
|
|
+ this.loading = false
|
|
|
+ } catch (error) {
|
|
|
+ console.error('获取详情失败!!!!',error)
|
|
|
+ this.formStatus = 2
|
|
|
+ this.loading = false
|
|
|
+ this.open = false;
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /**
|
|
|
+ * 重置
|
|
|
+ * @date 2023-11-22
|
|
|
+ * @returns {any}
|
|
|
+ */
|
|
|
+ reset() {
|
|
|
+ if(this.$refs["form"]) {
|
|
|
+ this.$refs["form"].clearValidate();
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /**
|
|
|
+ * 关闭弹框
|
|
|
+ * @date 2023-11-22
|
|
|
+ * @returns {any}
|
|
|
+ */
|
|
|
+ cancel() {
|
|
|
+ this.reset();
|
|
|
+ this.open = false;
|
|
|
+ },
|
|
|
+
|
|
|
+ /** 上传图片 单张 */
|
|
|
+ handleAvatarSuccess(response, file, fileList) {
|
|
|
+ console.log("res, file",response, file, fileList)
|
|
|
+ this.actionUrlLoading = false
|
|
|
+ if(response.code == 200) {
|
|
|
+ this.form.goodsImage.push(response.data.url)
|
|
|
+ }
|
|
|
+ },
|
|
|
+ beforeAvatarUpload(file) {
|
|
|
+ const isLt2M = file.size / 1024 / 1024 <= 5;
|
|
|
+ let testmsg = file.name.substring(file.name.lastIndexOf('.')+1)
|
|
|
+ let typeList = ['png','jepg','jpg']
|
|
|
+ const isJPG = typeList.includes(testmsg);
|
|
|
+ if (!isJPG) {
|
|
|
+ this.$message.error(`上传图片图片只能是 ${typeList} 格式!`);
|
|
|
+ }
|
|
|
+ if (!isLt2M) {
|
|
|
+ this.$message.error('上传图片图片大小不能超过 5MB!');
|
|
|
+ }
|
|
|
+ return isJPG && isLt2M;
|
|
|
+ },
|
|
|
+ handleAvatarProgress(){
|
|
|
+ this.actionUrlLoading = true
|
|
|
+ },
|
|
|
+ handleAvatarError() {
|
|
|
+ this.actionUrlLoading = false
|
|
|
+ },
|
|
|
+ handleRemove(index) {
|
|
|
+ this.form.goodsImage.splice(index,1)
|
|
|
+ },
|
|
|
+
|
|
|
+ /** */
|
|
|
+ radioInputs(value) {
|
|
|
+ if( value == -1 ){
|
|
|
+ this.rules.daySale[0].required = false
|
|
|
+ this.rules.buyAstrict[0].required = false
|
|
|
+ this.$refs.form.clearValidate('daySale');
|
|
|
+ this.$refs.form.clearValidate('buyAstrict');
|
|
|
+ }else if( value == -2 ) {
|
|
|
+ this.rules.daySale[0].required = true
|
|
|
+ this.rules.buyAstrict[0].required = false
|
|
|
+ this.$refs.form.clearValidate('buyAstrict');
|
|
|
+ }else if( value == -3 ) {
|
|
|
+ this.rules.daySale[0].required = false
|
|
|
+ this.rules.buyAstrict[0].required = true
|
|
|
+ this.$refs.form.clearValidate('daySale');
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /** 选择商品分类 获取分类的名称 */
|
|
|
+ valueChange(list,value) {
|
|
|
+ let str = ''
|
|
|
+ function treeForEach(list) {
|
|
|
+ list.forEach((item,index)=>{
|
|
|
+ if(item.children && item.children.length>0) {
|
|
|
+ treeForEach(item.children,value)
|
|
|
+ }
|
|
|
+ if(item.id == value) {
|
|
|
+ str = item.label
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ treeForEach(list,value)
|
|
|
+ return str
|
|
|
+ }
|
|
|
+ },
|
|
|
+ watch: {
|
|
|
+ 'form.goodsSnapshot'() {
|
|
|
+ if(this.form.goodsSnapshot == '<p><br></p>') {
|
|
|
+ this.form.goodsSnapshot = null
|
|
|
+ }
|
|
|
+ if(this.$refs["form"]) {
|
|
|
+ this.$refs["form"].validateField('goodsSnapshot');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="scss" scoped>
|
|
|
+.form-dialog-box {
|
|
|
+ padding: 0 30px;
|
|
|
+ padding: 0 30px;
|
|
|
+ min-height: 50vh;
|
|
|
+ max-height: 65vh;
|
|
|
+ overflow-y: auto;
|
|
|
+ >div {
|
|
|
+ width: 100%;
|
|
|
+ min-height: 50vh;
|
|
|
+ }
|
|
|
+ .form-title {
|
|
|
+ padding: 0 0 10px 0;
|
|
|
+ span {
|
|
|
+ display: flex;
|
|
|
+ color: rgba(65,80,88,1);
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: SourceHanSansSC;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 23px;
|
|
|
+ border-left: 4px solid rgb(22, 132, 252);
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ::v-deep .ql-editor {
|
|
|
+ height: 400px;
|
|
|
+ }
|
|
|
+ .upload-btn {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ background-color: #fbfdff;
|
|
|
+ border: dashed 1px #c0ccda;
|
|
|
+ border-radius: 5px;
|
|
|
+ i {
|
|
|
+ font-size: 30px;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ &-text {
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .avatar {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+}
|
|
|
+.el-table{
|
|
|
+ .upload-btn {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ background-color: #fbfdff;
|
|
|
+ border: dashed 1px #c0ccda;
|
|
|
+ border-radius: 5px;
|
|
|
+ i {
|
|
|
+ font-size: 30px;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ &-text {
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .avatar {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.area-container {
|
|
|
+ min-height: 400px;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .area-wrap-city.el-cascader {
|
|
|
+ line-height: normal;
|
|
|
+ .el-input {
|
|
|
+ cursor: pointer;
|
|
|
+ width: 100% !important;
|
|
|
+ height: 28px !important;
|
|
|
+ .el-input__inner {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ span.el-input__suffix {
|
|
|
+ position: inherit !important;
|
|
|
+ i.el-input__icon {
|
|
|
+ line-height: inherit;
|
|
|
+ margin-left: 5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input__wrapper {
|
|
|
+ box-shadow: none;
|
|
|
+ input {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-cascader__tags {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.area-city-popper {
|
|
|
+ .el-cascader-panel {
|
|
|
+ .el-scrollbar.el-cascader-menu {
|
|
|
+ .el-cascader-menu__wrap.el-scrollbar__wrap {
|
|
|
+ height: 315px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .avatar-uploader .el-upload {
|
|
|
+ border: 1px dashed #d9d9d9;
|
|
|
+ border-radius: 6px;
|
|
|
+ cursor: pointer;
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ ::v-deep .avatar-uploader .el-upload:hover {
|
|
|
+ border-color: #409EFF;
|
|
|
+ }
|
|
|
+ ::v-deep .avatar-uploader-icon {
|
|
|
+ font-size: 28px;
|
|
|
+ color: #8c939d;
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ line-height: 100px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ ::v-deep .avatar {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<style>
|
|
|
+.custom-class-box {
|
|
|
+ z-index: 999999 !important;
|
|
|
+}
|
|
|
+</style>
|