From 9165c351dacd14b77ea1ad6a3cd9da72a3e0cc76 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 30 八月 2023 11:33:20 +0800 Subject: [PATCH] 系统集成基础信息添加bug更改 --- Source/UBCS-WEB/src/views/docking/info.vue | 155 +++++++++++++++++++++++++++++---------------------- 1 files changed, 89 insertions(+), 66 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue index 5d7cff7..43ccb07 100644 --- a/Source/UBCS-WEB/src/views/docking/info.vue +++ b/Source/UBCS-WEB/src/views/docking/info.vue @@ -8,9 +8,9 @@ @selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange" - @refresh-change="refreshChange" @row-click="rowClick"> + @refresh-change="refreshChange" @row-click="rowClick" :cell-style="cellStyle"> <template slot="menu" slot-scope="{row,index}"> - <el-button icon="el-icon-edit" size="small" type="text" @click="updateSave(row,index)">缂栬緫</el-button> + <el-button icon="el-icon-edit" size="small" type="text" @click="updateSave(row,index)" :disabled="row.usedFlag === 'true' ? false :true">缂栬緫</el-button> <el-button icon="el-icon-delete" size="small" type="text" @click="deleteSave(row,index)">鍒犻櫎</el-button> <el-button v-if="row.usedflag=='false'" icon="el-icon-position" size="small" type="text" @click="ENABLE(row,index)">鍚敤 @@ -52,28 +52,6 @@ components: {infoForm}, data() { return { - add: [ - { - pushType: '1', - name: '灏忔槑', - }, - { - pushType: '1', - name: '灏忔槑1', - }, - { - pushType: '2', - name: '灏忔槑12', - }, - { - pushType: '5', - name: '灏忔槑123', - }, - { - pushType: '2', - name: '灏忕孩123', - } - ], //鎺ュ彛绫诲瀷涓嬫媺 interfaceTypeList: [{ label: 'webService', value: 'webService' @@ -132,45 +110,56 @@ editBtn: false, delBtn: false, columnBtn: false, - column: [{ - label: '鎺ㄩ�佺被鍨�', - prop: 'pushType', - sortable: true, - overHidden:true, + column: [ { + label: '鏄惁鍚敤', + prop: 'usedFlag', width: 150, - //pushTypeList浣滅敤鍩� - formatter: (d) => { - return this.pushTypeList[d.pushType] - } - }, { - label: '绯荤粺缂栧彿', - prop: 'id', - sortable: true, - width: 150 - }, { - label: '绯荤粺鍚嶇О', - prop: 'name', - sortable: true, - width: 150 - }, { - label: '鎺ュ彛鍑芥暟', - prop: 'interfaceFunction', - sortable: true, - width: 150 - }, { - label: '鍛藉悕绌洪棿', - prop: 'nameSpace', + formatter: res => res.usedFlag === "true" ? "鍚敤" : "鍋滅敤" + },{ + label: '闆嗘垚绯荤粺', + prop: 'sysBaseName', sortable: true, width: 150 },{ label: '鍒嗙被閫夋嫨', prop: 'classifyName', + align:'center', // sortable: true, width: 150 + },{ + label: '缂栫爜绫诲瀷', + prop: 'isGroupCodeFlag', + sortable: true, + width: 150, + formatter: res => res.isGroupCodeFlag ? '闆嗗洟鐮�' : '浼佷笟缂栫爜' + },{ + label: '鎺ュ彛绫诲瀷', + prop:'dataFlowTypeText', + align:'center', + sortable: true, + width:150, + },{ + label: '鎺ㄩ�佺被鍨�', + prop: 'pushTypeText', + sortable: true, + overHidden:true, + align:'center', + width: 150, + //pushTypeList浣滅敤鍩� + // formatter: (d) => { + // return this.pushTypeList[d.pushType] + // } }, { - label: '闆嗘垚绯荤粺', - prop: 'targetSystemName', - // sortable: true, + label: '绯荤粺缂栧彿', + prop: 'id', + sortable: true, + hide:true, + width: 150 + }, { + label: '绯荤粺鍚嶇О', + prop: 'name', + hide:true, + sortable: true, width: 150 },{ label: '鎺ュ彛鏂瑰紡', @@ -187,12 +176,7 @@ prop: 'soapAction', sortable: true, width: 150 - }, { - label: '鍙傛暟鍚嶇О', - prop: 'targName', - sortable: true, - width: 150 - }, { + }, { label: '璋冪敤鏂瑰紡', prop: 'cxfaxis', sortable: true, @@ -200,6 +184,7 @@ }, { label: '璇锋眰鏂瑰紡', prop: 'requestMethod', + align:'center', // sortable: true, width: 150 }, { @@ -207,7 +192,18 @@ prop: 'requestUrl', sortable: true, width: 150 + }, { + label: '鎺ュ彛鍑芥暟', + prop: 'interfaceFunction', + sortable: true, + align:'center', + width: 150 }, { + label: '鍙傛暟鍚嶇О', + prop: 'targName', + sortable: true, + width: 150 + },{ label: '鍙傛暟绫诲瀷', prop: 'paramType', sortable: true, @@ -224,6 +220,11 @@ return this.returnTypeList[d.returnType] } }, { + label: '鍛藉悕绌洪棿', + prop: 'nameSpace', + sortable: true, + width: 150 + },{ label: '绯荤粺鎻忚堪', prop: 'description', width: 150 @@ -250,7 +251,27 @@ return oids.join(","); } }, + watch:{ + // editAttribute:{ + // immediate: true, + // handler(newData) { + // this.$refs.infoForm.formData = Object.assign({}, newData); + // } + // } + }, methods: { + //鍗曞厓鏍兼牱寮� + cellStyle(row,column,rowIndex,columnIndex){ + if(row.columnIndex==2) { + if(row.row.usedFlag == 'false'){ + return { + color: 'red', + fontWeight: 'bold', + fontSize: '20' + } + } + } + }, searchReset() { this.query = {}; this.onLoad(this.page); @@ -286,11 +307,11 @@ addSave() { this.$refs.infoForm.showSubmitDialog = true; this.$refs.infoForm.formData = { - dataFlowType: 'push', - pushType: '1', - sourceSystemName: '缂栫爜绯荤粺', - sourceSystemOid: 'code00000001', - sourceSystemId: 'CODE', + dataFlowType: '', + pushType: '', + sourceSystemName: '', + sourceSystemOid: '', + sourceSystemId: '', targetSystemName: '', targetSystemOid: '', targetSystemId: '', @@ -305,6 +326,8 @@ this.editAttribute.sysIntHeaderVOs = row.sysIntHeaderVOs || []; this.$refs.infoForm.formData = this.editAttribute; this.$refs.infoForm.showSubmitDialog = true; + console.log('row',row.dataFlowTypeText) + console.log('editAttribute',this.editAttribute.dataFlowTypeText) }, deleteSave(row, index) { this.$confirm("鍒犻櫎鏁版嵁灏嗘棤娉曡鎭㈠, 鏄惁缁х画?", "鎻愮ず", { @@ -314,7 +337,7 @@ showClose: true, type: "warning" }).then(() => { - remove(row.oid).then(res => { + del({oids:row.oid}).then(res => { this.$message.success("鍒犻櫎鎴愬姛"); this.refreshChange(); }); -- Gitblit v1.9.3