28169 1 vuosi sitten
vanhempi
commit
1464fc18cc

+ 36 - 3
src/xt_pages/role/admin.vue Näytä tiedosto

@@ -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) {

+ 1 - 1
src/xt_pages/user/Sitemap.vue Näytä tiedosto

@@ -896,7 +896,7 @@ export default{
896 896
       console.log("wowowowow",file)
897 897
       this.fileList.shift()
898 898
       this.fileList.push({
899
-        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/500/h/500/q/90',
899
+        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/2000/h/2000/q/90',
900 900
         desc: '',
901 901
         id: 0
902 902
       })

+ 1 - 1
src/xt_pages/user/inspection.vue Näytä tiedosto

@@ -633,7 +633,7 @@ export default {
633 633
       console.log("RESPOWOWOWOWO",res)
634 634
       console.log("wowowowow",file)
635 635
       this.form.imgs.push({
636
-        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/500/h/500/q/90',
636
+        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/2000/h/2000/q/90',
637 637
         desc: '',
638 638
         id: 0
639 639
       })

+ 1 - 1
src/xt_pages/user/inspectionCheck.vue Näytä tiedosto

@@ -508,7 +508,7 @@ export default {
508 508
     },
509 509
     handleAvatarSuccess(res, file) {
510 510
       this.form.imgs.push({
511
-        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/500/h/500/q/90',
511
+        img_url: this.qiniuDomain + res.url + '?imageView2/2/w/2000/h/2000/q/90',
512 512
         desc: '',
513 513
         id: 0
514 514
       })