From 1055227fdbb326366fefdfae641e76d3a6d53837 Mon Sep 17 00:00:00 2001
From: MO <448233645@qq.com>
Date: Mon, 30 Oct 2023 14:10:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E5=85=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/dict.js | 2 ++
src/views/ea/electronicAssets/index.vue | 46 +++++++++++++++++++------
2 files changed, 37 insertions(+), 11 deletions(-)
diff --git a/src/utils/dict.js b/src/utils/dict.js
index 0adbb8be..8fef1731 100644
--- a/src/utils/dict.js
+++ b/src/utils/dict.js
@@ -141,6 +141,8 @@ export const DICT_TYPE = {
CONTRACT_STATUS: 'contract_status',
//处理结果
HANDLE_RESULT: 'handle_result',
+ //资产状态
+ ASSET_STATUS: 'asset_status',
//借阅状态
BORROW_STATUS: 'borrow_status',
//会计凭证类型
diff --git a/src/views/ea/electronicAssets/index.vue b/src/views/ea/electronicAssets/index.vue
index f8d1cd97..5fd80548 100644
--- a/src/views/ea/electronicAssets/index.vue
+++ b/src/views/ea/electronicAssets/index.vue
@@ -153,7 +153,14 @@
{{ parseTime(scope.row.disposalDate) }}
-
+
+
+
+
+
@@ -305,10 +312,18 @@
-
+ placeholder="请选择资产状态"
+ >
+
+
+
@@ -382,18 +397,13 @@
-
+