Browse Source

完善问题

master
yunuo970428 4 months ago
parent
commit
8c9dc0fbb7
  1. 9
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheck.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue
  3. 4
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatedistribution.vue

9
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheck.vue

@ -181,7 +181,6 @@ export default {
code = event.data.params.code
}
if (code === 1) {
this.init()
this.centerDialogVisible = false
} else if (code === 2) {
this.dialogHeight = event.data.params.data
@ -204,14 +203,6 @@ export default {
}
this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params)))
},
init() {
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => {
if (resp.success) {
this.listQuery.params.createOrgSid = resp.data
this.getList()
}
})
},
//
clicksearchShow() {
this.isSearchShow = !this.isSearchShow

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatetobechecked.vue

@ -491,7 +491,7 @@ export default {
},
handleClick() {
this.viewState = 2
this.$refs['divCheck'].init()
this.$refs['divCheck'].getList()
},
toAdd() {
this.viewState = 3

4
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatedistribution.vue

@ -155,6 +155,7 @@ export default {
listQuery: {
params: {
createOrgName: '',
createOrgSid: '',
deptName: '',
createByName: '',
billNo: '',
@ -283,6 +284,7 @@ export default {
this.listQuery = {
params: {
createOrgName: '',
createOrgSid: '',
deptName: '',
createByName: '',
billNo: '',
@ -299,7 +301,7 @@ export default {
size: 5,
total: 0
}
this.getList()
this.init()
},
handleClick() {
this.$parent.resetState()

Loading…
Cancel
Save