Browse Source

修改查看凭证样式、改签修改

linehang 6 years ago
parent
commit
e49cbc96a5

+ 2 - 2
app/sign/html/photo_show.html

@ -35,12 +35,12 @@
			.right-arrow:hover {
				background: url(../../../images/right02_pre.png) no-repeat no-repeat center center;
			}
			.bgc-999 {background-color: #999999;}
			.bgc-999 {background-color: #d7dce6;}
			.lh80 {line-height: 80px;}
		</style>
	</head>
	<body>
		<div id="app" class="h-100 bgc-999">
		<div id="app" class="c-position-r h-100 bgc-999">
			<div v-if="photoList.length > 0" class="h-100">
				<div class="h-100-100 c-t-center c-position-r">
					<span v-if="curryIndex != 0" class="c-position-a left-arrow" @click="changeCurryIndex(curryIndex - 1)"></span>

+ 1 - 1
app/sign/html/sign_handle.html

@ -43,7 +43,7 @@
					<span class="fl w-80-1 pl20">{{patientInfo.address ? patientInfo.address : ""}}</span>
				</li>
			</ul>
			<h3>签约信息<span class="c-f12 c-red ml20" style="font-weight: 400;">{{warnMsg}}</span></h3>
			<h3>签约信息<span v-if="renewFlag != 2" class="c-f12 c-red ml20" style="font-weight: 400;">{{warnMsg}}</span></h3>
			<ul class="m0 p0 mb20 lh40 c-border-t c-border-r c-border-l c-t-left c-333">
				<li class="c-border-b clearfix">
					<div class="fl w-50-1">

+ 1 - 1
app/sign/html/sign_manage.html

@ -260,7 +260,7 @@
							closeBtn: 1,
							shift: 5,
							shadeClose: false, //点击遮罩关闭层
							content: "sign_handle.html?patientCode="+list.patientCode+'&signCode='+list.code + '&status=' + status + '&msgid=' + list.msgid
							content: "sign_handle.html?patientCode="+list.patientCode+'&signCode='+list.code + '&status=' + status + '&msgid=' + list.msgid + "&renewFlag=" + list.renewFlag
						});
			        },
			        looking: function(list) {

BIN
app/sign/images/guanbi_01_btn.png


+ 1 - 1
app/sign/js/photo_show.js

@ -25,7 +25,7 @@ function showInfoMessage(msg) {
		icon: 6
	})
}
parent.$("#layui-layer" + parent.photoLayerIndex + " .layui-layer-setwin").addClass("set-close-btn")
new Vue({
    el: "#app",
    data: {

+ 4 - 3
app/sign/js/sign_handle.js

@ -43,6 +43,7 @@ top.changeTypeIndex=null;//修改居民标签的窗体
top.handleVue=new Vue({
    el: "#app",
    data: {
    	renewFlag: httpData.renewFlag, // 2 改签
    	justDoc: null,
    	justHDoc: null,
    	doctorType: doctorInfo.doctorType,
@ -497,10 +498,10 @@ top.handleVue=new Vue({
        	}
        },
        lookPhoto: function(data) {
        	layer.open({
        	parent.photoLayerIndex = parent.layer.open({
        		type: 2,
        		area: ['90%', '100%'],
        		title: "凭证预览",
        		area: ['70%', '600px'],
        		title: false,
        		shade: 0.5,
        		shadeClose: true,
        		shift: 2,

+ 6 - 0
css/style.min.css

@ -7474,3 +7474,9 @@ select {
.layui-layer-setwin .layui-layer-maxmin{background-image: url(../images/zuidaohua02_icon.png)!important;}
.layui-layer-setwin .layui-layer-close{background: url(../images/guanbi_icon.png) center center / 30% auto no-repeat;background-color: #f8f8f8!important;background-position: center center!important;}
.layui-layer-setwin .layui-layer-close:hover,.layui-layer-setwin .layui-layer-close:hover{background-color: #f96464!important;}
.layui-layer-setwin.set-close-btn{top: 0!important;right: 0!important;line-height: 33px!important;}
.layui-layer-setwin.set-close-btn a{height: 33px!important;line-height: 33px!important;width: 33px!important;margin-left: 0!important;}
.layui-layer-setwin.set-close-btn .layui-layer-close2 {right: -15px;top: -15px;}
.layui-layer-setwin.set-close-btn .layui-layer-close{background: url(../app/sign/images/guanbi_01_btn.png) center center / 100% auto no-repeat;background-color: transparent!important;background-position: center center!important;}
.layui-layer-setwin.set-close-btn .layui-layer-close:hover,.layui-layer-setwin .layui-layer-close:hover{background-color: transparent!important;}