diff --git a/src/views/AirwaysBill/AddAirwaysBill.js b/src/views/AirwaysBill/AddAirwaysBill.js index 1ac518b..83ed417 100644 --- a/src/views/AirwaysBill/AddAirwaysBill.js +++ b/src/views/AirwaysBill/AddAirwaysBill.js @@ -20,10 +20,12 @@ import axios from 'axios'; import { isAutheticated } from 'src/auth'; import { useHistory } from 'react-router-dom'; import Swal from 'sweetalert2'; +import { Country } from 'country-state-city'; const AddAirwaysBill = () => { const { token } = isAutheticated() + const countries = Country.getAllCountries(); const [bill, setBill] = useState({ vendor_name: '', city: '', @@ -288,12 +290,17 @@ const AddAirwaysBill = () => { - + + { + countries.map((item) => + + ) + } + + diff --git a/src/views/AirwaysBill/AirwaysBill.js b/src/views/AirwaysBill/AirwaysBill.js index debebb3..2c5ef92 100644 --- a/src/views/AirwaysBill/AirwaysBill.js +++ b/src/views/AirwaysBill/AirwaysBill.js @@ -82,55 +82,23 @@ const AirwaysBill = () => {
- + - S.No + Order No Client Name - Item Name - Customer Name - - Customer Phone - - Customer Address - - Country - + + Shipped From Logistic Name - Date of Dispatch - - Shipments - + AWB No - Dimensions - - Dimenssion Weight - - Actual Weight - - Total Weight - - Shipment Charges - - Actual Billing - - Customer Billing - - Projected Margin - - Actual Margin - - Invoice No - - Received Amount - - Received Date - + + Action