zyz 6 年 前
コミット
42e3d63217
2 ファイル変更5 行追加0 行削除
  1. 1 0
      app/jbsc/css/filter_result.css
  2. 4 0
      app/jbsc/html/advice.html

+ 1 - 0
app/jbsc/css/filter_result.css

@ -49,6 +49,7 @@
.base-info input{height: 20px;padding: 0;text-align: center;width: 60px;margin: 0 5px;border-radius: 10px;border: 1px solid #d7dce6;}
.progress-number{position: absolute;top: 50%;margin-top: -30px;text-align: center;left: 0;right: 0;}
.progress-number>span{font-size: 14px;color: #12b7f5;}
.label-block .pull-right{color: #ff9630;}
.clear-bottom{height: 140px;}
.btn-group-bottom {position: fixed;right: 0;width: 250px;bottom: 0;border-left: 1px solid #D7DCE6;background: #fff;border-top: 1px solid #D7DCE6;}
.btn-group-bottom .btn{width: 100%;height: 40px;padding: 8px 12px;}

+ 4 - 0
app/jbsc/html/advice.html

@ -66,6 +66,10 @@
					},
					save:function(){
						var vm=this;
						if(JSON.stringify(vm.advicCcodes)=='[]' && !vm.otherAdvice){
							top.layer.msg('请先填写建议或勾选建议在提交', {icon: 5});
							return ;
						}
						var data={
							code: vm.resultCode.toString(),
							adviceCodes: vm.advicCcodes.toString(),