manage-client 3.3.20 → 3.3.22

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.
@@ -553,12 +553,9 @@
553
553
  }
554
554
  }
555
555
  return {
556
-
557
- condition: {
558
556
  condition: condition ,
559
557
  startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
560
558
  endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
561
- }
562
559
  }
563
560
  },
564
561
  usertypes() {
package/src/saleManage.js CHANGED
@@ -132,6 +132,10 @@ export default function () {
132
132
  Vue.component('handplan-query', (resolve) => {
133
133
  require(['./components/sale/businessquery/HandplanQuery'], resolve)
134
134
  })
135
+ // 机表抄表查询
136
+ Vue.component('web-handplan-query', (resolve) => {
137
+ require(['./components/sale/businessquery/WebHandplanQuery'], resolve)
138
+ })
135
139
  // 卡表抄表查询
136
140
  Vue.component('card-handplan-query', (resolve) => {
137
141
  require(['./components/sale/businessquery/CardHandplanQuery'], resolve)