Commit 5003cff1 authored by zhengke's avatar zhengke

修改

parent 82edcae0
......@@ -27,7 +27,7 @@
.TCdiv_content .navHidden .wrap {
width: 100%;
height: 3rem;
/* height: 3rem; */
overflow-x: scroll;
overflow-y: hidden;
}
......@@ -390,7 +390,9 @@
<span style="width:50px;display:inline-block;" class="comConInput"></span>
<span style="width:50px;display:inline-block;" class="comConInput"></span>
</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;">
<span style="width:50px;display:inline-block;" class="comConInput"></span>
<span style="width:50px;display:inline-block;" class="comConInput"></span>
......@@ -905,6 +907,13 @@
SaveMsg() {
SetEducationContractSign(this.msg).then(res => {
if (res.Code == 1) {
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: '保存成功!',
position: 'top'
})
this.dialogVisible = false;
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