Browse Source

2025-11-17

优化
master
fengyuan_yang 2 months ago
parent
commit
befdac14d4
  1. 3
      src/views/modules/quotation/toBeQuoted.vue

3
src/views/modules/quotation/toBeQuoted.vue

@ -576,7 +576,8 @@ export default {
this.searchData.page = this.pageIndex this.searchData.page = this.pageIndex
let params = { let params = {
...this.searchData, ...this.searchData,
createBy:this.$store.state.user.name
menuId: '102001',
createBy: this.$store.state.user.name
} }
if (!this.defaultFlag){ if (!this.defaultFlag){
params.quotationNo = this.quotationNo === ""?"*":this.quotationNo; params.quotationNo = this.quotationNo === ""?"*":this.quotationNo;

Loading…
Cancel
Save