|
@@ -4,7 +4,6 @@ import { appRx } from '../defalutConfig/indexRx'
|
|
import {
|
|
import {
|
|
API_GET_CONTRACT_TENANT,
|
|
API_GET_CONTRACT_TENANT,
|
|
API_POST_ADD_CONTRACT_TENANT,
|
|
API_POST_ADD_CONTRACT_TENANT,
|
|
- API_GET_EXAMINE_HISTORY,
|
|
|
|
API_POST_MANNER_OF_PACKING_TENANT,
|
|
API_POST_MANNER_OF_PACKING_TENANT,
|
|
API_GET_CUSTOMDROPDOWN_CUSTOMDROPDOWN,
|
|
API_GET_CUSTOMDROPDOWN_CUSTOMDROPDOWN,
|
|
API_POST_CUSTOM_DOWN_ADD,
|
|
API_POST_CUSTOM_DOWN_ADD,
|
|
@@ -12,16 +11,17 @@ import {
|
|
API_POST_CUSTOM_DOWN_DELETE,
|
|
API_POST_CUSTOM_DOWN_DELETE,
|
|
API_POST_EXPORT,
|
|
API_POST_EXPORT,
|
|
API_GET_BILL_OPERATE_HIS,
|
|
API_GET_BILL_OPERATE_HIS,
|
|
- API_POST_EDITSTATUS
|
|
|
|
|
|
+ API_POST_EDITSTATUS,
|
|
|
|
+ API_GET_CONTRACT_MANAGEMENTINFO
|
|
} from '@/api/V2/contract'
|
|
} from '@/api/V2/contract'
|
|
// 列表
|
|
// 列表
|
|
export const getList = appRx.get(API_GET_CONTRACT_TENANT, errorCatcher, errorHandle, filter)
|
|
export const getList = appRx.get(API_GET_CONTRACT_TENANT, errorCatcher, errorHandle, filter)
|
|
// 添加
|
|
// 添加
|
|
export const addList = appRx.post(API_POST_ADD_CONTRACT_TENANT, errorCatcher, errorHandle, filter)
|
|
export const addList = appRx.post(API_POST_ADD_CONTRACT_TENANT, errorCatcher, errorHandle, filter)
|
|
-// 查看数据或包装方式
|
|
|
|
|
|
+// 包装方式
|
|
export const packList = appRx.get(API_POST_MANNER_OF_PACKING_TENANT, errorCatcher, errorHandle, filter)
|
|
export const packList = appRx.get(API_POST_MANNER_OF_PACKING_TENANT, errorCatcher, errorHandle, filter)
|
|
-//查看
|
|
|
|
-export const getInquiry = appRx.get(API_GET_EXAMINE_HISTORY, errorCatcher, errorHandle, filter)
|
|
|
|
|
|
+// 查看
|
|
|
|
+export const examineList = appRx.get(API_GET_CONTRACT_MANAGEMENTINFO, errorCatcher, errorHandle, filter)
|
|
// 下拉
|
|
// 下拉
|
|
export const xiala = appRx.get(API_GET_CUSTOMDROPDOWN_CUSTOMDROPDOWN, errorCatcher, errorHandle, filter)
|
|
export const xiala = appRx.get(API_GET_CUSTOMDROPDOWN_CUSTOMDROPDOWN, errorCatcher, errorHandle, filter)
|
|
export const addxiala = appRx.post(API_POST_CUSTOM_DOWN_ADD, errorCatcher, errorHandle, filter)
|
|
export const addxiala = appRx.post(API_POST_CUSTOM_DOWN_ADD, errorCatcher, errorHandle, filter)
|