1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
|
|
{"remainingRequest":"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\\menuCard\\popup\\everydata.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\menuCard\\popup\\everydata.vue","mtime":1737610069436},{"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\\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":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 * btn 1 取消\r\n * btn 2 确认\r\n * btn 3 取消和确认\r\n */\nvar _default = exports.default = {\n props: [\"btn\", \"width\", \"rule\"],\n data: function data() {\n return {\n dataOptions: [],\n lDialog: this.width > 500 ? \"w700\" : \"w500\",\n titleV: this.title = \"设置每月餐券发放日期\",\n content: \"请检查并重新输入考核得分\",\n sureBtn: \"确认\",\n clearBtn: \"取消\",\n dialogVisible: true,\n // this.type == \"2\" ? this.row.Month : \"\"\n // dialogVisible: this.type ? true : false /*弹出窗 */,\n ruleForm: {\n data: \"\"\n },\n rules: {\n data: [{\n required: true,\n message: \"请输入日期\",\n trigger: \"change\"\n }]\n }\n };\n },\n created: function created() {\n for (var i = 1; i < 29; i++) {\n this.dataOptions.push({\n id: i,\n value: i,\n label: i\n });\n }\n // console.log(this.dataOptions,123)\n },\n mounted: function mounted() {},\n methods: {\n /*关闭弹窗 */handleClose: function handleClose() {\n var _this = this;\n this.dialogVisible = false;\n this.$emit(\"closeEvery\");\n setTimeout(function () {\n _this.dialogVisible = true;\n }, 3000);\n },\n /**验证 */submitForm: function submitForm(formName) {\n var _this2 = this;\n // console.log('----')\n this.$refs[formName].validate(function (valid) {\n if (valid) {\n _this2.dialogVisible = false;\n // console.log(this.ruleForm,'-------')\n _this2.$emit(\"settingdata\", _this2.ruleForm);\n setTimeout(function () {\n _this2.dialogVisible = true;\n }, 1000);\n } else {\n console.log(\"error submit!!\");\n return false;\n }\n });\n }\n }\n};",null]}
|