|
|
@@ -1,32 +1,33 @@
|
|
|
<template>
|
|
|
- <view class="phone-zjzgs-page">
|
|
|
- <view class="icon-title-navBar-box">
|
|
|
+ <view class="phone-hetong-page">
|
|
|
+ <view class="phone-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">合同</text>
|
|
|
+ <uni-icons class="nav-bar-right-icon bar-ml10" type="list" @click="handleGoLishi"
|
|
|
+ size="30"></uni-icons>
|
|
|
+
|
|
|
</view>
|
|
|
-
|
|
|
- <view @click="handleGoLishi">历史合同</view>
|
|
|
-
|
|
|
<template v-if="info.id">
|
|
|
+ <view class="pdf-box">
|
|
|
+
|
|
|
+ </view>
|
|
|
<!-- -->
|
|
|
<!-- <web-view class="dljt-pdf-view" :src="pdfUrl1" v-if="show"
|
|
|
webview-styles="height: 50vh;margin-top: 75px"></web-view> -->
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- 暂无合同
|
|
|
+ <view>暂无合同</view>
|
|
|
</template>
|
|
|
|
|
|
- <view @click="handleQianming" v-if="info.id && info.status == 0">合同签名</view>
|
|
|
+ <button v-if="info.id && info.status == 0" type="default" class="phone-green-btn ht-btn" @click="handleQianming">我已阅读</button>
|
|
|
|
|
|
- <uni-popup ref="popupRef" type="bottom" background-color="#fff" :is-mask-click="false" :mask-click="false"
|
|
|
- style="height: 100vh">
|
|
|
- <view style="height: 100vh;">
|
|
|
- <view>
|
|
|
- <view @click="goback2" class="nav-bar-icon">
|
|
|
- <text class="nav-bar-title">签名</text>
|
|
|
- </view>
|
|
|
- <writeSign @getBase64="getBase64"></writeSign>
|
|
|
+ <uni-popup ref="popupRef" type="bottom" background-color="#fff" :is-mask-click="false" :mask-click="false">
|
|
|
+ <view class="ht-qm-popup">
|
|
|
+ <view class="icon-title-navBar-box">
|
|
|
+ <view @click="goback2" class="nav-bar-icon"></view>
|
|
|
+ <text class="nav-bar-title">签名</text>
|
|
|
</view>
|
|
|
+ <writeSign @getBase64="getBase64"></writeSign>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
</view>
|
|
|
@@ -71,7 +72,7 @@
|
|
|
|
|
|
function handleGoLishi() {
|
|
|
uni.redirectTo({
|
|
|
- url: ''
|
|
|
+ url: '/pages/admin/Hetong/HetongList'
|
|
|
})
|
|
|
}
|
|
|
|