付延余
2022-12-19 8fc8838a441ae3d3b1616f4fc003b16292978b54
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
export const api = {
    // 微信绑定客户
    bindWx: {
        url: '/admin/social/bind',
        method: "POST"
    },
 
    // 获取单位树
    fetchCompTree: {
        url: '/admin/dept/compTree',
        method: 'GET'
    },
 
 
    // 我的申请
    getProcessDataList: {
        url: '/oa/actBusiness/getByCondition',
        name: 'pig',
        method: 'GET'
    },
 
 
    // 新增申请
    getNewProcessDataList: {
        url: '/oa/actProcess/getByCondition',
        name: 'pig',
        mehtod: 'GET'
    },
    // 操作人员
    operator: {
        url: '/admin/dict/type/operator',
        name: 'pig',
        method: 'GET'
    },
    // 付款类型
    pay_type: {
        url: '/admin/dict/type/pay_type',
        name: 'pig',
        method: 'GET'
    },
    // 其他参数
    others_params: {
        url: '/admin/dict/type/others_params',
        name: 'pig',
        method: 'GET'
    },
    // 页面参数
    coalprice: {
        url: '/yunxiao/coalprice/page',
        name: 'pig',
        method: 'GET'
    },
    jcfavouredpolicyitem: {
        url: '/yunxiao/jcfavouredpolicyitem/page',
        name: 'pig',
        method: 'GET'
    },
    // 获取全部优惠政策
    getFavouredPolicyItem: {
        url: '/yunxiao/jcfavouredpolicyitem/page',
        method: 'GET'
    },
    // 煤场
    coalfiled: {
        url: '/yunxiao/coalfiled/page',
        name: 'pig',
        method: 'GET'
    },
 
    /**
     * @Ledger 分类账套
     */
    zhaccountledger: {
        url: '/yunxiao/zhaccountledger/page',
        method: 'GET'
    },
 
 
    /**
     * @选择客户
     */ 
    // 搜索
    customer: {
        url: '/yunxiao/customer/page',
        method: 'GET'
    },
    // 获取账户
    getAccount: {
        url: '/yunxiao/account/getAccount',
        method: 'GET'
    },
    // 选择客户回调
    // customerAccount:{
    //     url:'/yunxiao/account/getAccountByCustmoerIdAndCompId',
    //     method:'GET'
    // },
 
 
    // 选择合同
    contract: {
        url: '/yunxiao/contract/page',
        method: 'GET'
    },
    // 合同类型&状态
    contract_status: {
        url: '/admin/dict/type/contract_status',
        method: 'GET'
    },
    contract_type: {
        url: '/admin/dict/type/contract_type',
        method: 'GET'
    },
    trainFreightFind: {
        url: "/yunxiao/trainFreight/find",
        mehtod: "GET"
    },
 
    // 合同详情
    getByContractId: {
        url: '/yunxiao/contractitem/getByContractId',
        method: 'GET'
    },
 
 
    // 添加申请
    xswaybill: {
        url: '/yunxiao/xswaybill',
        method: 'POST'
    },
    // 煤种价格修改信息
    getNewPrice: {
        url: '/yunxiao/coalpricemodifyinfo/getNewPrice',
        method: 'GET'
    },
 
 
    // 撤回
    // withDraw: {
    //     url: '/oa/actBusiness/cancel',
    //     method: 'POST'
    // },
    // 修改过的撤回
    cancel:{
        url:'/oa/actRemote/cancel',
        method:'POST'
    },
    // 获取操作人
    getFirstNode: {
        url: '/oa/actProcess/getFirstNode',
        method: 'GET'
    },
    // 重新申请
    apply: {
        url: '/oa/actBusiness/apply',
        method: 'POST'
    },
    // 我的待办
    todoList: {
        url: '/oa/actTask/todoList',
        name: 'pig',
        method: 'GET'
    },
    // 我的已办
    doneList: {
        url: '/oa/actTask/doneList',
        name: 'pig',
        method: 'GET'
    },
 
    // 表单数据
    formData: {
        url: '/yunxiao/xswaybill',
        method: 'GET'
    },
    // 查看进度
    historicFlow: {
        url: '/oa/actTask/historicFlow',
        method: 'GET'
    },
    // 待办通过
    // getNextNode:{
    //     url:'/oa/actProcess/getNextNode',
    //     method:'GET'
    // },
    // 批量通过
    passAll: {
        url: '/oa/actTask/passAll',
        method: 'POST'
    },
    // 批量驳回
    backAll: {
        url: '/oa/actTask/backAll',
        method: "POST"
    },
    deleteHistoric: {
        url: '/oa/actTask/deleteHistoric',
        method: "POST"
    },
    // 修改驳回申请信息
    editXswaybill: {
        url: '/yunxiao/xswaybill',
        method: 'PUT'
    },
    // 退出清空缓存
    // logout:{
    //     url:'/auth/token/logout',
    //     method:'DELETE'
    // }
 
    // 煤仓当前剩余量
    coalbunker: {
        url: '/yunxiao/coalbunker/page',
        method: 'GET'
    }
 
}