sale-client 4.4.3 → 4.4.4
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/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/src/filiale/meihekou/common/userinfo_detail/UserInfoDetailManageNew.vue +3 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Tue Jun 30 11:38:07 CST 2026
|
|
2
2
|
gradle.version=5.2.1
|
package/package.json
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
<saletab header="流水查询" v-if="permission('流水查询')">
|
|
7
7
|
<record-query-user :row="row" v-if="show == '流水查询'"></record-query-user>
|
|
8
8
|
</saletab>
|
|
9
|
+
<saletab header="机表流水查询" v-if="permission('机表流水查询')&&row.f_meter_type.includes('机表')">
|
|
10
|
+
<machine-record-query :row="row" v-if="show == '机表流水查询'" @deal-msg="dealMsg"></machine-record-query>
|
|
11
|
+
</saletab>
|
|
9
12
|
<saletab header="收费查询" v-if="permission('收费查询')">
|
|
10
13
|
<charge-query-users :row="row" v-if="show == '收费查询'" @deal-msg="dealMsg"></charge-query-users>
|
|
11
14
|
</saletab>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|