From c18b61164fa4d9dcbeaa471ba3043334c576b1bc Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 28 二月 2024 17:25:18 +0800
Subject: [PATCH] 主生产计划
---
src/views/plan/operationtask/index.vue | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/src/views/plan/operationtask/index.vue b/src/views/plan/operationtask/index.vue
index c4c89b8..e905f5a 100644
--- a/src/views/plan/operationtask/index.vue
+++ b/src/views/plan/operationtask/index.vue
@@ -43,7 +43,9 @@
>
璐х洏杩愯緭
</el-button>
- <el-button style="margin-left:10px" @click="openTaskOrder">
+ <el-button
+ v-if="permissions.operationTask_operationtask_priority"
+ style="margin-left:10px" @click="openTaskOrder">
浼樺厛绾�
</el-button>
</template>
@@ -352,7 +354,7 @@
isSearch: true,
searchInfoType: 'text'
},
- {
+ /* {
minWidth: '120',
prop: 'splannedQuantity',
label: '璁″垝鏁伴噺2',
@@ -369,7 +371,7 @@
isTrue: true,
isSearch: true,
searchInfoType: 'text'
- },
+ }, */
{
minWidth: '120',
prop: 'completedQuantity',
@@ -379,7 +381,7 @@
isSearch: true,
searchInfoType: 'text'
},
- {
+ /* {
minWidth: '120',
prop: 'discNum',
label: '鐩樻暟',
@@ -387,8 +389,8 @@
isTrue: true,
isSearch: true,
searchInfoType: 'text'
- },
- {
+ }, */
+ /* {
minWidth: '120',
prop: 'reelSpec',
label: '杞藉叿瑙勬牸',
@@ -396,7 +398,7 @@
isTrue: true,
isSearch: true,
searchInfoType: 'text'
- },
+ }, */
{
width: '130',
prop: 'ratio',
@@ -476,15 +478,7 @@
}
],
toolbar: [],
- operator: [
- {
- text: '鍒犻櫎',
- icon: 'el-icon-delete',
- type: 'text',
- size: 'small',
- fun: this.deleteHandle
- }
- ],
+ operator: null,
operatorConfig: {
fixed: 'right',
label: '鎿嶄綔',
@@ -539,6 +533,17 @@
taskOrderDialog
},
created() {
+ // if(this.permissions.operationTask_operationtask_del){
+ // this.table.operator = [
+ // {
+ // text: '鍒犻櫎',
+ // icon: 'el-icon-delete',
+ // type: 'text',
+ // size: 'small',
+ // fun: this.deleteHandle
+ // }
+ // ]
+ // }
this.getManufactureAttrs()
},
mounted() {
--
Gitblit v1.9.3