diff --git a/route/admin.php b/route/admin.php index 6c9049275..e7dac6485 100644 --- a/route/admin.php +++ b/route/admin.php @@ -1305,7 +1305,7 @@ Route::group('adminapi', function () { Route::group('order', function () { //打印订单 Route::get('print/:id', 'v1.order.StoreOrder/order_print')->name('StoreOrderPrint')->option(['real_name' => '打印订单']); - Route::get("printlist", 'v1.order.StoreOrder/printlist')->name("printlist")->option(["real_name" => "打印订单列表"]) + Route::get("printlist", 'v1.order.StoreOrder/printlist')->name("printlist")->option(["real_name" => "打印订单列表"]); //订单列表 Route::get('list', 'v1.order.StoreOrder/lst')->name('StoreOrderList')->option(['real_name' => '订单列表']); //订单头部数据 diff --git a/view/store/.idea/.gitignore b/view/store/.idea/.gitignore new file mode 100644 index 000000000..35410cacd --- /dev/null +++ b/view/store/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/view/store/.idea/inspectionProfiles/Project_Default.xml b/view/store/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..03d9549ea --- /dev/null +++ b/view/store/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/view/store/.idea/modules.xml b/view/store/.idea/modules.xml new file mode 100644 index 000000000..bfe35da76 --- /dev/null +++ b/view/store/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/view/store/.idea/store.iml b/view/store/.idea/store.iml new file mode 100644 index 000000000..c956989b2 --- /dev/null +++ b/view/store/.idea/store.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/view/store/.idea/vcs.xml b/view/store/.idea/vcs.xml new file mode 100644 index 000000000..b2bdec2d7 --- /dev/null +++ b/view/store/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/view/store/node_modules/.cache/babel-loader/32830e63643180f4ab433ea159441c6f.json b/view/store/node_modules/.cache/babel-loader/32830e63643180f4ab433ea159441c6f.json new file mode 100644 index 000000000..a1dd792c7 --- /dev/null +++ b/view/store/node_modules/.cache/babel-loader/32830e63643180f4ab433ea159441c6f.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport { getConfig2, submitConfig } from '@/api/setting';\nexport default {\n data: function data() {\n return {\n tableSeatsList: [],\n modal: false,\n formData: {\n baoxiang: 2,\n kazuo: '1',\n santai: '1',\n tongzhuo: '1'\n },\n id: 0,\n number: 1\n };\n },\n created: function created() {\n this.getConfig();\n },\n methods: {\n getConfig: function getConfig() {\n var _this = this;\n\n getConfig2('store_table_confi111g').then(function (res) {\n if (res.data.constructor.name === 'Array') {\n return;\n }\n\n _this.formData = res.data;\n });\n },\n // 提交桌码配置\n handleSubmit: function handleSubmit(name) {\n var _this2 = this;\n\n this.$refs[name].validate(function (valid) {\n if (valid) {\n submitConfig('store_table_code', _this2.formData).then(function (res) {\n _this2.$Message.success(res.msg);\n });\n }\n });\n }\n }\n};",null]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/babel-loader/646d3af4711e0cd4aebf93200be54d17.json b/view/store/node_modules/.cache/babel-loader/646d3af4711e0cd4aebf93200be54d17.json index 0dbc797ae..d774dc20b 100644 --- a/view/store/node_modules/.cache/babel-loader/646d3af4711e0cd4aebf93200be54d17.json +++ b/view/store/node_modules/.cache/babel-loader/646d3af4711e0cd4aebf93200be54d17.json @@ -1 +1 @@ -{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\codeeeeee\\酒水代码\\view\\store\\src\\router\\modules\\set.js","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\router\\modules\\set.js","mtime":1729046414579},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js","mtime":1729046409050}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +----------------------------------------------------------------------\n// | Author: CRMEB Team \n// +----------------------------------------------------------------------\nimport BasicLayout from '@/layouts/basic-layout';\nimport Setting from \"@/setting\";\nvar pre = 'set_';\nexport default {\n path: \"\".concat(Setting.routePre, \"/set/\"),\n name: 'set',\n header: 'set',\n meta: {\n // 授权标识\n auth: ['store-set']\n },\n redirect: {\n name: \"\".concat(pre, \"set\")\n },\n component: BasicLayout,\n children: [{\n path: 'store',\n name: \"\".concat(pre, \"set\"),\n meta: {\n title: '门店设置',\n auth: ['store-set-store']\n },\n component: function component() {\n return import('@/pages/setting/index');\n }\n }, {\n path: 'index',\n name: \"\".concat(pre, \"setting\"),\n meta: {\n title: '电子面单打印',\n auth: ['store-set-index']\n },\n props: {\n typeMole: 'third'\n },\n component: function component() {\n return import('@/components/fromSubmit/commonForm.vue');\n }\n }, {\n path: 'hardware/ticket',\n name: \"\".concat(pre, \"ticket\"),\n meta: {\n title: '小票打印',\n auth: ['store-set-hardware-ticket']\n },\n component: function component() {\n return import('@/pages/setting/ticket/index');\n }\n }, {\n path: 'delivery/record',\n name: \"\".concat(pre, \"setting\"),\n meta: {\n title: '配送记录',\n auth: ['store-set-delivery-record']\n },\n component: function component() {\n return import('@/pages/setting/deliveryRecord/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/admin/index\"),\n name: \"\".concat(pre, \"admin\"),\n meta: {\n title: '管理员列表',\n auth: ['store-admin-index']\n },\n component: function component() {\n return import('@/pages/setting/admin/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/index\"),\n name: \"\".concat(pre, \"table_code\"),\n meta: {\n title: '桌码设置',\n auth: ['store-set-table_code-index']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/classify\"),\n name: \"\".concat(pre, \"tableCodeClassify\"),\n meta: {\n title: '桌码分类',\n auth: ['store-set-table_code-classify']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/classify');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/list\"),\n name: \"\".concat(pre, \"tableCodeList\"),\n meta: {\n title: '桌码列表',\n auth: ['store-set-table_code-list']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/list');\n }\n }]\n};",null]} \ No newline at end of file +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\codeeeeee\\酒水代码\\view\\store\\src\\router\\modules\\set.js","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\router\\modules\\set.js","mtime":1729496425995},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js","mtime":1729046409050}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +----------------------------------------------------------------------\n// | Author: CRMEB Team \n// +----------------------------------------------------------------------\nimport BasicLayout from '@/layouts/basic-layout';\nimport Setting from \"@/setting\";\nvar pre = 'set_';\nexport default {\n path: \"\".concat(Setting.routePre, \"/set/\"),\n name: 'set',\n header: 'set',\n meta: {\n // 授权标识\n auth: ['store-set']\n },\n redirect: {\n name: \"\".concat(pre, \"set\")\n },\n component: BasicLayout,\n children: [{\n path: 'store',\n name: \"\".concat(pre, \"set\"),\n meta: {\n title: '门店设置',\n auth: ['store-set-store']\n },\n component: function component() {\n return import('@/pages/setting/index');\n }\n }, {\n path: 'index',\n name: \"\".concat(pre, \"setting\"),\n meta: {\n title: '电子面单打印',\n auth: ['store-set-index']\n },\n props: {\n typeMole: 'third'\n },\n component: function component() {\n return import('@/components/fromSubmit/commonForm.vue');\n }\n }, {\n path: 'hardware/ticket',\n name: \"\".concat(pre, \"ticket\"),\n meta: {\n title: '小票打印',\n auth: ['store-set-hardware-ticket']\n },\n component: function component() {\n return import('@/pages/setting/ticket/index');\n }\n }, {\n path: 'delivery/record',\n name: \"\".concat(pre, \"setting\"),\n meta: {\n title: '配送记录',\n auth: ['store-set-delivery-record']\n },\n component: function component() {\n return import('@/pages/setting/deliveryRecord/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/admin/index\"),\n name: \"\".concat(pre, \"admin\"),\n meta: {\n title: '管理员列表',\n auth: ['store-admin-index']\n },\n component: function component() {\n return import('@/pages/setting/admin/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/index\"),\n name: \"\".concat(pre, \"table_code\"),\n meta: {\n title: '桌码设置',\n auth: ['store-set-table_code-index']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/config\"),\n name: \"\".concat(pre, \"table_code\"),\n meta: {\n title: '桌码设置222',\n auth: ['store-set-table_code-config']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/index');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/classify\"),\n name: \"\".concat(pre, \"tableCodeClassify\"),\n meta: {\n title: '桌码分类',\n auth: ['store-set-table_code-classify']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/classify');\n }\n }, {\n path: \"\".concat(Setting.routePre, \"/set/table_code/list\"),\n name: \"\".concat(pre, \"tableCodeList\"),\n meta: {\n title: '桌码列表',\n auth: ['store-set-table_code-list']\n },\n component: function component() {\n return import('@/pages/setting/tableCode/list');\n }\n }]\n};",null]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/babel-loader/c4696f412f5c1f7c91a52b8714a12c78.json b/view/store/node_modules/.cache/babel-loader/c4696f412f5c1f7c91a52b8714a12c78.json index 620b9f813..5bab4d144 100644 --- a/view/store/node_modules/.cache/babel-loader/c4696f412f5c1f7c91a52b8714a12c78.json +++ b/view/store/node_modules/.cache/babel-loader/c4696f412f5c1f7c91a52b8714a12c78.json @@ -1 +1 @@ -{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\codeeeeee\\酒水代码\\view\\store\\src\\api\\setting.js","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\api\\setting.js","mtime":1729046414452},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js","mtime":1729046409050}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +----------------------------------------------------------------------\n// | Author: CRMEB Team \n// +----------------------------------------------------------------------\nimport request from '@/plugins/request';\n/**\r\n *门店权限设置-管理员身份列表\r\n */\n\nexport function systemRole() {\n return request({\n url: 'system/role',\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-提交管理员身份\r\n */\n\nexport function roleCreatApi(data) {\n return request({\n url: \"system/role/\".concat(data.id),\n method: 'post',\n data: data\n });\n}\n/**\r\n *门店权限设置-添加编辑管理员身份\r\n */\n\nexport function roleInfoApi(id) {\n return request({\n url: \"system/role/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-菜单列表\r\n */\n\nexport function menuList() {\n return request({\n url: \"system/menusList\",\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-子菜单列表\r\n * roleId为角色id,id为菜单id\r\n */\n\nexport function sonMenusList(roleId, id) {\n return request({\n url: \"system/sonMenusList/\".concat(roleId, \"/\").concat(id),\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-门店管理员列表\r\n */\n\nexport function systemAdmin(data) {\n return request({\n url: \"system/admin\",\n method: 'get',\n params: data\n });\n}\n/**\r\n *门店权限设置-门店管理员列表修改状态\r\n */\n\nexport function adminSetStatus(id, status) {\n return request({\n url: \"system/admin/set_status/\".concat(id, \"/\").concat(status),\n method: 'put'\n });\n}\n/**\r\n *门店权限设置-添加门店管理员\r\n */\n\nexport function adminCreate() {\n return request({\n url: \"system/admin/create\",\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-编辑门店管理员\r\n */\n\nexport function adminEdit(id) {\n return request({\n url: \"system/admin/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取地图key\r\n */\n\nexport function keyApi() {\n return request({\n url: 'config',\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取当前登录门店信息\r\n */\n\nexport function storeGetInfoApi() {\n return request({\n url: 'system/store/info',\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取当前登录门店信息\r\n */\n\nexport function storeUpdateApi(data) {\n return request({\n url: 'system/store/update',\n method: 'put',\n data: data\n });\n}\n/**\r\n * @description 门店设置 获取省市区街道\r\n */\n\nexport function cityApi(data) {\n return request({\n url: 'city',\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 小票打印、电子面单\r\n */\n\nexport function configEdit(data) {\n return request({\n url: 'system/config/edit_basics',\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 列表\r\n * @param {Object} param data {Object} 传值参数\r\n */\n\nexport function templatesApi(data) {\n return request({\n url: \"setting/shipping_templates/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 提交修改表单;\r\n */\n\nexport function templatesSaveApi(id, data) {\n return request({\n url: \"setting/shipping_templates/save/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 提交修改表单;\r\n */\n\nexport function shipTemplatesApi(id) {\n return request({\n url: \"setting/shipping_templates/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n * @description 运费模板 获取省市区街道\r\n */\n\nexport function cityData(data) {\n return request({\n url: 'city',\n method: 'get',\n params: data\n });\n}\n/**\r\n * 配送订单列表\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function deliveryList(data) {\n return request({\n url: \"/order/delivery_order/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * 取消配送单\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function deliveryCancelForm(id) {\n return request({\n url: \"/order/delivery_order/cancelForm/\".concat(id),\n method: 'get'\n });\n}\n/**\r\n * 配送商品类型\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function getBusiness(type) {\n return request({\n url: \"/system/store/getBusiness/\".concat(type),\n method: 'get'\n });\n}\nexport function getConfig(type) {\n return request({\n url: \"/system/config/\".concat(type),\n method: 'get'\n });\n}\n/**\r\n * 保存门店配置\r\n * @param {*} type \r\n * @param {*} data \r\n * @returns \r\n */\n\nexport function submitConfig(type, data) {\n return request({\n url: \"/system/config/\".concat(type),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取餐桌座位数列表\r\n * @returns \r\n */\n\nexport function getTableSeatsList() {\n return request({\n url: \"/table/seats/list\",\n method: 'get'\n });\n}\n/**\r\n * 添加、编辑餐桌座位数\r\n * @param {*} id \r\n * @param {*} params \r\n * @returns \r\n */\n\nexport function addSeats(id, params) {\n return request({\n url: \"/table/add/seats/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * 获取桌码分类列表\r\n * @param {*} params \r\n * @returns \r\n */\n\nexport function getTableCateList(params) {\n return request({\n url: \"/table/cate/list\",\n method: 'get',\n params: params\n });\n}\n/**\r\n * 添加、编辑桌码分类\r\n * @param {*} id \r\n * @param {*} params \r\n * @returns \r\n */\n\nexport function addTableCate(id, params) {\n return request({\n url: \"/table/add/cate/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * 获取桌码列表\r\n * @param {*} params \r\n * @returns \r\n */\n\nexport function getTableQRCodeList(params) {\n return request({\n url: \"/table/qrcodes/list\",\n method: 'get',\n params: params\n });\n}\n/**\r\n * 桌码添加、编辑\r\n * @param {*} id \r\n * @param {*} data \r\n * @returns \r\n */\n\nexport function addTableQRCode(id, data) {\n return request({\n url: \"/table/add/qrcode/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取收银台菜单列表\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function cashierMenusList() {\n return request({\n url: \"/system/cashierMenusList\",\n method: 'get'\n });\n}\n/**\r\n * 桌码操作启用\r\n * @param {*} id \r\n * @param {*} params \r\n * @returns \r\n */\n\nexport function updateTableUsing(id, params) {\n return request({\n url: \"/table/update/using/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * diy系统表单信息(详情)\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function systemFormInfo(id, data) {\n return request({\n url: \"/system/form/info/\".concat(id),\n method: 'get',\n params: data\n });\n}\n/**\r\n * 获取表单配置\r\n * @param type\r\n */\n\nexport function getNewFormBuildRuleApi(type) {\n return request({\n url: 'system/config/edit_new_build/' + type,\n method: 'get'\n });\n}\n/**\r\n * 获取打印机列表\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function getPrinterList(data) {\n return request({\n url: \"/system/printer/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * 获取打印机是否开启\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinterStatus(data) {\n return request({\n url: \"/system/printer/status/\".concat(data.id, \"/\").concat(data.status),\n method: 'post'\n });\n}\n/**\r\n * 获取打印机保存编辑\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinter(id, data) {\n return request({\n url: \"/system/printer/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取打印机信息\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinterInfo(id) {\n return request({\n url: \"/system/printer/info/\".concat(id),\n method: 'get'\n });\n}",null]} \ No newline at end of file +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\codeeeeee\\酒水代码\\view\\store\\src\\api\\setting.js","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\api\\setting.js","mtime":1729501287735},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js","mtime":1729046409050}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +----------------------------------------------------------------------\n// | Author: CRMEB Team \n// +----------------------------------------------------------------------\nimport request from '@/plugins/request';\n/**\r\n *门店权限设置-管理员身份列表\r\n */\n\nexport function systemRole() {\n return request({\n url: 'system/role',\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-提交管理员身份\r\n */\n\nexport function roleCreatApi(data) {\n return request({\n url: \"system/role/\".concat(data.id),\n method: 'post',\n data: data\n });\n}\n/**\r\n *门店权限设置-添加编辑管理员身份\r\n */\n\nexport function roleInfoApi(id) {\n return request({\n url: \"system/role/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-菜单列表\r\n */\n\nexport function menuList() {\n return request({\n url: \"system/menusList\",\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-子菜单列表\r\n * roleId为角色id,id为菜单id\r\n */\n\nexport function sonMenusList(roleId, id) {\n return request({\n url: \"system/sonMenusList/\".concat(roleId, \"/\").concat(id),\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-门店管理员列表\r\n */\n\nexport function systemAdmin(data) {\n return request({\n url: \"system/admin\",\n method: 'get',\n params: data\n });\n}\n/**\r\n *门店权限设置-门店管理员列表修改状态\r\n */\n\nexport function adminSetStatus(id, status) {\n return request({\n url: \"system/admin/set_status/\".concat(id, \"/\").concat(status),\n method: 'put'\n });\n}\n/**\r\n *门店权限设置-添加门店管理员\r\n */\n\nexport function adminCreate() {\n return request({\n url: \"system/admin/create\",\n method: 'get'\n });\n}\n/**\r\n *门店权限设置-编辑门店管理员\r\n */\n\nexport function adminEdit(id) {\n return request({\n url: \"system/admin/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取地图key\r\n */\n\nexport function keyApi() {\n return request({\n url: 'config',\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取当前登录门店信息\r\n */\n\nexport function storeGetInfoApi() {\n return request({\n url: 'system/store/info',\n method: 'get'\n });\n}\n/**\r\n * @description 门店设置 获取当前登录门店信息\r\n */\n\nexport function storeUpdateApi(data) {\n return request({\n url: 'system/store/update',\n method: 'put',\n data: data\n });\n}\n/**\r\n * @description 门店设置 获取省市区街道\r\n */\n\nexport function cityApi(data) {\n return request({\n url: 'city',\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 小票打印、电子面单\r\n */\n\nexport function configEdit(data) {\n return request({\n url: 'system/config/edit_basics',\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 列表\r\n * @param {Object} param data {Object} 传值参数\r\n */\n\nexport function templatesApi(data) {\n return request({\n url: \"setting/shipping_templates/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 提交修改表单;\r\n */\n\nexport function templatesSaveApi(id, data) {\n return request({\n url: \"setting/shipping_templates/save/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * @description 设置 运费模板 -- 提交修改表单;\r\n */\n\nexport function shipTemplatesApi(id) {\n return request({\n url: \"setting/shipping_templates/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n/**\r\n * @description 运费模板 获取省市区街道\r\n */\n\nexport function cityData(data) {\n return request({\n url: 'city',\n method: 'get',\n params: data\n });\n}\n/**\r\n * 配送订单列表\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function deliveryList(data) {\n return request({\n url: \"/order/delivery_order/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * 取消配送单\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function deliveryCancelForm(id) {\n return request({\n url: \"/order/delivery_order/cancelForm/\".concat(id),\n method: 'get'\n });\n}\n/**\r\n * 配送商品类型\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function getBusiness(type) {\n return request({\n url: \"/system/store/getBusiness/\".concat(type),\n method: 'get'\n });\n}\nexport function getConfig(type) {\n return request({\n url: \"/system/config/\".concat(type),\n method: 'get'\n });\n}\nexport function getConfig2(type) {\n return request({\n url: \"/system/tableconfig\",\n method: 'get'\n });\n}\n/**\r\n * 保存门店配置\r\n * @param {*} type\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function submitConfig(type, data) {\n return request({\n url: \"/system/config/\".concat(type),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取餐桌座位数列表\r\n * @returns\r\n */\n\nexport function getTableSeatsList() {\n return request({\n url: \"/table/seats/list\",\n method: 'get'\n });\n}\n/**\r\n * 添加、编辑餐桌座位数\r\n * @param {*} id\r\n * @param {*} params\r\n * @returns\r\n */\n\nexport function addSeats(id, params) {\n return request({\n url: \"/table/add/seats/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * 获取桌码分类列表\r\n * @param {*} params\r\n * @returns\r\n */\n\nexport function getTableCateList(params) {\n return request({\n url: \"/table/cate/list\",\n method: 'get',\n params: params\n });\n}\n/**\r\n * 添加、编辑桌码分类\r\n * @param {*} id\r\n * @param {*} params\r\n * @returns\r\n */\n\nexport function addTableCate(id, params) {\n return request({\n url: \"/table/add/cate/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * 获取桌码列表\r\n * @param {*} params\r\n * @returns\r\n */\n\nexport function getTableQRCodeList(params) {\n return request({\n url: \"/table/qrcodes/list\",\n method: 'get',\n params: params\n });\n}\n/**\r\n * 桌码添加、编辑\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function addTableQRCode(id, data) {\n return request({\n url: \"/table/add/qrcode/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取收银台菜单列表\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function cashierMenusList() {\n return request({\n url: \"/system/cashierMenusList\",\n method: 'get'\n });\n}\n/**\r\n * 桌码操作启用\r\n * @param {*} id\r\n * @param {*} params\r\n * @returns\r\n */\n\nexport function updateTableUsing(id, params) {\n return request({\n url: \"/table/update/using/\".concat(id),\n method: 'get',\n params: params\n });\n}\n/**\r\n * diy系统表单信息(详情)\r\n * @param {*} type\r\n * @returns\r\n */\n\nexport function systemFormInfo(id, data) {\n return request({\n url: \"/system/form/info/\".concat(id),\n method: 'get',\n params: data\n });\n}\n/**\r\n * 获取表单配置\r\n * @param type\r\n */\n\nexport function getNewFormBuildRuleApi(type) {\n return request({\n url: 'system/config/edit_new_build/' + type,\n method: 'get'\n });\n}\n/**\r\n * 获取打印机列表\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function getPrinterList(data) {\n return request({\n url: \"/system/printer/list\",\n method: 'get',\n params: data\n });\n}\n/**\r\n * 获取打印机是否开启\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinterStatus(data) {\n return request({\n url: \"/system/printer/status/\".concat(data.id, \"/\").concat(data.status),\n method: 'post'\n });\n}\n/**\r\n * 获取打印机保存编辑\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinter(id, data) {\n return request({\n url: \"/system/printer/\".concat(id),\n method: 'post',\n data: data\n });\n}\n/**\r\n * 获取打印机信息\r\n * @param {*} id\r\n * @param {*} data\r\n * @returns\r\n */\n\nexport function postPrinterInfo(id) {\n return request({\n url: \"/system/printer/info/\".concat(id),\n method: 'get'\n });\n}",null]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/eslint-loader/038c8ed46a482c47463614398511793daa944cbc.json.gz b/view/store/node_modules/.cache/eslint-loader/038c8ed46a482c47463614398511793daa944cbc.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/038c8ed46a482c47463614398511793daa944cbc.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/044eb2c8084c5230f332b222807bc40fe57c9130.json.gz b/view/store/node_modules/.cache/eslint-loader/044eb2c8084c5230f332b222807bc40fe57c9130.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/044eb2c8084c5230f332b222807bc40fe57c9130.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/0a4cfd908ff53a02b362830d3960be4d887f796f.json.gz b/view/store/node_modules/.cache/eslint-loader/0a4cfd908ff53a02b362830d3960be4d887f796f.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/0a4cfd908ff53a02b362830d3960be4d887f796f.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/0b69fc5aeec522e0fb588a60099923f38c5069b3.json.gz b/view/store/node_modules/.cache/eslint-loader/0b69fc5aeec522e0fb588a60099923f38c5069b3.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/0b69fc5aeec522e0fb588a60099923f38c5069b3.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/0e13b8c5cca096f132e058424f82c64eb68e3050.json.gz b/view/store/node_modules/.cache/eslint-loader/0e13b8c5cca096f132e058424f82c64eb68e3050.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/0e13b8c5cca096f132e058424f82c64eb68e3050.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/0f8ed1c49c10720e33000434dc5adbad3c8895a3.json.gz b/view/store/node_modules/.cache/eslint-loader/0f8ed1c49c10720e33000434dc5adbad3c8895a3.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/0f8ed1c49c10720e33000434dc5adbad3c8895a3.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/11af74a02a365b96125d381c1e543472c900e40c.json.gz b/view/store/node_modules/.cache/eslint-loader/11af74a02a365b96125d381c1e543472c900e40c.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/11af74a02a365b96125d381c1e543472c900e40c.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/135c214c53dfb63d3de0e24104cba9c59a228383.json.gz b/view/store/node_modules/.cache/eslint-loader/135c214c53dfb63d3de0e24104cba9c59a228383.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/135c214c53dfb63d3de0e24104cba9c59a228383.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/1dfb0169e118fcf1938a938bfda6ba2c73bae509.json.gz b/view/store/node_modules/.cache/eslint-loader/1dfb0169e118fcf1938a938bfda6ba2c73bae509.json.gz new file mode 100644 index 000000000..4dfe1870e Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/1dfb0169e118fcf1938a938bfda6ba2c73bae509.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/201d80f415e4e2852202f6acccafada4ef7775ed.json.gz b/view/store/node_modules/.cache/eslint-loader/201d80f415e4e2852202f6acccafada4ef7775ed.json.gz new file mode 100644 index 000000000..b1b21e061 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/201d80f415e4e2852202f6acccafada4ef7775ed.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/20ea1144d12109f937dad33db1b6acd2573000c0.json.gz b/view/store/node_modules/.cache/eslint-loader/20ea1144d12109f937dad33db1b6acd2573000c0.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/20ea1144d12109f937dad33db1b6acd2573000c0.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/24302dc17b1df67fc77c277ba08108a01b2e3d01.json.gz b/view/store/node_modules/.cache/eslint-loader/24302dc17b1df67fc77c277ba08108a01b2e3d01.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/24302dc17b1df67fc77c277ba08108a01b2e3d01.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/2da660b35e49f9429fdce126ec6d337cbd4b6197.json.gz b/view/store/node_modules/.cache/eslint-loader/2da660b35e49f9429fdce126ec6d337cbd4b6197.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/2da660b35e49f9429fdce126ec6d337cbd4b6197.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/38c08c303465897c9ba31d0eff16eefe995aa404.json.gz b/view/store/node_modules/.cache/eslint-loader/38c08c303465897c9ba31d0eff16eefe995aa404.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/38c08c303465897c9ba31d0eff16eefe995aa404.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/3a491a54ad07ffb0496dd75249e5a466f69891f1.json.gz b/view/store/node_modules/.cache/eslint-loader/3a491a54ad07ffb0496dd75249e5a466f69891f1.json.gz new file mode 100644 index 000000000..777b479e6 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/3a491a54ad07ffb0496dd75249e5a466f69891f1.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/3c56b638eac4a6f7a3f29f0087b34c9dac034900.json.gz b/view/store/node_modules/.cache/eslint-loader/3c56b638eac4a6f7a3f29f0087b34c9dac034900.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/3c56b638eac4a6f7a3f29f0087b34c9dac034900.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/4096929c04ad2f0a0a07b4545fb95d484241704b.json.gz b/view/store/node_modules/.cache/eslint-loader/4096929c04ad2f0a0a07b4545fb95d484241704b.json.gz new file mode 100644 index 000000000..18cebe91f Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/4096929c04ad2f0a0a07b4545fb95d484241704b.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/4257298caf54ad7bcb31175facdca9883439e020.json.gz b/view/store/node_modules/.cache/eslint-loader/4257298caf54ad7bcb31175facdca9883439e020.json.gz new file mode 100644 index 000000000..f626570e5 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/4257298caf54ad7bcb31175facdca9883439e020.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/49201d29a93190660c6a6e65de8ebe107651306c.json.gz b/view/store/node_modules/.cache/eslint-loader/49201d29a93190660c6a6e65de8ebe107651306c.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/49201d29a93190660c6a6e65de8ebe107651306c.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/4e32c7af754452be3685c94327a8fec0f2d4620f.json.gz b/view/store/node_modules/.cache/eslint-loader/4e32c7af754452be3685c94327a8fec0f2d4620f.json.gz new file mode 100644 index 000000000..e4029c18e Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/4e32c7af754452be3685c94327a8fec0f2d4620f.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/5de95153ad1a8bd4bc5e413cb6a84488a5b3fa02.json.gz b/view/store/node_modules/.cache/eslint-loader/5de95153ad1a8bd4bc5e413cb6a84488a5b3fa02.json.gz new file mode 100644 index 000000000..d5a5b9dab Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/5de95153ad1a8bd4bc5e413cb6a84488a5b3fa02.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/63eaadd09e2a3e00d88815a1b0ddfb5919bdec88.json.gz b/view/store/node_modules/.cache/eslint-loader/63eaadd09e2a3e00d88815a1b0ddfb5919bdec88.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/63eaadd09e2a3e00d88815a1b0ddfb5919bdec88.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/68f42ba083305b68bac690bdf5f438badcbd1ed5.json.gz b/view/store/node_modules/.cache/eslint-loader/68f42ba083305b68bac690bdf5f438badcbd1ed5.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/68f42ba083305b68bac690bdf5f438badcbd1ed5.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/6ce05b969152f1d9c29fac05bb561b1d00c9f619.json.gz b/view/store/node_modules/.cache/eslint-loader/6ce05b969152f1d9c29fac05bb561b1d00c9f619.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/6ce05b969152f1d9c29fac05bb561b1d00c9f619.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/744d167771d25a65eafb5857051cb0e1e2d8eaca.json.gz b/view/store/node_modules/.cache/eslint-loader/744d167771d25a65eafb5857051cb0e1e2d8eaca.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/744d167771d25a65eafb5857051cb0e1e2d8eaca.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/75e8753389cfe129d075a8c700640952a88bc7d2.json.gz b/view/store/node_modules/.cache/eslint-loader/75e8753389cfe129d075a8c700640952a88bc7d2.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/75e8753389cfe129d075a8c700640952a88bc7d2.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/899b95f55acfca791fe2f5d23f0156b070b34c3a.json.gz b/view/store/node_modules/.cache/eslint-loader/899b95f55acfca791fe2f5d23f0156b070b34c3a.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/899b95f55acfca791fe2f5d23f0156b070b34c3a.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/9cd7324a5397c837b674d0455be5e48774db1570.json.gz b/view/store/node_modules/.cache/eslint-loader/9cd7324a5397c837b674d0455be5e48774db1570.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/9cd7324a5397c837b674d0455be5e48774db1570.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/9da2c55e8bd38f7bc0d8a12e5e29cdda7fc0545b.json.gz b/view/store/node_modules/.cache/eslint-loader/9da2c55e8bd38f7bc0d8a12e5e29cdda7fc0545b.json.gz new file mode 100644 index 000000000..fca9fd579 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/9da2c55e8bd38f7bc0d8a12e5e29cdda7fc0545b.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/9f041e45942724b14c715ba9da98c53347bed7fd.json.gz b/view/store/node_modules/.cache/eslint-loader/9f041e45942724b14c715ba9da98c53347bed7fd.json.gz new file mode 100644 index 000000000..eeec80e5b Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/9f041e45942724b14c715ba9da98c53347bed7fd.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/a3e5b8bd1e0dda70fc81d4ad3945e3d6d0a49e39.json.gz b/view/store/node_modules/.cache/eslint-loader/a3e5b8bd1e0dda70fc81d4ad3945e3d6d0a49e39.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/a3e5b8bd1e0dda70fc81d4ad3945e3d6d0a49e39.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/a7c9457c8d512f330f8902bb7762c43b430ae3a2.json.gz b/view/store/node_modules/.cache/eslint-loader/a7c9457c8d512f330f8902bb7762c43b430ae3a2.json.gz new file mode 100644 index 000000000..6fd2f91d8 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/a7c9457c8d512f330f8902bb7762c43b430ae3a2.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/a83ced3f1204f092bcc3d075d9a56fa110e58022.json.gz b/view/store/node_modules/.cache/eslint-loader/a83ced3f1204f092bcc3d075d9a56fa110e58022.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/a83ced3f1204f092bcc3d075d9a56fa110e58022.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/a990b5bfb9de85f7521ccb9bea1545d168f5b59f.json.gz b/view/store/node_modules/.cache/eslint-loader/a990b5bfb9de85f7521ccb9bea1545d168f5b59f.json.gz new file mode 100644 index 000000000..96394fca5 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/a990b5bfb9de85f7521ccb9bea1545d168f5b59f.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/abc2fb5622ae163de88d754275682223cba550f1.json.gz b/view/store/node_modules/.cache/eslint-loader/abc2fb5622ae163de88d754275682223cba550f1.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/abc2fb5622ae163de88d754275682223cba550f1.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/ad094f6aad5036b3212d9963d792f9745a927e49.json.gz b/view/store/node_modules/.cache/eslint-loader/ad094f6aad5036b3212d9963d792f9745a927e49.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/ad094f6aad5036b3212d9963d792f9745a927e49.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/ad37e68d541f84bc359733c8c1c01aa00b1501b5.json.gz b/view/store/node_modules/.cache/eslint-loader/ad37e68d541f84bc359733c8c1c01aa00b1501b5.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/ad37e68d541f84bc359733c8c1c01aa00b1501b5.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/ad74803010c03684c18ef3182e654385483347c9.json.gz b/view/store/node_modules/.cache/eslint-loader/ad74803010c03684c18ef3182e654385483347c9.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/ad74803010c03684c18ef3182e654385483347c9.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/b4776384310320ecb5960c58e17c420d2641b872.json.gz b/view/store/node_modules/.cache/eslint-loader/b4776384310320ecb5960c58e17c420d2641b872.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/b4776384310320ecb5960c58e17c420d2641b872.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/bb3adbf135124659fbdb526a2be805c0422ca5a7.json.gz b/view/store/node_modules/.cache/eslint-loader/bb3adbf135124659fbdb526a2be805c0422ca5a7.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/bb3adbf135124659fbdb526a2be805c0422ca5a7.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/c0eb61c28f20d3f190e28c849921c075c3dec843.json.gz b/view/store/node_modules/.cache/eslint-loader/c0eb61c28f20d3f190e28c849921c075c3dec843.json.gz new file mode 100644 index 000000000..8afba1e5c Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/c0eb61c28f20d3f190e28c849921c075c3dec843.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/c1ce725aec7d1b3295912c76caf5915a967abbe7.json.gz b/view/store/node_modules/.cache/eslint-loader/c1ce725aec7d1b3295912c76caf5915a967abbe7.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/c1ce725aec7d1b3295912c76caf5915a967abbe7.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/c6dec9e1e19f8b3f57207bb754539c2457bbb242.json.gz b/view/store/node_modules/.cache/eslint-loader/c6dec9e1e19f8b3f57207bb754539c2457bbb242.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/c6dec9e1e19f8b3f57207bb754539c2457bbb242.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/d23cd31e6183dd4b103f873324f7eefac6c2476b.json.gz b/view/store/node_modules/.cache/eslint-loader/d23cd31e6183dd4b103f873324f7eefac6c2476b.json.gz new file mode 100644 index 000000000..6eb5556ca Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/d23cd31e6183dd4b103f873324f7eefac6c2476b.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/d71e8df8e007a8b8446801d45bb170668265c0d5.json.gz b/view/store/node_modules/.cache/eslint-loader/d71e8df8e007a8b8446801d45bb170668265c0d5.json.gz new file mode 100644 index 000000000..341514d05 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/d71e8df8e007a8b8446801d45bb170668265c0d5.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/d91e4c2fada15e3123a0dd85c7831024b03072a4.json.gz b/view/store/node_modules/.cache/eslint-loader/d91e4c2fada15e3123a0dd85c7831024b03072a4.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/d91e4c2fada15e3123a0dd85c7831024b03072a4.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/daebfc8778fa9da6faee399141315e294c369ead.json.gz b/view/store/node_modules/.cache/eslint-loader/daebfc8778fa9da6faee399141315e294c369ead.json.gz new file mode 100644 index 000000000..fdba56ced Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/daebfc8778fa9da6faee399141315e294c369ead.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/dc07f52e4d4b6a3a53c6895ced687423f2135051.json.gz b/view/store/node_modules/.cache/eslint-loader/dc07f52e4d4b6a3a53c6895ced687423f2135051.json.gz new file mode 100644 index 000000000..a1c8dab5a Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/dc07f52e4d4b6a3a53c6895ced687423f2135051.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/de0a5062aaa70517681f2d22fea2cd7e14b0ba62.json.gz b/view/store/node_modules/.cache/eslint-loader/de0a5062aaa70517681f2d22fea2cd7e14b0ba62.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/de0a5062aaa70517681f2d22fea2cd7e14b0ba62.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/df720cf3a29155cc1dd66874fb2e7fca3613b012.json.gz b/view/store/node_modules/.cache/eslint-loader/df720cf3a29155cc1dd66874fb2e7fca3613b012.json.gz new file mode 100644 index 000000000..e536ce1dd Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/df720cf3a29155cc1dd66874fb2e7fca3613b012.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/e1210ffb45e61ba255d78f21aa7be4945dad8684.json.gz b/view/store/node_modules/.cache/eslint-loader/e1210ffb45e61ba255d78f21aa7be4945dad8684.json.gz new file mode 100644 index 000000000..0467a1930 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/e1210ffb45e61ba255d78f21aa7be4945dad8684.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/e7b1d961a6fe1f834684bd381b680bbeaa7d65d3.json.gz b/view/store/node_modules/.cache/eslint-loader/e7b1d961a6fe1f834684bd381b680bbeaa7d65d3.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/e7b1d961a6fe1f834684bd381b680bbeaa7d65d3.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/f53d910d3912c0156896a38b990fad6206e256ae.json.gz b/view/store/node_modules/.cache/eslint-loader/f53d910d3912c0156896a38b990fad6206e256ae.json.gz new file mode 100644 index 000000000..53fe28a37 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/f53d910d3912c0156896a38b990fad6206e256ae.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/f56e46f73d18385c46e90c6ff036cef384e123be.json.gz b/view/store/node_modules/.cache/eslint-loader/f56e46f73d18385c46e90c6ff036cef384e123be.json.gz new file mode 100644 index 000000000..3c7b989a2 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/f56e46f73d18385c46e90c6ff036cef384e123be.json.gz differ diff --git a/view/store/node_modules/.cache/eslint-loader/fe11c887411f08e442461f5fb7642e9e0fa77378.json.gz b/view/store/node_modules/.cache/eslint-loader/fe11c887411f08e442461f5fb7642e9e0fa77378.json.gz new file mode 100644 index 000000000..8ae211815 Binary files /dev/null and b/view/store/node_modules/.cache/eslint-loader/fe11c887411f08e442461f5fb7642e9e0fa77378.json.gz differ diff --git a/view/store/node_modules/.cache/vue-loader/2ff7e99784ae563c4e164872376d6cce.json b/view/store/node_modules/.cache/vue-loader/2ff7e99784ae563c4e164872376d6cce.json new file mode 100644 index 000000000..18a550c60 --- /dev/null +++ b/view/store/node_modules/.cache/vue-loader/2ff7e99784ae563c4e164872376d6cce.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=template&id=982a4e4e&scoped=true&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["\n
\n \n \n \n
\n\n \n \n 押金\n 免押金\n \n\n \n\n \n \n \n\n\n \n \n 押金\n 免押金\n \n\n \n\n \n \n \n\n \n \n 押金\n 免押金\n \n\n \n\n \n \n \n\n \n \n 押金\n 免押金\n \n\n \n\n \n \n \n\n\n \n \n \n\n\n
\n \n
\n
\n \n
\n
\n\n
\n",null]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/vue-loader/805e0294d94cf1f6352a4059d482575a.json b/view/store/node_modules/.cache/vue-loader/805e0294d94cf1f6352a4059d482575a.json new file mode 100644 index 000000000..4e8749c9b --- /dev/null +++ b/view/store/node_modules/.cache/vue-loader/805e0294d94cf1f6352a4059d482575a.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\babel-loader\\lib\\index.js","mtime":1729046406587},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport {getConfig2, submitConfig} from '@/api/setting';\r\n\r\nexport default {\r\n data() {\r\n return {\r\n\r\n tableSeatsList: [],\r\n modal: false,\r\n formData: {\r\n baoxiang: 2,\r\n kazuo: '1',\r\n santai: '1',\r\n tongzhuo: '1',\r\n },\r\n id: 0,\r\n number: 1,\r\n };\r\n },\r\n created() {\r\n this.getConfig();\r\n\r\n },\r\n methods: {\r\n getConfig() {\r\n getConfig2('store_table_confi111g').then((res) => {\r\n if (res.data.constructor.name === 'Array') {\r\n return;\r\n }\r\n this.formData = res.data;\r\n });\r\n },\r\n\r\n // 提交桌码配置\r\n handleSubmit(name) {\r\n this.$refs[name].validate((valid) => {\r\n if (valid) {\r\n submitConfig('store_table_code', this.formData).then((res) => {\r\n this.$Message.success(res.msg);\r\n });\r\n }\r\n });\r\n },\r\n\r\n },\r\n};\r\n",null]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/vue-loader/8c203f4a1c50eeb5d160bc22fe4c3be0.json b/view/store/node_modules/.cache/vue-loader/8c203f4a1c50eeb5d160bc22fe4c3be0.json new file mode 100644 index 000000000..47de52b12 --- /dev/null +++ b/view/store/node_modules/.cache/vue-loader/8c203f4a1c50eeb5d160bc22fe4c3be0.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=template&id=982a4e4e&scoped=true&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n [\n _c(\n \"Card\",\n { attrs: { bordered: false, \"dis-hover\": \"\" } },\n [\n _c(\n \"Row\",\n [\n _c(\n \"Col\",\n { attrs: { span: \"20\" } },\n [\n _c(\n \"Form\",\n {\n ref: \"form\",\n attrs: { model: _vm.formData, \"label-width\": 110 }\n },\n [\n _c(\n \"FormItem\",\n { attrs: { label: \"包厢预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.baoxiang,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"baoxiang\", $$v)\n },\n expression: \"formData.baoxiang\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.baoxiang == 1,\n expression: \"formData.baoxiang == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"卡座预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.kazuo,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"kazuo\", $$v)\n },\n expression: \"formData.kazuo\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.kazuo == 1,\n expression: \"formData.kazuo == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"散台预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.santai,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"santai\", $$v)\n },\n expression: \"formData.santai\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.santai == 1,\n expression: \"formData.santai == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\n \"FormItem\",\n { attrs: { label: \"通桌预约:\" } },\n [\n _c(\n \"RadioGroup\",\n {\n model: {\n value: _vm.formData.tongzhuo,\n callback: function($$v) {\n _vm.$set(_vm.formData, \"tongzhuo\", $$v)\n },\n expression: \"formData.tongzhuo\"\n }\n },\n [\n _c(\n \"Radio\",\n { staticClass: \"mr20\", attrs: { label: \"1\" } },\n [_vm._v(\"押金\")]\n ),\n _c(\"Radio\", { attrs: { label: \"2\" } }, [\n _vm._v(\"免押金\")\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"FormItem\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.formData.tongzhuo == 1,\n expression: \"formData.tongzhuo == 1\"\n }\n ]\n },\n [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ]\n ),\n _c(\"FormItem\", { attrs: { label: \"预约锁定时长:\" } }, [\n _c(\"input\", {\n staticStyle: { height: \"20px\", width: \"100px\" },\n attrs: { type: \"number\" }\n })\n ])\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"footer acea-row row-center-wrapper\" },\n [\n _c(\n \"Button\",\n {\n staticClass: \"ml20\",\n attrs: { type: \"primary\" },\n on: {\n click: function($event) {\n return _vm.handleSubmit(\"form\")\n }\n }\n },\n [_vm._v(\"提交\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/vue-loader/d3d88ab5fb849a1f85dae6ed0cac322a.json b/view/store/node_modules/.cache/vue-loader/d3d88ab5fb849a1f85dae6ed0cac322a.json new file mode 100644 index 000000000..2806254fd --- /dev/null +++ b/view/store/node_modules/.cache/vue-loader/d3d88ab5fb849a1f85dae6ed0cac322a.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\eslint-loader\\index.js","mtime":1729046409050}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./config.vue?vue&type=template&id=982a4e4e&scoped=true&\"\nimport script from \"./config.vue?vue&type=script&lang=js&\"\nexport * from \"./config.vue?vue&type=script&lang=js&\"\nimport style0 from \"./config.vue?vue&type=style&index=0&id=982a4e4e&lang=less&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"982a4e4e\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"D:\\\\codeeeeee\\\\酒水代码\\\\view\\\\store\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('982a4e4e')) {\n api.createRecord('982a4e4e', component.options)\n } else {\n api.reload('982a4e4e', component.options)\n }\n module.hot.accept(\"./config.vue?vue&type=template&id=982a4e4e&scoped=true&\", function () {\n api.rerender('982a4e4e', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/pages/setting/tableCode/config.vue\"\nexport default component.exports"]} \ No newline at end of file diff --git a/view/store/node_modules/.cache/vue-loader/f03e13b2e98934dd705bc40808bdd6b5.json b/view/store/node_modules/.cache/vue-loader/f03e13b2e98934dd705bc40808bdd6b5.json new file mode 100644 index 000000000..26481cb39 --- /dev/null +++ b/view/store/node_modules/.cache/vue-loader/f03e13b2e98934dd705bc40808bdd6b5.json @@ -0,0 +1 @@ +{"remainingRequest":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue?vue&type=style&index=0&id=982a4e4e&lang=less&scoped=true&","dependencies":[{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\src\\pages\\setting\\tableCode\\config.vue","mtime":1729503614991},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\css-loader\\index.js","mtime":1729046407873},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\less-loader\\dist\\cjs.js","mtime":1729046410386},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1729046406806},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\vue-loader\\lib\\index.js","mtime":1729046413411},{"path":"D:\\codeeeeee\\酒水代码\\view\\store\\node_modules\\iview-loader\\index.js","mtime":1729046409925}],"contextDependencies":[],"result":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\n/deep/ .ivu-modal-content {\r\n border-radius: 10px;\r\n}\r\n\r\n/deep/ .ivu-modal-header {\r\n border-radius: 10px 10px 0 0;\r\n background-color: #ffffff;\r\n}\r\n\r\n/deep/ .ivu-modal-body {\r\n padding: 28px 31px 31px 0;\r\n}\r\n\r\n/deep/ .ivu-input-number {\r\n width: 100%;\r\n}\r\n\r\n.add-modal-wrap {\r\n .footer {\r\n height: auto;\r\n margin-top: 0;\r\n box-shadow: none;\r\n text-align: right;\r\n }\r\n}\r\n\r\n.footer {\r\n width: 100%;\r\n height: 50px;\r\n box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);\r\n margin-top: 50px;\r\n}\r\n\r\n/deep/ .ivu-card-body {\r\n padding-bottom: 0;\r\n}\r\n",null]} \ No newline at end of file diff --git a/view/store/src/api/setting.js b/view/store/src/api/setting.js index 6e4d696ad..34a45d3dc 100644 --- a/view/store/src/api/setting.js +++ b/view/store/src/api/setting.js @@ -241,11 +241,18 @@ export function getConfig(type) { }); } +export function getConfig2(type) { + return request({ + url: `/system/tableconfig`, + method: 'get' + }); +} + /** * 保存门店配置 - * @param {*} type - * @param {*} data - * @returns + * @param {*} type + * @param {*} data + * @returns */ export function submitConfig(type, data) { return request({ @@ -257,7 +264,7 @@ export function submitConfig(type, data) { /** * 获取餐桌座位数列表 - * @returns + * @returns */ export function getTableSeatsList() { return request({ @@ -268,9 +275,9 @@ export function getTableSeatsList() { /** * 添加、编辑餐桌座位数 - * @param {*} id - * @param {*} params - * @returns + * @param {*} id + * @param {*} params + * @returns */ export function addSeats(id, params) { return request({ @@ -282,8 +289,8 @@ export function addSeats(id, params) { /** * 获取桌码分类列表 - * @param {*} params - * @returns + * @param {*} params + * @returns */ export function getTableCateList(params) { return request({ @@ -295,9 +302,9 @@ export function getTableCateList(params) { /** * 添加、编辑桌码分类 - * @param {*} id - * @param {*} params - * @returns + * @param {*} id + * @param {*} params + * @returns */ export function addTableCate(id, params) { return request({ @@ -309,8 +316,8 @@ export function addTableCate(id, params) { /** * 获取桌码列表 - * @param {*} params - * @returns + * @param {*} params + * @returns */ export function getTableQRCodeList(params) { return request({ @@ -322,9 +329,9 @@ export function getTableQRCodeList(params) { /** * 桌码添加、编辑 - * @param {*} id - * @param {*} data - * @returns + * @param {*} id + * @param {*} data + * @returns */ export function addTableQRCode(id, data) { return request({ @@ -349,9 +356,9 @@ export function cashierMenusList() { /** * 桌码操作启用 - * @param {*} id - * @param {*} params - * @returns + * @param {*} id + * @param {*} params + * @returns */ export function updateTableUsing(id, params) { return request({ diff --git a/view/store/src/pages/setting/tableCode/config.vue b/view/store/src/pages/setting/tableCode/config.vue new file mode 100644 index 000000000..93a0e913b --- /dev/null +++ b/view/store/src/pages/setting/tableCode/config.vue @@ -0,0 +1,159 @@ + + + + + diff --git a/view/store/src/router/modules/set.js b/view/store/src/router/modules/set.js index 5232f0d87..e6fd65097 100644 --- a/view/store/src/router/modules/set.js +++ b/view/store/src/router/modules/set.js @@ -13,91 +13,100 @@ import Setting from "@/setting"; const pre = 'set_'; export default { - path: `${Setting.routePre}/set/`, - name: 'set', - header: 'set', - meta: { - // 授权标识 - auth: ['store-set'] - }, - redirect: { - name: `${pre}set` - }, - component: BasicLayout, - children: [{ - path: 'store', - name: `${pre}set`, - meta: { - title: '门店设置', - auth: ['store-set-store'] - }, - component: () => import('@/pages/setting/index') - }, - { - path: 'index', - name: `${pre}setting`, - meta: { - title: '电子面单打印', - auth: ['store-set-index'] - }, - props: { - typeMole: 'third' - }, - component: () => import('@/components/fromSubmit/commonForm.vue') - }, - { - path: 'hardware/ticket', - name: `${pre}ticket`, - meta: { - title: '小票打印', - auth: ['store-set-hardware-ticket'] - }, - component: () => import('@/pages/setting/ticket/index') - }, - { - path: 'delivery/record', - name: `${pre}setting`, - meta: { - title: '配送记录', - auth: ['store-set-delivery-record'] - }, - component: () => import('@/pages/setting/deliveryRecord/index') - }, - { - path: `${Setting.routePre}/admin/index`, - name: `${pre}admin`, - meta: { - title: '管理员列表', - auth: ['store-admin-index'] - }, - component: () => import('@/pages/setting/admin/index') - }, - { - path: `${Setting.routePre}/set/table_code/index`, - name: `${pre}table_code`, - meta: { - title: '桌码设置', - auth: ['store-set-table_code-index'] - }, - component: () => import('@/pages/setting/tableCode/index') - }, - { - path: `${Setting.routePre}/set/table_code/classify`, - name: `${pre}tableCodeClassify`, - meta: { - title: '桌码分类', - auth: ['store-set-table_code-classify'] - }, - component: () => import('@/pages/setting/tableCode/classify') - }, - { - path: `${Setting.routePre}/set/table_code/list`, - name: `${pre}tableCodeList`, - meta: { - title: '桌码列表', - auth: ['store-set-table_code-list'] - }, - component: () => import('@/pages/setting/tableCode/list') - } - ] + path: `${Setting.routePre}/set/`, + name: 'set', + header: 'set', + meta: { + // 授权标识 + auth: ['store-set'] + }, + redirect: { + name: `${pre}set` + }, + component: BasicLayout, + children: [{ + path: 'store', + name: `${pre}set`, + meta: { + title: '门店设置', + auth: ['store-set-store'] + }, + component: () => import('@/pages/setting/index') + }, + { + path: 'index', + name: `${pre}setting`, + meta: { + title: '电子面单打印', + auth: ['store-set-index'] + }, + props: { + typeMole: 'third' + }, + component: () => import('@/components/fromSubmit/commonForm.vue') + }, + { + path: 'hardware/ticket', + name: `${pre}ticket`, + meta: { + title: '小票打印', + auth: ['store-set-hardware-ticket'] + }, + component: () => import('@/pages/setting/ticket/index') + }, + { + path: 'delivery/record', + name: `${pre}setting`, + meta: { + title: '配送记录', + auth: ['store-set-delivery-record'] + }, + component: () => import('@/pages/setting/deliveryRecord/index') + }, + { + path: `${Setting.routePre}/admin/index`, + name: `${pre}admin`, + meta: { + title: '管理员列表', + auth: ['store-admin-index'] + }, + component: () => import('@/pages/setting/admin/index') + }, + { + path: `${Setting.routePre}/set/table_code/index`, + name: `${pre}table_code`, + meta: { + title: '桌码设置', + auth: ['store-set-table_code-index'] + }, + component: () => import('@/pages/setting/tableCode/index') + }, + { + path: `${Setting.routePre}/set/table_code/config`, + name: `${pre}table_code`, + meta: { + title: '桌码押金', + auth: ['store-set-table_code-index'] + }, + component: () => import('@/pages/setting/tableCode/config') + }, + { + path: `${Setting.routePre}/set/table_code/classify`, + name: `${pre}tableCodeClassify`, + meta: { + title: '桌码分类', + auth: ['store-set-table_code-classify'] + }, + component: () => import('@/pages/setting/tableCode/classify') + }, + { + path: `${Setting.routePre}/set/table_code/list`, + name: `${pre}tableCodeList`, + meta: { + title: '桌码列表', + auth: ['store-set-table_code-list'] + }, + component: () => import('@/pages/setting/tableCode/list') + } + ] };