|
@@ -153,7 +153,7 @@
|
|
|
margin-bottom:2px;">
|
|
margin-bottom:2px;">
|
|
|
<el-button type="success" @click="getContractFile">预览文件</el-button>
|
|
<el-button type="success" @click="getContractFile">预览文件</el-button>
|
|
|
<el-button type="info" @click="refuse">拒签</el-button>
|
|
<el-button type="info" @click="refuse">拒签</el-button>
|
|
|
- <el-button type="primary" @click="selectType">签署</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="selectType">盖章</el-button>
|
|
|
<el-button @click="cancel">取消</el-button>
|
|
<el-button @click="cancel">取消</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<el-dialog
|
|
<el-dialog
|
|
@@ -686,7 +686,6 @@ export default {
|
|
|
//盖章
|
|
//盖章
|
|
|
contractSigning(){
|
|
contractSigning(){
|
|
|
contractSigning(this.form).then((response) => {
|
|
contractSigning(this.form).then((response) => {
|
|
|
-
|
|
|
|
|
this.msgSuccess("盖章成功");
|
|
this.msgSuccess("盖章成功");
|
|
|
if(this.zfpAuthType == '02'){
|
|
if(this.zfpAuthType == '02'){
|
|
|
//关闭短信验证
|
|
//关闭短信验证
|