Browse Source

新分支

28169 1 year ago
parent
commit
1464fc18cc

+ 36 - 3
src/xt_pages/role/admin.vue View File

177
           style="float:left"
177
           style="float:left"
178
           @click="toEnd">结束签署</el-button> -->
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
      </div>
190
      </div>
257
           <template slot-scope="scope">
265
           <template slot-scope="scope">
258
            
266
            
259
              
267
              
260
-            <!-- <span>
268
+           <!-- <span>
261
               <el-button type="primary" size="small" @click="toRenZhen(scope.row.user_id,scope.row.user_name)">
269
               <el-button type="primary" size="small" @click="toRenZhen(scope.row.user_id,scope.row.user_name)">
262
                     <span>CA个人认证</span>
270
                     <span>CA个人认证</span>
263
               </el-button>
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
             </span>
278
             </span>
265
 
279
 
266
             <span>
280
             <span>
271
 
285
 
272
             <span>
286
             <span>
273
               <el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
287
               <el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
274
-                    <span>授权用户企业印章</span>
288
+                    <span>创建企业印章</span>
275
               </el-button>
289
               </el-button>
276
             </span> -->
290
             </span> -->
277
             <el-tooltip
291
             <el-tooltip
470
 </template>
484
 </template>
471
 
485
 
472
 <script>
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
 import { getRoles } from "@/api/role/role";
489
 import { getRoles } from "@/api/role/role";
475
 
490
 
476
 import { parseTime } from "@/utils";
491
 import { parseTime } from "@/utils";
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
   watch: {
1052
   watch: {
1020
     should_update_admins(should_change) {
1053
     should_update_admins(should_change) {

+ 1 - 1
src/xt_pages/user/Sitemap.vue View File

896
       console.log("wowowowow",file)
896
       console.log("wowowowow",file)
897
       this.fileList.shift()
897
       this.fileList.shift()
898
       this.fileList.push({
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
         desc: '',
900
         desc: '',
901
         id: 0
901
         id: 0
902
       })
902
       })

+ 1 - 1
src/xt_pages/user/inspection.vue View File

633
       console.log("RESPOWOWOWOWO",res)
633
       console.log("RESPOWOWOWOWO",res)
634
       console.log("wowowowow",file)
634
       console.log("wowowowow",file)
635
       this.form.imgs.push({
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
         desc: '',
637
         desc: '',
638
         id: 0
638
         id: 0
639
       })
639
       })

+ 1 - 1
src/xt_pages/user/inspectionCheck.vue View File

508
     },
508
     },
509
     handleAvatarSuccess(res, file) {
509
     handleAvatarSuccess(res, file) {
510
       this.form.imgs.push({
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
         desc: '',
512
         desc: '',
513
         id: 0
513
         id: 0
514
       })
514
       })