Browse Source

工序不分BU

master
han\hanst 1 day ago
parent
commit
520df4cdad
  1. 2
      src/views/modules/erf/components/expRawMaterialList.vue
  2. 1
      src/views/modules/erf/expApplyList.vue

2
src/views/modules/erf/components/expRawMaterialList.vue

@ -607,7 +607,7 @@ export default {
const queryData = { const queryData = {
userName: this.$store.state.user.name, userName: this.$store.state.user.name,
site: this.site || this.$store.state.user.site, site: this.site || this.$store.state.user.site,
buNo: this.buNo,
buNo: '',
page: 1, page: 1,
limit: 500 limit: 500
} }

1
src/views/modules/erf/expApplyList.vue

@ -709,6 +709,7 @@ export default {
creatorName: '', creatorName: '',
createStartDate: '', createStartDate: '',
createEndDate: '', createEndDate: '',
projectLeader: this.$store.state.user.userDisplay,
page: 1, page: 1,
limit: 20 limit: 20
}, },

Loading…
Cancel
Save