From ad7d0b714ea3730307074cef4cc3f7fa722757ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=9D=B0?= <2658502433@qq.com>
Date: Thu, 18 Jul 2024 15:12:10 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E9=99=84=E5=B1=9E=E5=B1=9E?=
=?UTF-8?q?=E6=80=A7=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mes/attached/index.vue | 51 ++++++++++++++++++++++++--------
1 file changed, 39 insertions(+), 12 deletions(-)
diff --git a/src/views/mes/attached/index.vue b/src/views/mes/attached/index.vue
index 36dc0e1b..11d78c12 100644
--- a/src/views/mes/attached/index.vue
+++ b/src/views/mes/attached/index.vue
@@ -25,14 +25,14 @@
-
-
-
+
+
+
+
+
+
+
+
@@ -191,8 +191,16 @@
-
-
+
+
+
+
@@ -209,7 +217,7 @@
-
+
+
+
+
+
-
+
+
+
+
+
+
+
@@ -305,6 +328,7 @@ import { listAttached, getAttached, delAttached, addAttached, updateAttached } f
export default {
name: "Attached",
+ dicts: ['sys_category'],
data() {
return {
// 遮罩层
@@ -358,6 +382,9 @@ export default {
this.getList();
},
methods: {
+ indexMethod(index) {
+ return index + 1;
+ },
/** 查询物料附属信息列表 */
getList() {
this.loading = true;