Commit e29f90d0 authored by 吴春's avatar 吴春

提交代码

parent 6e47f60e
...@@ -583,7 +583,14 @@ ...@@ -583,7 +583,14 @@
</div> </div>
</div> </div>
</td> </td>
<td></td>   <td>
                <!-- @click="OpenCompanyAlipay(item)"  :class="item.CompanyAlipay==1?'colorE95252':''" -->
                 <div @click="GoCompanyAlipay(item)" v-if="item.CompanyAlipay==1" class="colorE95252" style="text-decoration: underline;padding-top:5px;padding-bottom:4px;font-size:13px;cursor: pointer;">
                  已开启企业代付
                    <!-- {{item.CompanyAlipay==1?"已开启企业代付":"开启企业代付"}} -->
                 </div>
              </td>
</tr> </tr>
</template> </template>
</tbody> </tbody>
...@@ -789,6 +796,16 @@ ...@@ -789,6 +796,16 @@
DateLimit DateLimit
}, },
methods: { methods: {
 GoCompanyAlipay(obj){
        let routeData = this.$router.resolve({
          name: 'AlipayManagementDetail',
          query: {
            Id: obj.TCID,
            searchTitle: '费控制度详情'
          }
        })
        window.open(routeData.href, '_blank')
      },
//推送消息 //推送消息
PushMessage(obj, item) { PushMessage(obj, item) {
......
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