manage-client 3.2.292 → 3.2.293

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": "manage-client",
3
- "version": "3.2.292",
3
+ "version": "3.2.293",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -734,7 +734,7 @@
734
734
  汇总信息
735
735
  </td>
736
736
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
737
- 气量合计:&emsp;{{sumsmodel.f_pregas}}
737
+ 气量合计:&emsp;{{sumsmodel.f_pregas.toFixed(2)}}
738
738
  </td>
739
739
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
740
740
  应交金额合计:&emsp;{{sumsmodel.fee}}
@@ -6,31 +6,21 @@
6
6
  <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
7
7
  <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
8
8
  <div class="row">
9
- <div class="col-sm-2 form-group">
10
- <label class="font_normal_body">开始日期</label>
11
- <datepicker id="startDate" placeholder="开始日期" style="width:60%"
12
- v-model="model.startDate"
13
- :value.sync="model.startDate"
14
- :format="'yyyy-MM-dd HH:mm:ss'"
15
- :show-reset-button="true"
16
- condition="f_operate_date >= '{}'">
17
- </datepicker>
18
- </div>
19
- <div class="col-sm-2 form-group">
20
- <label class="font_normal_body">结束日期</label>
21
- <datepicker id="endDate" placeholder="结束日期" style="width:60%"
22
- v-model="model.endDate"
23
- :value.sync="model.endDate"
24
- :format="'yyyy-MM-dd HH:mm:ss'"
25
- :show-reset-button="true"
26
- condition="f_operate_date <= '{}'">
27
- </datepicker>
28
- </div>
29
9
  <div class="col-sm-2 form-group ">
30
10
  <label class="font_normal_body">用户编号</label>
31
11
  <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
32
12
  condition="f_userinfo_code = '{}' " placeholder="用户编号">
33
13
  </div>
14
+ <div class="col-sm-2 form-group">
15
+ <label class="font_normal_body">用户名称</label>
16
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
17
+ condition="f_user_name like '%{}%'" placeholder="用户名称">
18
+ </div>
19
+ <div class="col-sm-2 form-group">
20
+ <label class="font_normal_body">用户地址</label>
21
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
22
+ condition="f_address like '%{}%'" placeholder='用户地址'>
23
+ </div>
34
24
  <div class="col-sm-2 form-group">
35
25
  <label class="font_normal_body" title="旧用户编号">档案编号</label>
36
26
  <input type="text" style="width:60%" class="input_search" v-model="model.f_olduserinfo_code"
@@ -60,22 +50,33 @@
60
50
  </div>
61
51
  </div>
62
52
  <div class="row" v-show="$parent.$parent.criteriaShow">
63
- <res-select-group :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
64
53
  <div class="col-sm-2 form-group">
65
- <label class="font_normal_body">用户名称</label>
66
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
67
- condition="f_user_name like '%{}%'" placeholder="用户名称">
54
+ <label class="font_normal_body">开始日期</label>
55
+ <datepicker id="startDate" placeholder="开始日期" style="width:60%"
56
+ v-model="model.startDate"
57
+ :value.sync="model.startDate"
58
+ :format="'yyyy-MM-dd HH:mm:ss'"
59
+ :show-reset-button="true"
60
+ condition="f_operate_date >= '{}'">
61
+ </datepicker>
68
62
  </div>
63
+ <div class="col-sm-2 form-group">
64
+ <label class="font_normal_body">结束日期</label>
65
+ <datepicker id="endDate" placeholder="结束日期" style="width:60%"
66
+ v-model="model.endDate"
67
+ :value.sync="model.endDate"
68
+ :format="'yyyy-MM-dd HH:mm:ss'"
69
+ :show-reset-button="true"
70
+ condition="f_operate_date <= '{}'">
71
+ </datepicker>
72
+ </div>
73
+ <res-select-group :initres="$parent.$parent.initres" :cascade =true @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
74
+
69
75
  <div class="col-sm-2 form-group">
70
76
  <label class="font_normal_body">用户电话</label>
71
77
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
72
78
  condition="f_user_phone like '%{}%'" placeholder="用户电话">
73
79
  </div>
74
- <div class="col-sm-2 form-group">
75
- <label class="font_normal_body">用户地址</label>
76
- <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
77
- condition="f_address like '%{}%'" placeholder='用户地址'>
78
- </div>
79
80
  <div class="col-sm-2 form-group">
80
81
  <label class="font_normal_body">用户类型</label>
81
82
  <v-select :value.sync="model.f_user_type"