manage-client 3.3.215 → 3.3.216

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.3.215",
3
+ "version": "3.3.216",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -98,8 +98,8 @@
98
98
  </datepicker>
99
99
  </div>
100
100
  <div class="col-sm-2 form-group" >
101
- <label class="font_normal_body" title="操作日期大于">操作日期</label>
102
- <datepicker placeholder="操作日期大于" style="width:60%"
101
+ <label class="font_normal_body" title="点火日期大于">点火日期</label>
102
+ <datepicker placeholder="点火日期大于" style="width:60%"
103
103
  v-model="model.f_operate_start_date"
104
104
  :value.sync="model.f_operate_start_date"
105
105
  :format="'yyyy-MM-dd'"
@@ -108,8 +108,8 @@
108
108
  </datepicker>
109
109
  </div>
110
110
  <div class="col-sm-2 form-group" >
111
- <label class="font_normal_body" title="操作日期小于">操作日期</label>
112
- <datepicker placeholder="操作日期小于" style="width:60%"
111
+ <label class="font_normal_body" title="点火日期小于">点火日期</label>
112
+ <datepicker placeholder="点火日期小于" style="width:60%"
113
113
  v-model="model.f_operate_end_date"
114
114
  :value.sync="model.f_operate_end_date"
115
115
  :format="'yyyy-MM-dd'"
@@ -194,6 +194,11 @@
194
194
  <input type="text" style="width:60%" class="input_search" v-model="model.f_defendcard"
195
195
  condition="f_defendcard = '{}'" placeholder='防盗卡号'>
196
196
  </div>
197
+ <div class="col-sm-2 form-group">
198
+ <label class="font_normal_body">换表单号</label>
199
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_serial_number"
200
+ condition="f_serial_number = '{}'" placeholder='换表单号'>
201
+ </div>
197
202
  </div>
198
203
  </div>
199
204
  </criteria>
@@ -274,7 +279,7 @@
274
279
  <nobr>补气金额</nobr>
275
280
  </th>
276
281
  <th>
277
- <nobr>订单编号</nobr>
282
+ <nobr>换表单编号</nobr>
278
283
  </th>
279
284
  <th>
280
285
  <nobr>备注</nobr>
@@ -762,6 +762,7 @@ export default {
762
762
  'f_total_oldgasfee': '旧表累购',
763
763
  'f_remanent_gas': '补气量',
764
764
  'f_remanent_money': '补气金额',
765
+ 'f_serial_number': '换表单编号',
765
766
  'f_comments': '备注',
766
767
  'f_change_operator': '换表人',
767
768
  'f_state': '状态',