|
@@ -99,4 +99,16 @@ export const API_GET_FEERECORD = '/storageFeeRecordCharge/feeRecord'
|
|
|
export const API_POST_STOP = '/storageFeeRecord/editInfo'
|
|
|
|
|
|
// 代储费导出
|
|
|
-export const API_POST_STORAGEFEERECORDEXPORT = '/storageFeeRecord/export'
|
|
|
+export const API_POST_STORAGEFEERECORDEXPORT = '/storageFeeRecord/export'
|
|
|
+// 合同费用列表
|
|
|
+export const API_CONTRACTCOST = '/contractCostInfo/selectInfo'
|
|
|
+// 合同编号
|
|
|
+export const API_GET_CONTRACT ='/warehouseBaseInfo/selectContractNoList'
|
|
|
+// 请款收款
|
|
|
+export const API_ADD_CONTRACT ='/contractCostInfo/api/addInfo'
|
|
|
+// 编辑请款收款
|
|
|
+export const API_EDIT_CONTRACT ='/contractCostInfo/editInfo'
|
|
|
+// 删除请款收款
|
|
|
+export const API_DELETE_CONTRACT ='/contractCostInfo/deleteInfo'
|
|
|
+// 付款
|
|
|
+export const API_PAYMENT ='/contractCostInfo/payment'
|