付延余
2023-03-14 0b51c6b83c0aae48c3f40225c2d8e1c44644d767
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
export const globalApi = {
    //    提煤单
    //    获取发运计划列表
    GetOrderPlan: {
        url: '/wrzs/wx/getOrderPlan',
        method: 'GET'
    },
    //获取发运计划详情
    // GetOrderPlanDetail: {
    //     url: '/wrzs/wx/GetOrderPlanDetail',
    //     method: 'GET'
    // },
    /**
     * @修改后的获取发运计划详情
     */
    xiangqingList: {
        url: '/wrzs/userOperation/xiangqingList',
        method: 'GET'
    },
 
 
    // 客户领取
    customerGet: {
        url: "/wrzs/wx/customerGet",
        method: "POST"
    },
    //    转发
    // forward: {
    //     url: "/wrzs/wx/forward",
    //     method: "POST"
    // },
    /**
     * @转发修改
     */
    forward: {
        url: "/wrzs/userOperation/forward",
        method: "POST"
    },
 
    // 货代首页列表
    // huoDaiList: {
    //     url: "/wrzs/wx/huoDaiList",
    //     method: "GET"
    // },
    /**
     * @货代首页列表修改
     */
    huoDaiList: {
        url: "/wrzs/userOperation/huoDaiList",
        method: "GET"
    },
 
    //司机首页列表
    // qiangDanList: {
    //     url: "/wrzs/wx/qiangDanList",
    //     method: "GET"
    // },
    /**
     * @司机首页列表修改
     */
    qiangDanList: {
        url: "/wrzs/userOperation/qiangDanList",
        method: "GET"
    },
 
    //抢单
    // qiangDan: {
    //     url: "/wrzs/wx/qiangDan",
    //     method: "POST"
    // },
    /**
     * @抢单修改
     */
    qiangDan: {
        url: "/wrzs/userOperation/qiangDan",
        method: "POST"
    },
 
    //取消抢单
    quXiaoQiangDan: {
        url: "/wrzs/wx/quXiaoQiangDan",
        method: "POST"
    },
    //预约列表
    // yuYueList: {
    //     url: "/wrzs/wx/yuYueList",
    //     method: "GET"
    // },
    /**
     * @预约列表修改
     */
    yuYueList: {
        url: "/wrzs/userOperation/yuYueList",
        method: "GET"
    },
 
    //预约
    // yuYue: {
    //     url: "/wrzs/wx/yuYue",
    //     method: "POST"
    // },
    /**
     * @预约修改
     */
    yuYue: {
        url: "/wrzs/userOperation/yuYue",
        method: "POST"
    },
 
    //获取提煤单详情
    // getTakeCoal: {
    //     url: "/wrzs/wx/getTakeCoal",
    //     method: "GET"
    // },
    /**
     * @获取提煤单详情修改后
     */
    getTakeCoal: {
        url: "/wrzs/userOperation/getTakeCoal",
        method: "GET"
    },
 
 
    //    用户
    // 获取用户信息
    getUserEntity: {
        url: '/wrzs/userentity/getUserEntity',
        method: 'GET'
    },
    // 修改用户信息
    updateUser: {
        url: "/wrzs/wx/updateUser",
        method: "POST"
    },
    // 获取用户信息
    getUserById: {
        url: '/wrzs/wx/getUserById',
        method: 'POST'
    },
    //获取货代列表
    getAllHuoDaiByCustomerId: {
        url: "/wrzs/wx/getAllHuoDaiByCustomerId",
        method: "GET"
    },
    //邀请货代
    bindHuoDai: {
        url: "/wrzs/wx/bindHuoDai",
        method: "POST"
    },
    //删除货代
    deleteHuoDai: {
        url: "/wrzs/wx/deleteHuoDai",
        method: "POST"
    },
    //获取货代详情
    getHuoDaiDetail: {
        url: "/wrzs/wx/getHuoDaiDetail",
        method: "GET"
    },
    //获取司机列表
    GetUserFleet: {
        url: "/wrzs/wx/getUserFleet",
        method: "GET"
    },
    //邀请司机
    bindUserFleet: {
        url: "/wrzs/wx/bindUserFleet",
        method: "POST"
    },
    //删除司机
    deleteSiJi: {
        url: "/wrzs/wx/deleteSiJi",
        method: "POST"
    },
 
 
    //    车辆
    // 获取车队列表
    getFleet: {
        url: "/wrzs/wx/getFleet",
        method: "GET"
    },
    //新增车队
    saveFleet: {
        url: "/wrzs/wx/saveFleet",
        method: "POST"
    },
    // 删除车队
    deleteFleet: {
        url: "/wrzs/wx/deleteFleet",
        method: "POST"
    },
 
    /**
     * @签到
     */
    arrive: {
        url: '/wrzs/userOperation/arrive',
        method: 'POST'
    },
    /**
     * @入场申请
     */
    // 新增
    saveRCSQ: {
        url: "/wrzs/tminapply/save",
        method: 'POST'
    },
    // 修改
    updateByIdRCSQ: {
        url: "/wrzs/tminapply/updateById",
        method: 'PUT'
    },
    // 查询
    pageRCSQ: {
        url: "/wrzs/tminapply/page",
        method: 'GET'
    },
 
    /**
     * @称重
     */
    saveWeigh: {
        url: '/wrzs/userOperation/saveWeigh',
        method: 'POST'
    },
    // 获取称重信息
    weighList: {
        url: "/wrzs/userOperation/weighList",
        method: 'GET'
    },
 
    // 提煤单日志查询
    coalDayPage: {
        url: "/wrzs/tmtaskcoallog/page",
        method: 'GET'
    }
}