manage-client-xy 3.2.4 → 3.2.5

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-xy",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -517,7 +517,7 @@ export default {
517
517
  if(this.f_outlets[0] === '是'){
518
518
  args.condition+= ` and f_outlets = '手持设备'`
519
519
  } else if (this.f_outlets[0] === '否'){
520
- args.condition+= ` and f_outlets != '手持设备'`
520
+ args.condition+= ` and f_outlets is null`
521
521
  }
522
522
 
523
523
  args.condition = `${args.condition}` + this.orgCondtionStr
@@ -271,7 +271,7 @@
271
271
  <input type="text" style="width:60%" class="input_search" v-model="model.f_serial_id"
272
272
  condition=" f_serial_id like '%{}%'" placeholder='表编号'>
273
273
  </div>
274
-
274
+
275
275
  <div class="col-sm-2 form-group">
276
276
  <label class="font_normal_body">是否<br/>手持设备</label>
277
277
  <v-select :value.sync="$parent.$parent.f_outlets"
@@ -863,7 +863,7 @@
863
863
  if(this.f_outlets[0] === '是'){
864
864
  args.condition+= ` and f_outlets = '手持设备'`
865
865
  } else if (this.f_outlets[0] === '否'){
866
- args.condition+= ` and f_outlets != '手持设备'`
866
+ args.condition+= ` and f_outlets is null`
867
867
  }
868
868
  this.condition = args.condition
869
869
  this.model.search(args.condition, args.model)
@@ -303,7 +303,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
303
303
  if(this.f_outlets[0] === '是'){
304
304
  args.condition+= ` and f_outlets = '手持设备'`
305
305
  } else if (this.f_outlets[0] === '否'){
306
- args.condition+= ` and f_outlets != '手持设备'`
306
+ args.condition+= ` and f_outlets is null`
307
307
  }
308
308
 
309
309
  args.condition = `${args.condition}` + this.orgCondtionStr
@@ -297,7 +297,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
297
297
  if(this.f_outlets[0] === '是'){
298
298
  args.condition+= ` and f_outlets = '手持设备'`
299
299
  } else if (this.f_outlets[0] === '否'){
300
- args.condition+= ` and f_outlets != '手持设备'`
300
+ args.condition+= ` and f_outlets is null`
301
301
  }
302
302
 
303
303
  args.condition = `${args.condition} ` + this.orgCondtionStr
@@ -352,7 +352,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
352
352
  if(this.f_outlets[0] === '是'){
353
353
  args.condition+= ` and f_outlets = '手持设备'`
354
354
  } else if (this.f_outlets[0] === '否'){
355
- args.condition+= ` and f_outlets != '手持设备'`
355
+ args.condition+= ` and f_outlets is null`
356
356
  }
357
357
 
358
358
  args.condition = `${args.condition}` + this.orgCondtionStr
@@ -358,7 +358,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
358
358
  if(this.f_outlets[0] === '是'){
359
359
  args.condition+= ` and f_outlets = '手持设备'`
360
360
  } else if (this.f_outlets[0] === '否'){
361
- args.condition+= ` and f_outlets != '手持设备'`
361
+ args.condition+= ` and f_outlets is null`
362
362
  }
363
363
 
364
364
  args.condition = `${args.condition}` + this.orgCondtionStr
@@ -348,7 +348,7 @@ export default {
348
348
  if(this.f_outlets[0] === '是'){
349
349
  args.condition+= ` and info.f_outlets = '手持设备'`
350
350
  } else if (this.f_outlets[0] === '否'){
351
- args.condition+= ` and info.f_outlets != '手持设备'`
351
+ args.condition+= ` and info.f_outlets is null`
352
352
  }
353
353
 
354
354
  args.condition = `${args.condition}` + this.orgCondtionStr