manage-client-xy 3.2.11 → 3.2.12
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/.gradle/8.8/checksums/checksums.lock +0 -0
- package/.gradle/8.8/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.8/fileChanges/last-build.bin +0 -0
- package/.gradle/8.8/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.8/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.8/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/components/webmeter/handplan/NewWebMeterHandPlan.vue +3 -3
- package/src/filiale/jinbin/exportConfig.js +0 -1110
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
- package/src/filiale/jinbin/sale.js +0 -7
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div class="row" width="100%">
|
|
8
8
|
<div class="col-sm-2 form-group">
|
|
9
9
|
<label class="font_normal_body">表  号</label>
|
|
10
|
-
<input style="width:60%" class="input_search" condition="mr.f_meternumber
|
|
10
|
+
<input style="width:60%" class="input_search" condition="mr.f_meternumber = '{}'"
|
|
11
11
|
placeholder='表号'
|
|
12
12
|
type="text"
|
|
13
13
|
v-model="model.f_meternumber"
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<div class="col-sm-2 form-group">
|
|
17
17
|
<label class="font_normal_body">客户编号</label>
|
|
18
|
-
<input style="width:60%" class="input_search" condition="u.f_userinfo_code
|
|
18
|
+
<input style="width:60%" class="input_search" condition="u.f_userinfo_code = '{}'"
|
|
19
19
|
placeholder='客户编号'
|
|
20
20
|
type="text"
|
|
21
21
|
v-model="model.f_userinfo_code">
|
|
22
22
|
</div>
|
|
23
23
|
<div class="col-sm-2 form-group">
|
|
24
24
|
<label class="font_normal_body">客户名称</label>
|
|
25
|
-
<input style="width:60%" class="input_search" condition="
|
|
25
|
+
<input style="width:60%" class="input_search" condition="u.f_user_name = '{}'" placeholder='客户名称'
|
|
26
26
|
type="text"
|
|
27
27
|
v-model="model.f_user_name">
|
|
28
28
|
</div>
|