From 795fa953f456ea886be77f8bb345c50a0fbea590 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 19 十二月 2023 15:44:28 +0800
Subject: [PATCH] 	modified:   src/page/index/sidebar/index.vue 	modified:   src/page/index/sidebar/sidebarItem.vue 	modified:   src/page/login/index.vue 	modified:   src/views/basic/company/index.vue 	modified:   src/views/basic/crew/index.vue 	modified:   src/views/basic/customizeparamtemplatetype/index.vue 	modified:   src/views/basic/division/index.vue 	modified:   src/views/basic/factory/index.vue 	modified:   src/views/basic/location/index.vue 	modified:   src/views/basic/param/index.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/post/index.vue 	modified:   src/views/basic/shift/index.vue 	modified:   src/views/basic/staff/index.vue 	modified:   src/views/basic/template/index.vue 	modified:   src/views/basic/warehouse/index.vue 	modified:   src/views/basic/workstation/index.vue 	modified:   src/views/plan/customerorder/index.vue 	modified:   src/views/technology/routing/routing-form.vue

---
 src/views/basic/part/index.vue |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 33 insertions(+), 27 deletions(-)

diff --git a/src/views/basic/part/index.vue b/src/views/basic/part/index.vue
index e677457..ea71043 100644
--- a/src/views/basic/part/index.vue
+++ b/src/views/basic/part/index.vue
@@ -12,7 +12,12 @@
         :ajaxFun="ajaxFun"
         ref="partTable"
       >
-        <template #toolbar></template>
+        <template #toolbar>
+          <el-button type="primary" @click="addOrUpdateHandle"
+          v-if="permissions.basic_part_add">鏂板</el-button>
+          <el-button type="primary" @click="() => (this.syncDateVisible = true)"
+          v-if="permissions.basic_part_mdm">鍚屾MDM</el-button>
+        </template>
       </ttable>
       <!-- 寮圭獥, 鏂板 / 淇敼 -->
       <table-form
@@ -93,7 +98,8 @@
         multiSelect: true, //
         seqNo: true,
         isShowHide: true, // 鏄惁鏄剧ず鏄惧奖鎸夐挳
-        isSearch: false, // 楂樼骇鏌ヨ鎸夐挳
+        isSearch: false, // 楂樼骇鏌ヨ鎸夐挳,
+        isRefresh: true, // 鏄惁鏄剧ず鍒锋柊鎸夐挳
         defaultOrderBy: { column: 'id', direction: 'desc' }
       },
       table: {
@@ -169,7 +175,7 @@
           {
             minWidth: '120',
             prop: 'sunit',
-            label: '鍗曚綅2',
+            label: '閲嶉噺鍗曚綅',
             sort: true,
             isTrue: true,
             isSearch: true,
@@ -190,7 +196,7 @@
             searchInfoType: 'text'
           },
           // 涓�绾у垎绫�
-          {
+           {
             minWidth: '120',
             prop: 'assortment',
             label: '涓�绾у垎绫�',
@@ -227,7 +233,7 @@
             optList: () => {
               return this.getThreeLevelClassification()
             }
-          },
+          }, 
           // 瑙勬牸
           {
             minWidth: '140',
@@ -239,7 +245,7 @@
             searchInfoType: 'text'
           },
           // 鍨嬪彿
-          {
+          /* {
             minWidth: '140',
             prop: 'partModel',
             label: '鍨嬪彿',
@@ -301,7 +307,7 @@
             optList: () => {
               return this.lotTrackingIfsOptions
             }
-          },
+          }, */
           // 鐗堟湰鍙�
           {
             minWidth: '140',
@@ -311,7 +317,7 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          },
+          }/* ,
           // 璁″垝鏂规硶
           {
             minWidth: '140',
@@ -325,9 +331,9 @@
             optList: () => {
               return this.planningMethodOptions
             }
-          },
+          }, */
           // 鍥惧彿
-          {
+         /*  {
             minWidth: '140',
             prop: 'drawingNumber',
             label: '鍥惧彿',
@@ -355,9 +361,9 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          },
+          }, */
           // 妫�楠屽憳
-          {
+          /* {
             minWidth: '140',
             prop: 'examiner',
             label: '妫�楠屽憳',
@@ -388,20 +394,9 @@
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
-          }
+          } */
         ],
         toolbar: [
-          {
-            text: '鏂板',
-            type: 'primary',
-            fun: this.addOrUpdateHandle
-          },
-          {
-            text: '鍚屾MDM',
-            type: 'primary',
-            fun: () => (this.syncDateVisible = true),
-            loading: false
-          }
           // {
           //   text: '澶ф爣绛�',
           //   type: 'primary',
@@ -446,16 +441,19 @@
     PrintLabelForm
   },
   created() {
+    this.uploadInfo.isShow = this.permissions.basic_part_upload
     this.table.column.find((e) => e.label === 'IFS鍚敤鎵规绠$悊').isTrue = false
     this.table.column.find((e) => e.label === '璁″垝鏂规硶').isTrue = false
-    this.getUnitType('unit')
-    this.getMaterialType('material_type')
     this.getCategoryType('category')
     this.getAssortmentType('assortment')
     this.getPlanningMethodType('planning_method_type')
     this.getThreeLevelClassificationType('three_classification_type')
-    this.getMaterialAttributeType()
     this.getExaminerDict('examiner_type')
+  },
+  mounted(){
+    this.getUnitType('unit')
+    this.getMaterialType('material_type')
+    this.getMaterialAttributeType()
   },
   computed: {
     ...mapGetters(['permissions'])
@@ -467,6 +465,10 @@
     },
     // 鏂板 / 淇敼
     addOrUpdateHandle(row) {
+      if(!this.permissions.basic_part_edit && row.id!=null){
+        this.$message.error("璇ヨ鑹叉病鏈夋搷浣滄潈闄�")
+        return
+      }
       this.addOrUpdateVisible = true
       this.$nextTick(() => {
         this.$refs.addOrUpdate.init(row == null ? null : row.id)
@@ -474,6 +476,10 @@
     },
     // 鍒犻櫎
     deleteHandle(row) {
+      if(!this.permissions.basic_part_del){
+        this.$message.error("璇ヨ鑹叉病鏈夋搷浣滄潈闄�")
+        return
+      }
       this.$confirm('鏄惁纭闆朵欢鍚嶄负:' + row.partName, '鎻愮ず', {
         confirmButtonText: '纭畾',
         cancelButtonText: '鍙栨秷',

--
Gitblit v1.9.3