Commit d467bb52 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 84cbcc2c 5003cff1
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.TCdiv_content .navHidden .wrap { .TCdiv_content .navHidden .wrap {
width: 100%; width: 100%;
height: 3rem; /* height: 3rem; */
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
} }
...@@ -390,7 +390,9 @@ ...@@ -390,7 +390,9 @@
<span style="width:50px;display:inline-block;" class="comConInput"></span> <span style="width:50px;display:inline-block;" class="comConInput"></span>
<span style="width:50px;display:inline-block;" class="comConInput"></span> <span style="width:50px;display:inline-block;" class="comConInput"></span>
</p> </p>
<p style="margin-top:100px;">乙方签字(盖章):</p> <div style="margin-top:100px;position:relative;">
乙方签字(盖章):<img :src="dataList.Sign" style="width:40px;position:absolute;top:-30px;" />
</div>
<p style="margin-top:20px;"> <p style="margin-top:20px;">
<span style="width:50px;display:inline-block;" class="comConInput"></span> <span style="width:50px;display:inline-block;" class="comConInput"></span>
<span style="width:50px;display:inline-block;" class="comConInput"></span> <span style="width:50px;display:inline-block;" class="comConInput"></span>
...@@ -905,6 +907,13 @@ ...@@ -905,6 +907,13 @@
SaveMsg() { SaveMsg() {
SetEducationContractSign(this.msg).then(res => { SetEducationContractSign(this.msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: '保存成功!',
position: 'top'
})
this.dialogVisible = false; this.dialogVisible = false;
this.getList(); this.getList();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment