|
@@ -177,6 +177,14 @@
|
177
|
177
|
style="float:left"
|
178
|
178
|
@click="toEnd">结束签署</el-button> -->
|
179
|
179
|
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+ <!-- <el-button
|
|
183
|
+ type="primary"
|
|
184
|
+ size="small"
|
|
185
|
+ icon="el-icon-circle-plus-outline"
|
|
186
|
+ style="float:left"
|
|
187
|
+ @click="toSendInformaton">发送短信验证码</el-button> -->
|
180
|
188
|
|
181
|
189
|
|
182
|
190
|
</div>
|
|
@@ -257,10 +265,16 @@
|
257
|
265
|
<template slot-scope="scope">
|
258
|
266
|
|
259
|
267
|
|
260
|
|
- <!-- <span>
|
|
268
|
+ <!-- <span>
|
261
|
269
|
<el-button type="primary" size="small" @click="toRenZhen(scope.row.user_id,scope.row.user_name)">
|
262
|
270
|
<span>CA个人认证</span>
|
263
|
271
|
</el-button>
|
|
272
|
+ </span> -->
|
|
273
|
+
|
|
274
|
+ <!-- <span>
|
|
275
|
+ <el-button type="primary" size="small" @click="toQianShu(scope.row.user_id,scope.row.user_name)">
|
|
276
|
+ <span>创建签署人用户</span>
|
|
277
|
+ </el-button>
|
264
|
278
|
</span>
|
265
|
279
|
|
266
|
280
|
<span>
|
|
@@ -271,7 +285,7 @@
|
271
|
285
|
|
272
|
286
|
<span>
|
273
|
287
|
<el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
|
274
|
|
- <span>授权用户企业印章</span>
|
|
288
|
+ <span>创建企业印章</span>
|
275
|
289
|
</el-button>
|
276
|
290
|
</span> -->
|
277
|
291
|
<el-tooltip
|
|
@@ -470,7 +484,8 @@
|
470
|
484
|
</template>
|
471
|
485
|
|
472
|
486
|
<script>
|
473
|
|
-import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail} from "@/api/role/admin";
|
|
487
|
+import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
|
|
488
|
+ ,CreateQianshuUserName,toSendInformaton,CreateSKDSendInformation} from "@/api/role/admin";
|
474
|
489
|
import { getRoles } from "@/api/role/role";
|
475
|
490
|
|
476
|
491
|
import { parseTime } from "@/utils";
|
|
@@ -1015,6 +1030,24 @@ export default {
|
1015
|
1030
|
})
|
1016
|
1031
|
},
|
1017
|
1032
|
|
|
1033
|
+ toQianShu(){
|
|
1034
|
+ CreateQianshuUserName().then(response=>{
|
|
1035
|
+ if(response.data.state==1){
|
|
1036
|
+ var sign = response.data.data.sign
|
|
1037
|
+ var userId = response.data.data.userId
|
|
1038
|
+ }
|
|
1039
|
+ })
|
|
1040
|
+ },
|
|
1041
|
+
|
|
1042
|
+ toSendInformaton(){
|
|
1043
|
+ CreateSKDSendInformation().then(response=>{
|
|
1044
|
+ if(response.data.state==1){
|
|
1045
|
+ var information = response.data.data.information
|
|
1046
|
+
|
|
1047
|
+ var orderId = response.data.data.orderId
|
|
1048
|
+ }
|
|
1049
|
+ })
|
|
1050
|
+ }
|
1018
|
1051
|
},
|
1019
|
1052
|
watch: {
|
1020
|
1053
|
should_update_admins(should_change) {
|