Browse Source

打包订单页面

lex-xin 5 years ago
parent
commit
a746d91535

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-40e665d1.0b0e04f7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-40e665d1.c51aac6b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6181ddae.740e2f73.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6181ddae.f509e6ce.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-bc672cf4.3de74fbf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-bc672cf4.8c6a3588.js


+ 3 - 0
src/views/businessManager/orderManager/income.vue

@@ -14,6 +14,7 @@
                      v-model="searchForm.organId"
                      filterable
                      clearable
+                     @clear="onClear('organId')"
                      placeholder="请选择分部">
             <el-option v-for="(item,index) in organList"
                        :key="index"
@@ -180,6 +181,8 @@ export default {
         this.searchForm.paymentType = null
       } else if(type  == 'paymentStatus') {
         this.searchForm.paymentStatus = null
+      } else if(type == 'organId') {
+        this.searchForm.organId = null
       }
     },
     onOrderExport() { // 报表导出

+ 3 - 1
src/views/businessManager/orderManager/incomeOne.vue

@@ -8,7 +8,7 @@
       <!-- 搜索类型 -->
       <el-form :inline="true" class="searchForm" v-model="searchForm">
         <el-form-item prop='organId'>
-          <el-select class='multiple' v-model="searchForm.organId" filterable clearable placeholder="请选择分部">
+          <el-select class='multiple' v-model="searchForm.organId" @clear="onClear('organId')" filterable clearable placeholder="请选择分部">
             <el-option v-for="(item,index) in organList" :key="index" :label="item.name" :value="item.id"></el-option>
           </el-select>
         </el-form-item>
@@ -136,6 +136,8 @@
           this.searchForm.paymentType = null
         } else if(type  == 'paymentStatus') {
           this.searchForm.paymentStatus = null
+        } else if(type == 'organId') {
+          this.searchForm.organId = null
         }
       },
       onOrderExport() { // 报表导出

+ 3 - 0
src/views/businessManager/orderManager/incomeTwo.vue

@@ -14,6 +14,7 @@
                      v-model="searchForm.organId"
                      filterable
                      clearable
+                     @clear="onClear('organId')"
                      placeholder="请选择分部">
             <el-option v-for="(item,index) in organList"
                        :key="index"
@@ -182,6 +183,8 @@ export default {
         this.searchForm.paymentType = null
       } else if(type  == 'paymentStatus') {
         this.searchForm.paymentStatus = null
+      } else if(type == 'organId') {
+        this.searchForm.organId = null
       }
     },
     onOrderExport() { // 报表导出

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