sale-client 4.3.10 → 4.3.11

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": "4.3.10",
3
+ "version": "4.3.11",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -114,7 +114,7 @@ export default {
114
114
  getFiles () {
115
115
  this.files = []
116
116
  this.userinfo_id = this.row.f_userinfo_id
117
- let condition = `CONVERT(varchar(200),f_blobid) = '${this.userinfo_id}' `
117
+ let condition = `CONVERT(varchar(200),f_blobid) = '${this.userinfo_id}' and f_state!='删除'`
118
118
  if (this.upload_date !== '') {
119
119
  condition += `and CONVERT( VARCHAR ( 100 ), f_uploaddate, 23 )='${this.upload_date}' `
120
120
  }