|
@@ -7,72 +7,18 @@ export default {
|
7
|
7
|
state: {
|
8
|
8
|
page: 0,
|
9
|
9
|
pagenum: 0,
|
10
|
|
- list: [
|
11
|
|
- {
|
12
|
|
- BookId: '1',
|
13
|
|
- BookTypeId: '1',
|
14
|
|
- BookName: '遮天',
|
15
|
|
- BookBarcode: '123456',
|
16
|
|
- BookImg: 'http://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/upload/135230460466.png',
|
17
|
|
- Author: '辰东',
|
18
|
|
- Publisher: '南京出版社',
|
19
|
|
- Price: 90.00,
|
20
|
|
- InStock: 10,
|
21
|
|
- LeftNum: 2,
|
22
|
|
- BorrowNum: 5,
|
23
|
|
- BorrowDays: 7,
|
24
|
|
- BookDescription: '《遮天》是一部古典仙侠类型的网络小说',
|
25
|
|
- CaseId: '1',
|
26
|
|
- OrgId: '1',
|
27
|
|
- CreateDate: new Date(),
|
28
|
|
- IsRecommend: 1,
|
29
|
|
- Status: 1,
|
30
|
|
- },
|
31
|
|
- ],
|
|
10
|
+ list: [],
|
32
|
11
|
detail: {},
|
33
|
12
|
type: {
|
34
|
13
|
page: 0,
|
35
|
14
|
pagenum: 0,
|
36
|
|
- list: [
|
37
|
|
- {
|
38
|
|
- BookTypeId: '1',
|
39
|
|
- BookTypeName: '测试',
|
40
|
|
- BookTypeImg: 'http://jingcheng-resourceplat.oss-cn-shanghai.aliyuncs.com/upload/135230460466.png',
|
41
|
|
- CaseId: '1',
|
42
|
|
- OrgId: '1',
|
43
|
|
- Nums: 100,
|
44
|
|
- Status: 1,
|
45
|
|
- CreateDate: new Date()
|
46
|
|
- }
|
47
|
|
- ],
|
48
|
|
- detail: {
|
49
|
|
- BookTypeId: '',
|
50
|
|
- BookTypeName: '',
|
51
|
|
- BookTypeImg: '',
|
52
|
|
- CaseId: '',
|
53
|
|
- OrgId: '1',
|
54
|
|
- Status: 1,
|
55
|
|
- CreateDate: new Date()
|
56
|
|
- },
|
|
15
|
+ list: [],
|
|
16
|
+ detail: {},
|
57
|
17
|
},
|
58
|
18
|
stock: {
|
59
|
19
|
page: 0,
|
60
|
20
|
pagenum: 0,
|
61
|
|
- list: [
|
62
|
|
- {
|
63
|
|
- RecordId: '1',
|
64
|
|
- BookId: '1',
|
65
|
|
- InStockTotal: 20,
|
66
|
|
- InStockBefore: 8,
|
67
|
|
- InStockAfter: 10,
|
68
|
|
- ChangeReason: '补库存',
|
69
|
|
- ChangeDate: new Date(),
|
70
|
|
- ChangeUser: '1',
|
71
|
|
- ChangeUserName: 'admin',
|
72
|
|
- CaseId: '1',
|
73
|
|
- OrgId: '1',
|
74
|
|
- }
|
75
|
|
- ],
|
|
21
|
+ list: [],
|
76
|
22
|
detail: {},
|
77
|
23
|
},
|
78
|
24
|
borrow: {
|