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;