1 line
9.7 KiB
JSON
1 line
9.7 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\\house\\rentPay\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\house\\rentPay\\index.vue","mtime":1737610069426},{"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\nimport Paging from \"@/views/Public/paging.vue\";\nimport { getRentList, addRentData, updateRentData, delRentData, importLifeFile, Own } from \"@/api/getdata\";\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 loading: false,\n //初始化loading\n loadingMsg: \"\",\n contractId: '',\n updatePopup: false,\n addPopup: false,\n rules: {\n amount: [{\n required: true,\n message: \"请输入缴费金额\",\n trigger: \"blur\"\n }],\n payTime: [{\n required: true,\n message: \"请选择时间\",\n trigger: \"blur\"\n }]\n },\n rowRule: {\n amount: [{\n required: true,\n message: \"请输入缴费金额\",\n trigger: \"blur\"\n }],\n payTime: [{\n required: true,\n message: \"请选择时间\",\n trigger: \"blur\"\n }]\n },\n ruleForm: {\n money: '',\n payTime: '',\n remark: ''\n },\n row: {\n id: '',\n money: '',\n payTime: '',\n remark: ''\n },\n popupBtn: \"3\",\n completeTitle: \"\",\n nav: \"\",\n fileList: [],\n validation: false,\n formInline: {\n value1: ''\n // unit: \"\",\n // kinds: \"\"\n },\n page: {\n limit: 0 /** 当前点击*/,\n sizePage: 10 /** 当前多少页*/,\n total: 0 /**总数 */\n },\n downloadLoading: false,\n tableData: []\n };\n },\n mounted: function mounted() {\n this.createLoad();\n this.contractId = this.$route.query.contractId;\n this.getlist();\n },\n methods: {\n addRecord: function addRecord() {\n this.addPopup = true;\n this.ruleForm = {\n money: '',\n payTime: '',\n remark: ''\n };\n },\n editRecord: function editRecord(row) {\n this.row.id = row.id;\n this.row.payTime = row.payTime;\n this.row.amount = row.amount;\n this.row.remark = row.remark;\n this.updatePopup = true;\n },\n submitForm: function submitForm(formName) {\n var _this
|