From ceea6721403291f31d38794755aa9cfa7482c02d Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期一, 04 十二月 2023 11:43:49 +0800
Subject: [PATCH] 项目表
---
web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
index 6afe80e..af0239d 100644
--- a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
+++ b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
@@ -185,7 +185,7 @@
</div>
<div class="el-border-left " style="width: 35%;height: 40px;">
<el-form-item label="鏄惁婊¤冻娴嬭瘯瑕佹眰" label-width="150px" style="padding-left:20px;margin-bottom:0">
- <zt-dict v-model="dataForm.circulatOrder.detectSituation" :radio="true" dict="is_or_not"></zt-dict>
+ <zt-dict :disabled="getRoleName.indexOf('QA瑙掕壊')===-1" v-model="dataForm.circulatOrder.detectSituation" :radio="true" dict="is_or_not"></zt-dict>
</el-form-item>
</div>
</div>
@@ -248,7 +248,7 @@
</div>
<div class="el-border-left " style="width: 20%;height: 40px">
<el-form-item style="width: 100%;padding-left:20px;margin:0;">
- <el-input v-model="dataForm.circulatOrder.itemAcceptr"></el-input>
+ <el-input v-model="dataForm.circulatOrder.remark"></el-input>
</el-form-item>
</div>
</div>
@@ -297,6 +297,12 @@
}
}
},
+ computed:{
+ getRoleName(){
+ console.log(this.$store.state.user.roleName,'this.$store.state.user.roleName')
+ return this.$store.state.user.roleName || ''
+ },
+ },
methods: {
indexFormat(index) {
return index += 1
@@ -310,9 +316,8 @@
}
if(row.projectId){
this.dataForm.projectId =row.projectId
- } else {
- this.dataForm.projectId=row.bizGroupId
}
+
// this.dataForm.disabled
this.getInfo()
if (!this.dataForm.disabled) {
--
Gitblit v1.9.1