zuozhengqing
2023-10-16 056c68b2080c28fa23eb08324ae4594a0ecd6b52
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -68,7 +68,7 @@
          editVisible: false,
          title: "",
          clientId: 0,
          tableInfomation: []
          tableInfomation: [],
        }
      }
    }
@@ -349,8 +349,9 @@
    // 销售明细单
    async getSalesDetailsList() {
      await getSalesDetailsList({
        keyword: this.keyword,
        keywordType: this.keywordType,
        // keyword: this.keyword,
        // keywordType: this.keywordType,
        clientId:this.editCommonConfig.clientId,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {
@@ -430,8 +431,9 @@
    },
    async getSalesReturnList() {
      await getSalesReturnList({
        keyword: this.keyword,
        keywordType: this.keywordType,
        // keyword: this.keyword,
        // keywordType: this.keywordType,
        clientId:this.editCommonConfig.clientId,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      }).then((res) => {