This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import axios from "axios"; | |
import { useState, useEffect } from "react"; | |
import { Table, Button, Modal, Input, Form } from "antd"; | |
const { REACT_APP_MURL } = process.env; | |
function Expcont(record) { | |
const columns = [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// References | |
[ | |
{ | |
"id": "0001", | |
"qty": 0, | |
}, | |
{ | |
"id": "0002", | |
"qty": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// References | |
[ | |
{ | |
"id": "0001", | |
"qty": 0, | |
}, | |
{ | |
"id": "0002", | |
"qty": 0, |