haoxuan
2023-10-17 90660a13752f2e5b2c778bb1d7c9e6915346dbde
src/views/sales/salesReturn/AddSalesReturnDialog.vue
@@ -308,7 +308,8 @@
      editSelCommonConfig: {
        editVisible: false,
        title: "",
        infomation: {}
        infomation: {},
        clientId:""
      },
      productId: 1,
      isNoProduct: true,
@@ -372,6 +373,7 @@
    // 保存
    saveClick(formName) {
      this.$refs[formName].validate((valid) => {
        this.validateFormNumber()
        if (valid) {
          console.log(this.editConfig.infomation)
          // for (let i = 0; i < this.tableData.length; i++) {
@@ -459,6 +461,7 @@
    async handleSelectClient(value, item) {
      if (value === "client") {
        this.clientId = item.id
        this.editSelCommonConfig.clientId=item.id
        await getSalesDetailsList({
          clientId: this.clientId
        }).then((res) => {