diff --git a/src/app/pages/order/order-form/order-form.component.html b/src/app/pages/order/order-form/order-form.component.html index c631c84..5f4d905 100644 --- a/src/app/pages/order/order-form/order-form.component.html +++ b/src/app/pages/order/order-form/order-form.component.html @@ -142,9 +142,9 @@
-
+
-
+
@@ -192,7 +192,7 @@
- + diff --git a/src/app/pages/order/order-form/order-form.component.ts b/src/app/pages/order/order-form/order-form.component.ts index 935c3dc..912ee11 100644 --- a/src/app/pages/order/order-form/order-form.component.ts +++ b/src/app/pages/order/order-form/order-form.component.ts @@ -57,7 +57,7 @@ fieldTitle:any ='New Order' selectCustomerData :any =[];selectStatus:any =[];CancelReason:any =[];selectDriver:any =[];drivers:any =[]; invoice = new Invoice(); hiddenBtn= false; - dropdown_data: any; + dropdown_data: any = null; delArr:any=[] selectedProductId: number | undefined = null; addFormBtn: any; @@ -70,6 +70,7 @@ fieldTitle:any ='New Order' if(res){ this.addFormBtn = 1 this. setData = res + this.dropdown_data = this.setData['OrderDetails.status']; console.log(this.setData) this.selectStatus = res.status console.log(this.selectStatus) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d7864eb..e3e12b1 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -9,8 +9,8 @@ // The list of which env maps to which file can be found in `.angular-cli.json`. export const environment = { - // apiEndpoint:'https://dev.venbait.in/vnms/api/', - apiEndpoint:'http://localhost:8081/api/', + apiEndpoint:'https://dev.venbait.in/vnms/api/', + // apiEndpoint:'http://localhost:8081/api/', mailUrl:'', production: false, }; diff --git a/vnms_fe_build.zip b/vnms_fe_build.zip new file mode 100644 index 0000000..75fc72d Binary files /dev/null and b/vnms_fe_build.zip differ