mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
[IMP]【自助入司流程优化】协议签署,增加筛选已签署协议方法,签署协议时跳过已签署文件
This commit is contained in:
@@ -13,13 +13,15 @@
|
||||
需签署:
|
||||
<ul>
|
||||
<li class="flex" v-for="(sign, index) in signList" :key="index">
|
||||
<div class="w260 blue" >{{ sign.name }}</div>
|
||||
<div class="w260 blue">{{ sign.name }}</div>
|
||||
<van-icon v-if="sign.signState === '1'" color="green" name="checked" />
|
||||
</li>
|
||||
</ul>
|
||||
点击【开始】按钮,进行相关操作
|
||||
</div>
|
||||
<div class="text-center mt20"><van-button @click="faceAuth" v-no-more-click="1000" :disabled="isSubmit" type="danger" size="normal" style="width:30%">开始</van-button></div>
|
||||
<div class="text-center mt20 mb60">
|
||||
<van-button @click="faceAuth" v-no-more-click="1000" :disabled="isSubmit" type="danger" size="normal" style="width:30%">开始</van-button>
|
||||
</div>
|
||||
<van-button v-if="isSubmit" class="fixed bottom0" type="danger" v-no-more-click="1000" @click="clickSubmit" size="large">提交</van-button>
|
||||
</div>
|
||||
</template>
|
||||
@@ -68,7 +70,7 @@ export default {
|
||||
//获取签署协议人信息
|
||||
agreementQuery() {
|
||||
let data = {
|
||||
// userModel: { mobile: 13000000000 }, //线上去掉
|
||||
// userModel: { mobile: 13000000000 } //线上去掉
|
||||
}
|
||||
this.$toast.loading({
|
||||
duration: 0, // 持续展示 toast
|
||||
@@ -102,6 +104,7 @@ export default {
|
||||
})
|
||||
},
|
||||
faceAuth() {
|
||||
/*
|
||||
let that = this
|
||||
localStorage.idNo = this.agentInfo.idNo
|
||||
localStorage.idName = this.agentInfo.name
|
||||
@@ -125,6 +128,8 @@ export default {
|
||||
} else {
|
||||
that.goUrl()
|
||||
}
|
||||
*/
|
||||
this.goUrl()
|
||||
},
|
||||
//自定义key值排序用
|
||||
addKey(item) {
|
||||
|
||||
Reference in New Issue
Block a user