manage-client 4.1.119 → 4.1.120

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": "4.1.119",
3
+ "version": "4.1.120",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -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">防盗卡号2</label>
199
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_defendcard_two"
200
+ condition="f_defendcard_two = '{}'" placeholder='防盗卡号2'>
201
+ </div>
197
202
  <div class="col-sm-2 form-group">
198
203
  <label class="font_normal_body">换表单号</label>
199
204
  <input type="text" style="width:60%" class="input_search" v-model="model.f_serial_number"
@@ -257,6 +262,9 @@
257
262
  <th>
258
263
  <nobr>防盗卡号</nobr>
259
264
  </th>
265
+ <th>
266
+ <nobr>防盗卡号2</nobr>
267
+ </th>
260
268
  <th>
261
269
  <nobr>旧气表品牌</nobr>
262
270
  </th>
@@ -360,6 +368,9 @@
360
368
  <td style="text-align: center;">
361
369
  <nobr>{{row.f_defendcard}}</nobr>
362
370
  </td>
371
+ <td style="text-align: center;">
372
+ <nobr>{{row.f_defendcard_two}}</nobr>
373
+ </td>
363
374
  <td style="text-align: center;">
364
375
  <nobr>{{row.f_meter_brand_old}}</nobr>
365
376
  </td>
@@ -223,6 +223,11 @@
223
223
  <input type="text" style="width:60%" class="input_search" v-model="model.f_defendcard"
224
224
  condition="f_defendcard = '{}'" placeholder='防盗卡号'>
225
225
  </div>
226
+ <div class="col-sm-2 form-group">
227
+ <label class="font_normal_body">防盗卡号2</label>
228
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_defendcard_two"
229
+ condition="f_defendcard_two = '{}'" placeholder='防盗卡号2'>
230
+ </div>
226
231
  <div class="col-sm-2 form-group">
227
232
  <label class="font_normal_body">阀门状态</label>
228
233
  <v-select :value.sync="model.f_valve_state" v-model="model.f_valve_state"
@@ -309,6 +314,9 @@
309
314
  <th>
310
315
  <nobr>防盗卡号</nobr>
311
316
  </th>
317
+ <th>
318
+ <nobr>防盗卡号2</nobr>
319
+ </th>
312
320
  <th>
313
321
  <nobr>气价名称</nobr>
314
322
  </th>
@@ -409,7 +417,9 @@
409
417
  <td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
410
418
  <nobr>{{ row.f_defendcard }}</nobr>
411
419
  </td>
412
-
420
+ <td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
421
+ <nobr>{{ row.f_defendcard_two }}</nobr>
422
+ </td>
413
423
 
414
424
  <td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
415
425
  <nobr>{{ row.f_price_name }}</nobr>
@@ -149,6 +149,7 @@ export default {
149
149
  'f_meternumber': '表号',
150
150
  'f_card_id': '卡号',
151
151
  'f_defendcard': '防盗卡号',
152
+ 'f_defendcard_two': '防盗卡号2',
152
153
  'f_price_name': '气价名称',
153
154
  'value': '气价详情',
154
155
  'f_meter_brand': '气表品牌',
@@ -762,6 +763,7 @@ export default {
762
763
  'f_meternumber_old': '旧表号',
763
764
  'f_meternumber': '新表号',
764
765
  'f_defendcard': '防盗卡号',
766
+ 'f_defendcard_two': '防盗卡号2',
765
767
  'f_meter_brand_old': '旧气表品牌',
766
768
  'f_meter_brand': '新气表品牌',
767
769
  'f_using_base_old': '旧表底数',