sale-client 3.6.363 → 3.6.364

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.363",
3
+ "version": "3.6.364",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -27,20 +27,6 @@
27
27
  close-on-select clear-button>
28
28
  </v-select>
29
29
  </div>
30
- <div class="span" style="float:right;">
31
- <button class="button_search button_spacing" @click="search()" v-el:cx>查询</button>
32
- <button v-if="$parent.$parent.bathshow" class="button_clear button_spacing" @click="$parent.$parent.batchtax()">批量减免</button>
33
-
34
- <div
35
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
36
- @click="$parent.$parent.hidden()"
37
- class="button_spacing"
38
- style="float: right">
39
- </div>
40
- </div>
41
- </div>
42
-
43
- <div class="row" v-show="$parent.$parent.criteriaShow">
44
30
  <div class="form-group col-sm-2">
45
31
  <label class="font_normal_body">起始日期</label>
46
32
  <datepicker id="statDate" placeholder="起始日期"
@@ -63,6 +49,21 @@
63
49
  style="width:60%">
64
50
  </datepicker>
65
51
  </div>
52
+ <div class="span" style="float:right;">
53
+ <button class="button_search button_spacing" @click="search()" v-el:cx>查询</button>
54
+ <button v-if="$parent.$parent.bathshow" class="button_clear button_spacing" @click="$parent.$parent.batchtax()">批量减免</button>
55
+
56
+ <div
57
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
58
+ @click="$parent.$parent.hidden()"
59
+ class="button_spacing"
60
+ style="float: right">
61
+ </div>
62
+ </div>
63
+ </div>
64
+
65
+ <div class="row" v-show="$parent.$parent.criteriaShow">
66
+
66
67
  <div class="col-sm-2 form-group">
67
68
  <label class="font_normal_body">违约金大于</label>
68
69
  <input type="text" style="width:60%" class="input_search" v-model="model.overdue_be"
@@ -284,8 +285,10 @@
284
285
  }
285
286
  },
286
287
  ready () {
287
- this.$refs.paged.$refs.cri.search()
288
+ // this.$refs.paged.$refs.cri.search()
288
289
  // 获取当前时间
290
+ // this.$refs.paged.$refs.cri.model.f_stat_data = this.$login.toStartAndEndDateString()[0]
291
+ // this.$refs.paged.$refs.cri.model.f_end_date = this.$login.toStartAndEndDateString()[1]
289
292
  this.toDayDate = this.$login.toStandardTimeString()
290
293
  readyGen(this)
291
294
  },
@@ -1,2 +0,0 @@
1
- #Wed Aug 14 11:29:51 CST 2024
2
- gradle.version=5.2.1
File without changes