Commit 0383156a authored by 黄奎's avatar 黄奎

11

parent f14eefb6
...@@ -349,6 +349,7 @@ ...@@ -349,6 +349,7 @@
background: #fff; background: #fff;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
z-index: 1000; z-index: 1000;
padding-bottom: 32px;
} }
.TCdiv_content .signSpan .sign { .TCdiv_content .signSpan .sign {
...@@ -616,6 +617,7 @@ ...@@ -616,6 +617,7 @@
v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span> v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span>
<span style="font-size:2rem" v-else>重新签字</span> <span style="font-size:2rem" v-else>重新签字</span>
</div> </div>
<div style="width:100%;height:50px;">&nbsp;</div>
</div> </div>
<!-- 开始进入弹窗 --> <!-- 开始进入弹窗 -->
<div class=TipTc v-if="tcShow"> <div class=TipTc v-if="tcShow">
...@@ -1583,6 +1585,7 @@ ...@@ -1583,6 +1585,7 @@
v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span> v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span>
<span style="font-size:2rem" v-else>重新签字</span> <span style="font-size:2rem" v-else>重新签字</span>
</div> </div>
<div style="width:100%;height:50px;">&nbsp;</div>
</div> </div>
<!-- 开始进入弹窗 --> <!-- 开始进入弹窗 -->
<div class=TipTc v-if="tcShow"> <div class=TipTc v-if="tcShow">
...@@ -2457,6 +2460,7 @@ ...@@ -2457,6 +2460,7 @@
v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span> v-if="CtObj.Tourists_Sign==''||CtObj.Tourists_Sign==null">{{$t('objFill.v101.qianzhi')}}</span>
<span style="font-size:2rem" v-else>重新签字</span> <span style="font-size:2rem" v-else>重新签字</span>
</div> </div>
<div style="width:100%;height:50px;">&nbsp;</div>
</div> </div>
<!-- 开始进入弹窗 --> <!-- 开始进入弹窗 -->
<div class=TipTc v-if="tcShow"> <div class=TipTc v-if="tcShow">
...@@ -3946,34 +3950,6 @@ ...@@ -3946,34 +3950,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="CliSignDiv" :class="dialogVisible?'isShowSign':''" @touchmove.prevent>
<div class="CliSignDiv" style="height:100%;background:#fff;z-index:100">
<div class="CanvasDiv">
<div class="dash">
<div id="canvas" style="position:relative;top:0;">
</div>
</div>
</div>
<div class="bottom" style="text-align:center;height:80px;line-height:80px">
<el-row>
<el-col :span="12">
<div style="width:100%;" @click="handelClearEl()">
<span style="font-size:3rem;color:rgb(36, 173, 229)" class="iconfont icon-zhongzhi1"></span>
<span style="font-size:2rem">{{$t('objFill.v101.chongzhiqianm')}}</span>
</div>
</el-col>
<el-col :span="12">
<div style="width:100%;" @click="handelSaveEl()">
<span style="font-size:3rem;color:rgb(36, 173, 229)" class="iconfont icon-wancheng1"></span>
<span style="font-size:2rem">{{$t('objFill.v101.wanchengqmin')}}</span>
</div>
</el-col>
</el-row>
</div>
</div>
</div>
</div> </div>
</template> </template>
<div class="CliSignDiv" :class="dialogVisible?'isShowSign':''" @touchmove.prevent> <div class="CliSignDiv" :class="dialogVisible?'isShowSign':''" @touchmove.prevent>
...@@ -3984,7 +3960,7 @@ ...@@ -3984,7 +3960,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="bottom" style="text-align:center;height:80px;line-height:80px"> <div class="bottom" style="text-align:center;height:100px;line-height:100px;">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<div style="width:100%;" @click="handelClearEl()"> <div style="width:100%;" @click="handelClearEl()">
...@@ -4000,6 +3976,7 @@ ...@@ -4000,6 +3976,7 @@
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
<div style="width:100%;height:50px;">&nbsp;</div>
</div> </div>
</div> </div>
</div> </div>
......
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