diff --git a/src/api/sunVillage_info/fixedAssets.js b/src/api/sunVillage_info/fixedAssets.js new file mode 100644 index 00000000..a733f4c5 --- /dev/null +++ b/src/api/sunVillage_info/fixedAssets.js @@ -0,0 +1,27 @@ +import request from '@/utils/request' + +// 查询固定资产列表 +export function permanentList(query) { + return request({ + url: '/asset/permanent/list', + method: 'get', + params: query + }) +} +// 查询合同信息列表 +export function contractionList(query) { + return request({ + url: '/contraction/info/list', + method: 'get', + params: query + }) +} + +// 用户密码重置 +export function updateUserPwd(data) { + return request({ + url: '/system/user/profile/updatePwd', + method: 'post', + params: data + }) +} diff --git a/src/assets/images/sunVillage_info/add_icon_1.png b/src/assets/images/sunVillage_info/add_icon_1.png new file mode 100644 index 00000000..8fe88f13 Binary files /dev/null and b/src/assets/images/sunVillage_info/add_icon_1.png differ diff --git a/src/assets/images/sunVillage_info/add_icon_2.png b/src/assets/images/sunVillage_info/add_icon_2.png new file mode 100644 index 00000000..b54aa638 Binary files /dev/null and b/src/assets/images/sunVillage_info/add_icon_2.png differ diff --git a/src/router/index.js b/src/router/index.js index 92404b40..24dc451d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2863,6 +2863,15 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/sunVillage_info/fixedAssets'], resolve) }, + { ////阳光村务(新)-- 固定资产 + path: '/sunVillage_info/fixedAssetsAdd', + name: 'sunVillageInfoFixedAssetsAdd', + meta: { + title: '新增固定资产', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/fixedAssetsAdd'], resolve) + }, { ////阳光村务(新)-- 合同信息 path: '/sunVillage_info/information', name: 'sunVillageInfoInformation', @@ -2872,6 +2881,15 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/sunVillage_info/information'], resolve) }, + { ////阳光村务(新)-- 合同信息 + path: '/sunVillage_info/informationAdd', + name: 'sunVillageInfoInformationAdd', + meta: { + title: '新增合同信息', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/informationAdd'], resolve) + }, { ////阳光村务(新)-- 合同信息 path: '/sunVillage_info/details', name: 'sunVillageInfoDetails', diff --git a/src/views/sunVillage_info/fixedAssets.vue b/src/views/sunVillage_info/fixedAssets.vue index 8e807222..4b5fa6a7 100644 --- a/src/views/sunVillage_info/fixedAssets.vue +++ b/src/views/sunVillage_info/fixedAssets.vue @@ -2,88 +2,134 @@
固定资产 -
-
+
+
- + +
-
共4个资产
+
共{{listLength}}个资产
+ -
+
-
办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌
-
自用
+
{{item.name}}
+
{{item.useType}}
-
94400221765431088261
-
房屋及建筑物
+
{{item.code}}
+
{{item.assetType}}
- 2022-05-21 + {{item.buildTime}}
-
出售
-
原值¥199.00
-
-
- -
-
- -
办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌
-
出租或出售
-
-
-
94400221765431088261
-
加工设备工厂
-
-
-
- - 2022-05-21 -
-
报废
-
原值¥199.00
-
-
- -
-
- -
办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌办公桌
-
出租或出售
-
-
-
94400221765431088261
-
加工设备工厂
-
-
-
- - 2022-05-21 -
-
正常
-
原值¥199.00
+
{{item.assetStatus}}
+
原值¥{{item.originalValue}}
+
-
- 已经到底啦 -
- - + + + + +
- + \ No newline at end of file + + + + + + diff --git a/src/views/sunVillage_info/fixedAssetsAdd.vue b/src/views/sunVillage_info/fixedAssetsAdd.vue new file mode 100644 index 00000000..0198c46b --- /dev/null +++ b/src/views/sunVillage_info/fixedAssetsAdd.vue @@ -0,0 +1,196 @@ + + + diff --git a/src/views/sunVillage_info/index.vue b/src/views/sunVillage_info/index.vue index 62ce914a..f4aae0d3 100644 --- a/src/views/sunVillage_info/index.vue +++ b/src/views/sunVillage_info/index.vue @@ -15,8 +15,8 @@ - - + 固定资产 + 合同登记
-
登录
+ + 登录
+ + + + \ No newline at end of file +