Commit d4e30264 by zhaoxiqing

gsb

parent f9b74497
......@@ -100,7 +100,7 @@
<el-table-column prop="completed_at" label="签约时间" :formatter="onColFormater" align="center" show-overflow-tooltip ></el-table-column>
<el-table-column label="操作" >
<template slot-scope="scope" align="center">
<a v-if="!scope.row.esignUrl" href="javascript:;" @click="toHand(scope.row.id)" style="float:left;text-decoration: none;color:#59C1A6;font-size: 14px;margin-left: 10px;">发起手动</a>
<a v-if="!scope.row.esignUrl" href="javascript:;" @click="toHand(scope.row.id)" style="float:left;text-decoration: none;color:#59C1A6;font-size: 14px;margin-left: 10px;">发起签约</a>
</template>
</el-table-column>
</el-table>
......
......@@ -439,10 +439,11 @@
id: id
}).then(function (d) {
if (d.status == 0 && d.data) {
self.$alert("https://bpohhr.gongsibao.com/bpoent?entid="+id, '提示', {
confirmButtonText: '确定',
callback: action => {}
});
// self.$alert("https://bpohhr.gongsibao.com/bpoent?entid="+id, '提示', {
// confirmButtonText: '确定',
// callback: action => {}
// });
self.$message.warning(d.msg || "签署成功");
} else {
self.$message.warning(d.msg || "签署失败");
}
......
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