diff --git a/.env.development b/.env.development index d95af3b..f01ec00 100644 --- a/.env.development +++ b/.env.development @@ -12,7 +12,7 @@ VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 -# VITE_APP_BASE_API = 'http://192.168.110.149:8899' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' #曾涛 # VITE_APP_BASE_API = 'http://192.168.110.171:8899' diff --git a/src/api/materials/company/index.ts b/src/api/materials/company/index.ts index da21b9f..1996df8 100644 --- a/src/api/materials/company/index.ts +++ b/src/api/materials/company/index.ts @@ -14,6 +14,18 @@ export const listCompany = (query?: CompanyQuery): AxiosPromise => method: 'get', params: query }); +}; /** + * 查询材料提供商 + * @param query + * @returns {*} + */ + +export const supplierInputGet = (query?) => { + return request({ + url: '/supplierInput/supplierInput/getList', + method: 'get', + params: query + }); }; /** diff --git a/src/api/system/menu/index.ts b/src/api/system/menu/index.ts index 15cf1b5..2866271 100644 --- a/src/api/system/menu/index.ts +++ b/src/api/system/menu/index.ts @@ -20,18 +20,20 @@ export const getMenu = (menuId: string | number): AxiosPromise => { }; // 查询菜单下拉树结构 -export const treeselect = (): AxiosPromise => { +export const treeselect = (params?: any): AxiosPromise => { return request({ url: '/system/menu/treeselect', - method: 'get' + method: 'get', + params }); }; // 根据角色ID查询菜单下拉树结构 -export const roleMenuTreeselect = (roleId: string | number): AxiosPromise => { +export const roleMenuTreeselect = (roleId: string | number, params?: any): AxiosPromise => { return request({ url: '/system/menu/roleMenuTreeselect/' + roleId, - method: 'get' + method: 'get', + params }); }; diff --git a/src/api/system/post/index.ts b/src/api/system/post/index.ts index b7cc8e8..9f028ab 100644 --- a/src/api/system/post/index.ts +++ b/src/api/system/post/index.ts @@ -71,7 +71,7 @@ export function getRoleList(deptId?: number | string): AxiosPromise { url: '/system/role/listNoPage', method: 'get', params: { - deptId, + deptId } }); } diff --git a/src/api/system/role/index.ts b/src/api/system/role/index.ts index fb0fcab..6727852 100644 --- a/src/api/system/role/index.ts +++ b/src/api/system/role/index.ts @@ -147,10 +147,11 @@ export const authUserSelectAll = (data: any) => { }); }; // 根据角色ID查询部门树结构 -export const deptTreeSelect = (roleId: string | number): AxiosPromise => { +export const deptTreeSelect = (roleId: string | number, params?) => { return request({ url: '/system/role/deptTree/' + roleId, - method: 'get' + method: 'get', + params }); }; diff --git a/src/views/biddingManagemen/biddingLimit/index.vue b/src/views/biddingManagemen/biddingLimit/index.vue index f54a5cd..98c5781 100644 --- a/src/views/biddingManagemen/biddingLimit/index.vue +++ b/src/views/biddingManagemen/biddingLimit/index.vue @@ -58,9 +58,10 @@ - - - + + + + - + @@ -92,48 +79,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - -
-

{{ item.label }}

- -
-
+ + + + + + + + + + + + + + + + + + + + +
+

{{ item.label }}

+ +
+ 注意:请上传pdf格式文件 +
+ + @@ -77,7 +81,7 @@ - + @@ -103,7 +107,6 @@ - @@ -122,10 +125,9 @@ @@ -139,9 +141,7 @@