sale-client 3.5.160 → 3.5.162

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": "sale-client",
3
- "version": "3.5.160",
3
+ "version": "3.5.162",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -4,7 +4,7 @@
4
4
  <div class="auto"><user-base-info-new :row="row" @cancel-main="cancel"></user-base-info-new></div>
5
5
  <saletabbut v-if="row" v-ref:list style="height:72%;margin-top: 1%">
6
6
  <saletab header="流水查询" v-if="permission('流水查询')">
7
- <record-query-user :row="row"></record-query-user>
7
+ <record-query-user :row="row" v-if="show == '流水查询'"></record-query-user>
8
8
  </saletab>
9
9
  <saletab header="机表流水查询" v-if="permission('机表流水查询')&&row.f_meter_type.includes('机表')">
10
10
  <machine-record-query :row="row" v-if="show == '机表流水查询'" @deal-msg="dealMsg"></machine-record-query>