sale-client 4.2.86 → 4.2.88

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.
@@ -1,2 +1,2 @@
1
- #Mon Oct 13 09:26:02 CST 2025
1
+ #Mon Oct 13 17:27:02 CST 2025
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.86",
3
+ "version": "4.2.88",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -90,6 +90,7 @@ export default {
90
90
  instructtype: '阀门控制',
91
91
  isOpen: '关阀',
92
92
  instructTitle: '手动关阀',
93
+ auto_adjust_option: '手动',
93
94
  reasonInfo: '表具停用自动关阀',
94
95
  f_instruct_state: '待发送',
95
96
  inputtor: this.$login.f.name
@@ -60,7 +60,7 @@
60
60
  <label class="font_normal_body">客户姓名</label>
61
61
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
62
62
  placeholder='客户姓名'
63
- condition="f_user_name = '{}'">
63
+ condition="f_user_name like '%{}%'">
64
64
  </div>
65
65
  <div class="col-sm-2 form-group">
66
66
  <label class="font_normal_body">小&ensp;&ensp;&ensp;&ensp;区</label>
@@ -87,7 +87,7 @@
87
87
  <div class="col-sm-2 form-group">
88
88
  <label class="font_normal_body">用户姓名</label>
89
89
  <input style="width:60%" type="text" class="form-control" v-model="model.f_user_name" placeholder='用户姓名'
90
- condition="f_user_name = '{}'">
90
+ condition="f_user_name like '%{}%'">
91
91
  </div>
92
92
  <div class="col-sm-2 form-group">
93
93
  <label class="font_normal_body">用户地址</label>
File without changes
File without changes
Binary file