xiaodai2022 2 years ago
parent
commit
e1956f8f79

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-52c1f9c4.cb425b24.js


BIN
dist/static/js/chunk-52c1f9c4.cb425b24.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-52c1f9c4.db8b81a8.js


BIN
dist/static/js/chunk-52c1f9c4.db8b81a8.js.gz


+ 17 - 0
src/views/InvoiceSales/invoicePool/index.vue

@@ -428,6 +428,23 @@ export default {
         size: 15, // 每页显示条数
       };
       this.searchList();
+    },
+      async timeReturned(e) {
+      if (e.startTime !== "") {
+        this.parmValue.starttime = e.startTime;
+      } else {
+        this.parmValue.starttime = "";
+      }
+
+      if (e.endTime !== "") {
+        this.parmValue.endtime = e.endTime;
+      } else {
+        this.parmValue.endtime = "";
+      }
+      if (this.parmValue.starttime !== "" && this.parmValue.endtime !== "") {
+        this.parmValue.page = 1;
+        await this.searchList();
+      }
     },
     // 新建/编辑/详情
     openModal(id, name, contector, isDetail) {

Some files were not shown because too many files changed in this diff