002201 2 жил өмнө
parent
commit
5b796f9975

+ 2 - 2
src/views/purchase/catalogue/column.js

@@ -87,7 +87,7 @@ export const SearchColumns = [
     inputType: "PopoverSelect",
     inputType: "PopoverSelect",
     referName: "ORG_PARAM",
     referName: "ORG_PARAM",
     dataMapping: {
     dataMapping: {
-      puOrg: "code",
+      puOrg: "id",
       puOrgName: "name",
       puOrgName: "name",
     },
     },
   },
   },
@@ -102,7 +102,7 @@ export const SearchColumns = [
     inputType: "PopoverSelect",
     inputType: "PopoverSelect",
     referName: "SUPPLIER_PARAM",
     referName: "SUPPLIER_PARAM",
     dataMapping: {
     dataMapping: {
-      supplier: "code",
+      supplier: "id",
       supplierName: "name",
       supplierName: "name",
     },
     },
   },
   },