提交 8012518f authored 作者: 彭涛's avatar 彭涛

bug修复

上级 fb8722d6
...@@ -133,7 +133,8 @@ ...@@ -133,7 +133,8 @@
<text class="right_title" v-if="item.status == 4||item.status == 5">已签收</text> <text class="right_title" v-if="item.status == 4||item.status == 5">已签收</text>
<text class="right_title" v-if="item.status == 6">待生效</text> <text class="right_title" v-if="item.status == 6">待生效</text>
<text class="right_title" v-if="item.status == 7">已生效</text> <text class="right_title" v-if="item.status == 7">已生效</text>
<text class="right_title" v-if="item.isContractASealed == 1||item.isContractASealed == 0">已电子盖章</text> <text class="right_title"
v-if="(item.status == 4||item.status == 5)&&(item.isContractASealed == 1||item.isContractASealed == 0)">已电子盖章</text>
<text class="right_title" v-if="item.status == 8">已失效</text> <text class="right_title" v-if="item.status == 8">已失效</text>
</text> </text>
<view>合同编号: {{item.contractNumber}}</view> <view>合同编号: {{item.contractNumber}}</view>
...@@ -265,10 +266,10 @@ ...@@ -265,10 +266,10 @@
}); });
// 获取地址 // 获取地址
this.getAddress() this.getAddress()
// 获取合同列表 // // 获取合同列表
this.getElectricContractList() // this.getElectricContractList()
// 获取认证信息 // // 获取认证信息
this.getUserMessage() // this.getUserMessage()
}, },
onLoad(options) { onLoad(options) {
if (options.tabIndex) { if (options.tabIndex) {
...@@ -288,7 +289,7 @@ ...@@ -288,7 +289,7 @@
electricId: '', //电客id electricId: '', //电客id
enterpriseName: '', //搜索值 enterpriseName: '', //搜索值
ContractType: 1, //合同类型,1线下合同,2平台合同,3存量合同 ContractType: 1, //合同类型,1线下合同,2平台合同,3存量合同
tabIndex: 1, //线下合同tab栏索引(线下合同状态): 1-未生效,2-审核通过,3-已生效 tabIndex: '', //线下合同tab栏索引(线下合同状态): 1-未生效,2-审核通过,3-已生效
address: '', //地址 address: '', //地址
contractdata: [], //合同列表 contractdata: [], //合同列表
// 下拉 // 下拉
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论