diff --git a/Areas/Inventory/Views/Item/ProductRegistration.cshtml b/Areas/Inventory/Views/Item/ProductRegistration.cshtml index 18ea02b..ef59cd4 100644 --- a/Areas/Inventory/Views/Item/ProductRegistration.cshtml +++ b/Areas/Inventory/Views/Item/ProductRegistration.cshtml @@ -4,15 +4,17 @@ } @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml"); -
+
-

REGISTRATION PRODUCT

-
+
+

REGISTRATION PRODUCT

+
+
@* Product Name *@ @@ -27,23 +29,11 @@
-
@@ -52,30 +42,16 @@
-
-
@* Model No Coding *@ @@ -126,8 +102,10 @@ el: '#registerProduct', data: { productName: null, - manufacturer: null, - category: null, + manufacturer: '', + manufacturers: null, + category: '', + categories: ["Item", "Part", "Disposable"], modelNo: null, quantityProduct: null, imageProduct: null, @@ -273,12 +251,7 @@ console.log(data); if (data != null && data.length > 0) { - this.manufacturer = data; - } - if (!this.manufacturerDatatable) { - this.initiateTable(); - } else { - this.fillTable(data); + this.manufacturers = data; } }) .catch(error => {