sale-client 3.6.341 → 3.6.342

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Tue Jul 23 10:01:49 CST 2024
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.341",
3
+ "version": "3.6.342",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -163,7 +163,9 @@ export default {
163
163
  }
164
164
  },
165
165
  ready () {
166
- // readyGen(this)
166
+ setTimeout(()=>{
167
+ this.search()
168
+ },300)
167
169
  },
168
170
  methods: {
169
171
  loadMeterBooks () {
@@ -211,7 +213,7 @@ export default {
211
213
  }
212
214
  },
213
215
  async success (row) {
214
- let res = await this.$showMessage('确定通过该条抄表吗?操作后将不可取消', ['confirm', 'cancel'])
216
+ let res = await this.$showMessage('确定审核通过吗?操作后将不可取消', ['confirm', 'cancel'])
215
217
  if (res === 'confirm') {
216
218
  row['f_audit_person'] = this.$login.f.name
217
219
  let data = {
@@ -247,7 +249,7 @@ export default {
247
249
  }
248
250
  },
249
251
  async faild (row) {
250
- let res = await this.$showMessage('确定作废该条抄表吗?操作后将不可取消', ['confirm', 'cancel'])
252
+ let res = await this.$showMessage('确定审核不通过吗?操作后将不可取消', ['confirm', 'cancel'])
251
253
  if (res === 'confirm') {
252
254
  row['f_audit_person'] = this.$login.f.name
253
255
  let data = {
@@ -52,7 +52,7 @@
52
52
 
53
53
  <div style="float: right">
54
54
  <button @click="search()" class="button_search" style="margin-right: 10px" v-el:cba>查询</button>
55
- <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :is-selected="true" :model="$parent.$parent.printModel"
55
+ <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :model="$parent.$parent.printModel"
56
56
  @print-data="$parent.$parent.print()"
57
57
  :starthead="$parent.$parent.starthead"
58
58
  titletable="预存气费打印明细"