12345678910111213141516171819202122232425 |
- // 根据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_GET_BILL_OPERATE_HIS = '/billOperateHis/query/commonBillOperateHis'
- // 修改状态
- export const API_POST_EDITSTATUS = '/contractManagementInfo/editStatus'
- //销售合同修改编辑
- export const API_POST_EDITINFO ='/contractManagementInfo/editInfo'
- //删除
- export const API_POST_CONTRACT_DELETE = '/contractManagementInfo/deleteInfo'
-
|