1 line
12 KiB
JSON
1 line
12 KiB
JSON
|
|
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\catering\\evaluateMenu\\addEvaluateMenu\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\catering\\evaluateMenu\\addEvaluateMenu\\index.vue","mtime":1737610069410},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"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//\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\nimport { AddmenuEv, Updatamenu, Foodlist, Menudetail, Deletemenu } from \"@/api/getdata\";\nimport Paging from \"@/views/Public/paging.vue\";\nimport Popup from \"@/views/estate/examine/dialog/popup.vue\";\nexport default {\n components: {\n Paging: Paging,\n Popup: Popup\n },\n data: function data() {\n return {\n formInline: {\n pc: \"\",\n input: \"\"\n },\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n loading1: false,\n //初始化loading\n loadingMsg1: \"\",\n a: 0,\n msg: \"暂无菜品,请从右侧选择菜品\",\n row: {},\n btn: 3,\n cp: \"\",\n validation: false,\n completeTitle: \"\",\n nav: \"\",\n detail: [],\n canteen: \"\",\n input: \"\",\n kinds: \"\",\n foodName: \"\",\n num: \"\",\n quota: \"\",\n id: \"\",\n greenFoodsVarieties: [],\n til: \"添加\",\n tableData: [],\n ruleForm: {\n uploadDate: \"\",\n locationId: ''\n },\n rules: {\n locationId: [{\n required: true,\n message: \"请选择\",\n trigger: \"blur\"\n }],\n uploadDate: [{\n required: true,\n message: \"请选择日期\",\n trigger: \"blur\"\n }]\n },\n isShow: {},\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n data: typeof this.$route.query.rowdata == \"string\" ? JSON.parse(window.localStorage.getItem(\"takewayRowdata\")) : this.$route.query.rowdata,\n indexCall: this.$route.query.index ? this.$route.query.index : window.localStorage.getItem(\"takewayIndex\"),\n greenContent: []\n };\n },\n mounted: function mounted() {\n this.createLoad();\n this.createLoad1();\n this.til = this.data ? this.data.til : \"\";\n this.id = this.data ? this.data.id : \"\";\n this.getdetail();\n this.getlist();\n this.ruleForm.uploadDate = this.data ? this.data.sell_date : \"\";\n if (this.til != \"添加\") {\n
|