diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index 4bea95522..1d03677eb 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -6,6 +6,27 @@
{{$t('ParameteItemCollectionList')}}({{$t(this.$route.query.projectName)}}) — {{$t(this.$route.query.title)}}
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
@@ -33,28 +54,28 @@
v-model="formInline.paramsName">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('certificationCategory')}}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('certificationCategory')}}
+
+
+
+
@@ -269,9 +290,9 @@
{{$t('CompulsoryWithdrawal')}}
-
+
+ placement="bottomRight">
{{ $t('selectAll') }}
- {{ item.db_field_txt }}
@@ -300,31 +323,13 @@
-
-
-
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
+
+
+
+
+
+
+
@@ -868,7 +873,7 @@
// status: 2
// }
// ],
- customizeList:[],
+ customizeList: [],
selectedRowKeys: [],
textLoading: false,
formInline: {},
@@ -885,7 +890,7 @@
},
loading: false,
dataSource: [],
- statuList:[],
+ statuList: [],
areaVisible: false, // 弹框的控制
configureareaVisible: false, // 配置的彈框
pageNo: 1,
@@ -1118,7 +1123,7 @@
}
},
roleSwitchingClick(roleCode) {
- console.log(roleCode,1111)
+ console.log(roleCode, 1111)
this.JTextLoading = true
// this.visibleRoleSwitching = true
this.$nextTick(() => {
@@ -1163,34 +1168,34 @@
} else {
// this.$refs.ruleFormRoleSwitching.validate(valid => {
// if (valid) {
- let query = {
- userType: roleCode,
- paramsManifestId: this.$route.query.id,
- projectId: this.$route.query.projectId,
- userId: this.userInfo().id
- }
- this.confirmLoadingRoleSwitching = true
- postAction('/params/userTypeLog/edit', query).then((res) => {
- if (res.success) {
- this.currentPersonRole = roleCode
- this.$message.success(this.$t('OperationSuccessful'))
- this.visibleRoleSwitching = false
- this.confirmLoadingRoleSwitching = false
- this.JTextLoading = false
- this.visible = false
- localStorage.setItem('currentPersonRole', JSON.stringify(roleCode))
- this.RoleType.forEach((item, index) => {
- if (item.value == this.currentPersonRole) {
- this.rolename = item.label
- }
- })
- this.selectedRowKeysValue = []
- } else {
- this.confirmLoadingRoleSwitching = false
- this.JTextLoading = false
- this.$message.warning(this.$t('operationFailed'))
+ let query = {
+ userType: roleCode,
+ paramsManifestId: this.$route.query.id,
+ projectId: this.$route.query.projectId,
+ userId: this.userInfo().id
+ }
+ this.confirmLoadingRoleSwitching = true
+ postAction('/params/userTypeLog/edit', query).then((res) => {
+ if (res.success) {
+ this.currentPersonRole = roleCode
+ this.$message.success(this.$t('OperationSuccessful'))
+ this.visibleRoleSwitching = false
+ this.confirmLoadingRoleSwitching = false
+ this.JTextLoading = false
+ this.visible = false
+ localStorage.setItem('currentPersonRole', JSON.stringify(roleCode))
+ this.RoleType.forEach((item, index) => {
+ if (item.value == this.currentPersonRole) {
+ this.rolename = item.label
}
})
+ this.selectedRowKeysValue = []
+ } else {
+ this.confirmLoadingRoleSwitching = false
+ this.JTextLoading = false
+ this.$message.warning(this.$t('operationFailed'))
+ }
+ })
// }
// })
}
@@ -1823,27 +1828,27 @@
this.selectedValue = this.checkedList
this.indeterminate = false
},
- getcustomizeList(item){
+ getcustomizeList(item) {
let params = {
paramsManifestId: this.$route.query.id,
- projectName:this.$route.query.projectName,
+ projectName: this.$route.query.projectName,
flag: '7'
}
getAction('params/collectManifest/getHeader', params).then((res) => {
if (res.success) {
let List = []
let sList = []
- res.result.forEach((item,index) => {
- if(!item.isLock){
- if(item.headFieldCn == '操作'){
+ res.result.forEach((item, index) => {
+ if (!item.isLock) {
+ if (item.headFieldCn == '操作') {
item.field = 'operation'
item.disabled = true
- }else if(item.headFieldCn == 'NIO编号' || item.headFieldCn == '参数名称'){
+ } else if (item.headFieldCn == 'NIO编号' || item.headFieldCn == '参数名称') {
item.disabled = true
}
List.push(item)
}
- if(item.isLock) {
+ if (item.isLock) {
sList.push(item)
}
})
@@ -1851,7 +1856,7 @@
this.statuList = sList
}
})
- if(item){
+ if (item) {
console.log(item)
this.checkedList = item
}
@@ -2222,7 +2227,7 @@
returnDataJurisdiction() {
// 退回的状态权限
let homoJurisdictionReturn = this.homoJurisdictionReturn()
- console.log(homoJurisdictionReturn,'homoJurisdictionReturn')
+ console.log(homoJurisdictionReturn, 'homoJurisdictionReturn')
if (homoJurisdictionReturn == 1) {
this.returnData()
} else if (homoJurisdictionReturn == 0) {
@@ -2306,9 +2311,9 @@
})
let _this = this
let param = {
- ids: _array.join(',') ,
- paramsManifestId:this.$route.query.id,
- projectId:this.$route.query.projectId,
+ ids: _array.join(','),
+ paramsManifestId: this.$route.query.id,
+ projectId: this.$route.query.projectId
}
let url = ''
@@ -2512,9 +2517,11 @@
.popconfirmIndex .anticon-exclamation-circle {
display: none !important;
}
+
::v-deep .ant-table-fixed-header .ant-table-body-inner {
overflow: visible;
}
+
popconfirmmize {
z-index: 999;
}
@@ -2530,6 +2537,7 @@
.popconfirmmize .ant-popover-message {
padding: 4px 0 36px !important;
}
+
::v-deep .ant-popover-buttons {
display: none !important;
}
@@ -2639,6 +2647,7 @@
.Required {
color: red;
}
+
.customize-text {
/*height: 1533px;*/
display: flex;
@@ -2653,6 +2662,7 @@
color: #040B29;
margin-bottom: 22px;
}
+
.drawer-bootom-button {
position: absolute;
bottom: 0;
@@ -2665,6 +2675,7 @@
background: #fff;
border-radius: 0 0 2px 2px;
}
+
.ant-table-placeholder {
padding: 0;
border-top: none;
@@ -2673,9 +2684,11 @@
.itemModelComment .ant-form-item-control-wrapper {
width: 100% !important;
}
+
.second {
padding: 0 !important;
}
+
.doc-detail {
background: #fff;
height: 100%;
@@ -2751,6 +2764,10 @@
line-height: 68px;
}
+ .Virtual-detail-title-right {
+ float: right;
+ }
+
.doc-detail-right {
width: 800px;
line-height: 68px;
@@ -2782,9 +2799,11 @@
.text-wraning {
word-break: break-word;
}
+
.operator-text-title-color {
color: #00B3BE;
}
+
\ No newline at end of file