// 根据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_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'