sale-client 3.6.415 → 3.6.416

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.6.415",
3
+ "version": "3.6.416",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -213,7 +213,7 @@
213
213
  cancelreason: '',
214
214
  cancelid: '',
215
215
  f_userfiles_id: '',
216
- model: new PagedList('rs/sql/insturctDetailQuery', 30),
216
+ model: new PagedList('rs/sql/insturctDetailQuery', 30, {f_userfiles_id: this.row.f_userfiles_id}),
217
217
  row: null,
218
218
  searchshow: false,
219
219
  show: false
@@ -263,7 +263,7 @@
263
263
  console.log("this.$login000",this.$login,this.oldmodel,this.model)
264
264
  let arr = this.$GetSaleParam.inputtors.filter((res) => {
265
265
  if (res.rolestr != null && res.rolestr != '') {
266
- return res.f_department_name == this.model.f_depname
266
+ return res.f_department_id == this.model.f_depid
267
267
  }
268
268
  })
269
269
  arr.forEach((res) => {
@@ -210,7 +210,7 @@
210
210
  cancelreason: '',
211
211
  cancelid: '',
212
212
  f_userfiles_id: '',
213
- model: new PagedList('rs/sql/insturctDetailQuery', 30),
213
+ model: new PagedList('rs/sql/insturctDetailQuery', 30, {f_userfiles_id: this.row.f_userfiles_id}),
214
214
  // model: null,
215
215
  row: null,
216
216
  searchshow: false,