gjy 3 anni fa
parent
commit
cda1066d31
1 ha cambiato i file con 13 aggiunte e 1 eliminazioni
  1. 13 1
      src/api/V2/contract/index.js

+ 13 - 1
src/api/V2/contract/index.js

@@ -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'