4f63a148 by renchao@pashanhoo.com

style:上报样式

1 parent 9aedfe53
{
"TITLE": "汉中市数据上报系统",
"THEME": "jg",
"CODE": "BDCJGPT",
"THEME": "sb",
"CODE": "BDCSBPT",
"AREARMAP": "hanzhong",
"AREARNAME": "汉中市",
"SERVERAPI": "/bdcsjsb",
......
......@@ -191,7 +191,6 @@ export default {
padding: 10px 20px;
line-height: 28px;
border: 1px solid #ccc;
margin-right: 15px;
border-radius: 3px;
}
......
......@@ -154,7 +154,6 @@ export default {
padding: 10px 20px;
line-height: 28px;
border: 1px solid #ccc;
margin-right: 15px;
border-radius: 3px;
}
......
......@@ -328,7 +328,7 @@ export default {
components: {
treeSelect,
},
data() {
data () {
return {
obligeeForm: {
obligeeList: [
......@@ -364,18 +364,18 @@ export default {
};
},
methods: {
async featchData() {
async featchData () {
try {
let { result: res } = await zttGyQlr.getZttGyQlrById(this.bsmSjsb);
this.obligeeForm.obligeeList = res;
} catch (error) {}
} catch (error) { }
},
handleUpdateForm() {
handleUpdateForm () {
return new Promise(async (resolve) => {
try {
let res = await zttGyQlr.updateZttGyQlr(this.obligeeForm.obligeeList);
resolve(res.code);
} catch (error) {}
} catch (error) { }
});
},
},
......@@ -398,7 +398,6 @@ export default {
padding: 10px 20px;
line-height: 28px;
border: 1px solid #ccc;
margin-right: 15px;
border-radius: 3px;
}
......
......@@ -117,13 +117,13 @@
</div>
</div>
</div>
<div class="d-center" v-if="!$store.state.business.Edit && titleName == 'sjmx'">
<btn nativeType="cz" @click="dialogVisible = false">取 消</btn>
<btn nativeType="cx" @click="submitForm">保 存</btn>
</div>
<div class="d-center mt-10" v-if="!$store.state.business.Edit && titleName == 'xml'">
<btn nativeType="cx" @click="handleResubmit">重新上报</btn>
</div>
</div>
<div class="d-center" v-if="!$store.state.business.Edit && titleName == 'sjmx'">
<btn nativeType="cz" @click="dialogVisible = false">取 消</btn>
<btn nativeType="cx" @click="submitForm">保 存</btn>
</div>
<div class="d-center" v-if="!$store.state.business.Edit && titleName == 'xml'">
<btn nativeType="cx" @click="handleResubmit">重新上报</btn>
</div>
</el-dialog>
</template>
......
......@@ -258,12 +258,8 @@
// 登簿日志弹出框
.commonDialog {
.el-textarea.is-disabled .el-textarea__inner {
margin-top: 20px;
@include borderColor("border");
}
/deep/.dialog-from_header {
margin: 0 !important;
color: #4a4a4a;
}
.el-dialog__headerbtn .el-dialog__close {
......@@ -303,16 +299,62 @@
height: 80vh;
margin-bottom: 5px;
.editDialogBox-con,
.JsonEditor {
flex: 1;
height: 73vh;
.editXML {
height: 100%;
.el-textarea {
height: 100% !important;
}
.el-textarea__inner {
height: 100% !important;
border-radius: 2px;
border: none;
}
}
}
.editXML {
margin-top: 10px;
.el-textarea__inner {
height: 68vh !important;
// 响应结果
.xyjg {
height: 78vh;
.result-con {
height: 49%;
border-radius: 2px;
box-sizing: border-box;
padding: 10px;
.el-textarea {
height: 90%;
}
.el-textarea__inner {
height: 100%;
background: transparent;
border: none;
}
p {
color: #2188E3;
font-weight: 700;
font-size: 18px;
position: relative;
padding-left: 8px;
}
p:before {
content: '';
width: 3px;
height: 13px;
position: absolute;
left: 0;
top: 4px;
background-color: #2188E3;
}
}
}
}
......@@ -373,11 +415,20 @@
.dialog-from {
padding-top: 0;
.el-row {
display: flex;
flex-wrap: nowrap;
}
.el-col {
height: 40px;
line-height: 40px;
display: flex;
justify-content: space-between;
border: 1px solid #C0C4CC;
border-radius: 2px;
line-height: 36px;
height: 36px;
margin: 5px;
padding: 0 5px;
}
.bz {
......@@ -391,10 +442,11 @@
width: 100%;
}
.el-input__inner {
border: none;
}
.el-textarea__inner {
margin: 0;
}
......@@ -411,23 +463,9 @@
}
}
.entryJournal {
.el-textarea__inner {
height: 67vh !important;
border: none !important;
background-color: #ffffff !important;
color: #000000 !important;
}
}
// 上报日志弹出框
.sbdialog {
.el-textarea__inner {
height: 30vh !important;
border: none !important;
background-color: #ffffff !important;
color: #000000 !important;
}
.el-input-number__increase,
.el-input-number__decrease {
display: none !important;
}
// 数据上报弹出框
......@@ -440,7 +478,6 @@
@include background("navbg");
.dialog_title {
color: white;
margin-bottom: 10px;
}
......@@ -497,8 +534,6 @@
}
.obligee-item-name {
// background: url("~@/image/itembg.png") no-repeat;
// background-size: 100% 100%;
@include background("btnBg");
border-radius: 3px;
@include borderColor("border");
......@@ -521,8 +556,6 @@
&-con {
background: #ffffff;
// @include borderColor("border");
// border: 1px solid blue;
border-radius: 2px;
padding: 10px;
box-sizing: border-box;
......@@ -628,67 +661,8 @@
.el-dialog__wrapper {
overflow: hidden;
}
.dialog-from {
padding-top: 0;
.el-col {
height: 40px;
line-height: 40px;
display: flex;
justify-content: space-between;
}
.bz {
height: 100%;
position: relative;
top: 3px;
}
.el-select {
padding-right: 15px;
}
.el-icon-circle-close {
display: none;
}
.el-input__suffix {
right: 0px !important;
top: -5px;
}
.el-select,
.el-input {
flex: 1;
width: 100%;
}
.el-textarea__inner {
border: none !important;
margin: 0;
}
&_header {
margin: 0 -5px !important;
}
&_title {
font-size: 18px;
color: #d7eaee;
margin: 3px 0;
}
}
}
// // 人员管理上下移动按钮样式
// .el-button.is-disabled.el-button--text {
// width: 64px;
// height: 28px;
// background: rgba(255, 255, 255, 0.1);
// border-radius: 16px;
// }
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog {
.el-dialog__headerbtn .el-dialog__close {
......@@ -715,24 +689,7 @@
display: flex;
}
.el-input__inner {
// background-color: #07388b;
}
.el-input__inner {
// background: #07388b;
// border-radius: 2px;
// border: 1px solid #6bc1fc;
}
.el-textarea__inner {
// background: #07388b;
// color: rgb(0, 0, 0);
}
.el-dialog__header {
.el-dialog__headerbtn {
right: 20px !important;
top: 23px !important;
......@@ -877,7 +834,6 @@
.el-textarea__inner {
margin: 5px;
width: 96%;
background: none;
color: #FFFFFF;
border-radius: 2px;
......@@ -905,11 +861,8 @@
.el-input__inner {
margin: 5px;
width: 96%;
// background: #05275B;
border-radius: 2px;
text-align: left;
}
.el-form-item {
......