From 567c703f91983ec82b397fbd4f347fc192167e85 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 15 十一月 2023 19:21:17 +0800
Subject: [PATCH] modified: src/views/plan/customerorder/schedule-table.vue
---
src/views/technology/structure/index.vue | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/views/technology/structure/index.vue b/src/views/technology/structure/index.vue
index 0037fbb..09b2ad0 100644
--- a/src/views/technology/structure/index.vue
+++ b/src/views/technology/structure/index.vue
@@ -157,6 +157,15 @@
// 闆朵欢鍙�
{
minWidth: '140',
+ prop: 'custom',
+ label: '瀹㈡埛鍚嶇О',
+ sort: true,
+ isTrue: true,
+ isSearch: true,
+ searchInfoType: 'text',
+ },
+ {
+ minWidth: '140',
prop: 'partNo',
label: '闆朵欢鍙�',
sort: true,
@@ -487,10 +496,11 @@
this.$message.warning(response.msg)
} else {
this.$message({
- message: '涓婁紶鎴愬姛',
+ message: '涓婁紶鎴愬姛,鍚庡彴姝e湪瀵煎叆,璇风◢鍚庨噸鏂板埛鏂帮紒',
type: 'success'
})
- this.getData()
+ this.importStructureVisible=false
+ // this.getData()
}
this.$refs.zhuangbeiUploadScan.clearFiles()
},
--
Gitblit v1.9.3