123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- // 根据ID,常量类别获常量数据
- export const API_GET_CONTRACT_TENANT = '/contractManagementInfo/selectInfo'
- export const API_POST_ADD_CONTRACT_TENANT = '/contractManagementInfo/api/addInfo'
- export const API_POST_MANNER_OF_PACKING_TENANT = '/commonSysParameter/getInfo'
- // 查看
- export const API_GET_CONTRACT_MANAGEMENTINFO = '/contractManagementInfo/getInfo'
- // 验收下拉
- export const API_GET_CUSTOMDROPDOWN_CUSTOMDROPDOWN = `/customDropDown/query/customDropDown`
- // 下拉添加
- export const API_POST_CUSTOM_DOWN_ADD = '/customDropDown/api/saveAdd'
- // 下拉编辑
- export const API_POST_CUSTOM_DOWN_EDIT = '/customDropDown/api/saveEdit'
- // 下拉删除
- export const API_POST_CUSTOM_DOWN_DELETE = '/customDropDown/api/saveDelete'
- // 导出
- export const API_POST_EXPORT = '/contractManagementInfo/export'
- // 代收导出
- export const API_POST_EXPORT1 = '/contractManagementInfo/exportCollection'
- // 代储导出
- export const API_POST_EXPORT2 = '/contractManagementInfo/exportStorageFee'
- // 操作历史
- export const API_GET_BILL_OPERATE_HIS = '/billOperateHis/query/commonBillOperateHis'
- // 修改状态
- export const API_POST_EDITSTATUS = '/contractManagementInfo/editStatus'
- // 补充协议查看关联合同
- export const API_GET_RELATION_CONTRACTNO = '/contractManagementInfo/selectContract'
- //删除销售合同
- export const API_POST_CONTRACT_DELETE = '/contractManagementInfo/deleteInfo '
- //销售合同修改编辑
- export const API_POST_EDITINFO = '/contractManagementInfo/editInfo'
- // 获取负责人
- export const API_GET_STAFF = '/staff/query/getStaffListByCompId'
- // 获取现货采购负责人
- export const API_GET_STAFF_FIND = '/staff/query/findRole'
- // 获取现货采购负责人
- export const API_GET_STAFF_ALL = '/staff/query/getStaffListByCompId'
- //运输任务-添加-根据仓库类型选库名
- export const API_GET_TRAN_TASK_WAREHOUSE = '/tranTaskInfo/selectWarehouseList'
- //查看点价确认单
- export const API_GET_SELECTCONFIRMATIONSHEET = '/priceConfirmationSheet/selectConfirmationSheet'
- //编辑点价确认单
- export const API_POST_CONFIRMATIONSHEET_EDIT = '/priceConfirmationSheet/api/editPriceConfirmationSheet'
- //创建点价确认单
- export const API_POST_CONFIRMATIONSHEET_ADD = '/priceConfirmationSheet/api/addPriceConfirmationSheet'
- //删除点价确认单
- export const API_POST_CONFIRMATIONSHEET_DELETE = '/priceConfirmationSheet/api/deletePriceConfirmationSheet'
- //编辑时查看点价确认单
- export const API_GET_GETINFO = '/priceConfirmationSheet/getInfo'
- //客户
- export const API_GET_CUSTOMERINFO = '/customerInfo/customerList'
- // 代收合同记录
- export const API_GET_RECORDPAGE = '/collectionWarehousingRecord/selectCollectionWarehousingRecordPage'
- // 代收合同添加记录
- export const API_POST_ADDRECORD = '/collectionWarehousingRecord/api/insertCollectionWarehousingRecord'
- // 代收合同身份证号查询认证客户
- export const API_GET_IDENTITYBYCARD = '/identityAuthenticationInfo/api/selectIdentityByCard'
- // 代收合同记录编辑
- export const API_POST_RECORDEDIT = '/collectionWarehousingRecord/editCollectionWarehousingRecord'
- // 代收合同记录删除
- export const API_POST_RECORDDELETE = '/collectionWarehousingRecord/deleteCollectionWarehousingRecord'
- // 代收合同记录导出
- export const API_POST_RECORDEXPORT = '/collectionWarehousingRecord/export'
- // 代收合同记录收款
- export const API_POST_COLLECTMONEY = '/collectionWarehousingRecord/api/collectMoney'
- // 代收合同记录付款
- export const API_POST_PAYMONEY = '/collectionWarehousingRecord/api/payMoney'
- // 代收合同记录开票
- export const API_POST_INVOICING = '/collectionWarehousingRecord/api/openInvoiceList'
- // 代储合同代储费列表
- export const API_GET_STORAGEFEERECORDLIST = '/storageFeeRecord/selectInfo'
- // 生成代储费记录
- export const API_POST_ADDSTORAGEFEERECORD = '/storageFeeRecord/api/addStorageFeeRecord'
- // 修改代储费
- export const API_POST_EDITSTORAGEFEERECORD = '/storageFeeRecord/editInfo'
- // 代储收费
- export const API_POST_STORAGEFEERECORDCHARGE = '/storageFeeRecordCharge/api/addCharge'
- // 代储收费记录
- export const API_GET_FEERECORD = '/storageFeeRecordCharge/feeRecord'
- // 代储记录终止
- export const API_POST_STOP = '/storageFeeRecord/editInfo'
- // 代储费导出
- 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'
- // 获取合同结算单价
- export const API_GET_SETTLEMENTPRICE ='/contractManagementInfo/settlementPrice'
- // 发起人撤回
- export const API_SPONSOR_WITHDRAW ='/newWorkflow/api/stopInstance'
- // 编辑合同流程信息
- export const API_EDIT_PROCESS ='/contractProcessInfo/editInfo'
|