diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index 21fb98633..bd8c3ffc6 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -907,7 +907,7 @@ export const PurchaseReturnNote = [ { label: "库区", prop: 'locationArea' }, { label: "ERP库位", prop: "locationErpCode" }, { label: "退货原因代码", prop: 'reason' }, - { label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, + { label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"PurReturnReason" }, // ----------------------------------------------------------------------- { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },