forked from 2201infinity/request_a_quote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
70 lines (70 loc) ยท 1.58 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"requests": [
{
"id": 1,
"title": "์๋์ฐจ ์์ ํ ์ ์",
"client": "A ๊ณ ๊ฐ์ฌ",
"due": "2020.12.14",
"count": 2,
"amount": 100,
"method": ["๋ฐ๋ง", "์ ๋ฐ"],
"material": ["์๋ฃจ๋ฏธ๋"],
"status": "๋๊ธฐ์ค"
},
{
"id": 2,
"title": "๋นํ๊ธฐ ์์ ํ ์ ์",
"client": "B ๊ณ ๊ฐ์ฌ",
"due": "2020.12.13",
"count": 2,
"amount": 100,
"method": ["์ ๋ฐ"],
"material": ["ํ์๊ฐ", "๊ฐ์ฒ "],
"status": "์๋ด์ค"
},
{
"id": 3,
"title": "๊ธฐ์ฐจ ์์ ํ ์ ์",
"client": "C ๊ณ ๊ฐ์ฌ",
"due": "2020.12.12",
"count": 1,
"amount": 20,
"method": ["์ ๋ฐ"],
"material": ["๊ตฌ๋ฆฌ"],
"status": "๋๊ธฐ์ค"
},
{
"id": 4,
"title": "์์ ๊ฑฐ ์์ ํ ์ ์",
"client": "D ๊ณ ๊ฐ์ฌ",
"due": "2020.12.11",
"count": 1,
"amount": 45,
"method": ["์ ๋ฐ"],
"material": ["์คํ
์ธ๋ฆฌ์ค๊ฐ"],
"status": "๋๊ธฐ์ค"
},
{
"id": 5,
"title": "ํฌ๋ฆฌ์ฝฅํฐ ์์ ํ ์ ์",
"client": "E ์
์ฒด",
"due": "2020.12.10",
"count": 2,
"amount": 2,
"method": ["๋ฐ๋ง"],
"material": ["์๋ฃจ๋ฏธ๋", "ํ์๊ฐ"],
"status": "๋๊ธฐ์ค"
},
{
"id": 6,
"title": "์ ๋ ํฅ๋ณด๋ ์์ ํ ์ ์",
"client": "F ์
์ฒด",
"due": "2020.12.09",
"count": 1,
"amount": 20,
"method": ["๋ฐ๋ง"],
"material": ["๊ฐ์ฒ "],
"status": "๋๊ธฐ์ค"
}
]
}