haoxuan
2023-10-17 437944f7efda35f9d791e967c38857974473bd4d
src/views/sales/refundForm/AddRefundFormDialog.vue
@@ -315,7 +315,7 @@
import { getPaymentTypeList } from "@/api/common/payment"
import codeMixin from "@/views/client/followupRecords/mixin/codeMixin"
import { getSalesReturnList } from "@/api/sales/salesReturn"
import { mapActions } from 'vuex';
import { mapActions } from "vuex"
export default {
  name: "AddRefundFormDialog",
@@ -485,9 +485,9 @@
          reason: data.reason || "",
          refundDate: data.refundDate || "",
          sourceId: this.sourceId || 0,
          sourceType: 1
        },
          sourceType: 1,
        codeRule: this.codeRule
        }
      }
      return params
    },
@@ -524,7 +524,6 @@
        }).then((res)=>{
          this.getReturnListFliter(res.data.list)
        })
      } else if (value === "salesReturn") {
        console.log(item)
        this.editConfig.infomation.sale_return_nunber = item.number