linwenxin 5 ヶ月 前
コミット
3a72be727d

+ 2 - 12
src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

@@ -388,20 +388,10 @@ export default {
         authorizeAutomaticSignature: {
           prompt: '是否授权自动签章?',
           conditions: ({ row, index, column }) => {
-            return row.fadadaIsAuth === 'YES' && row.fadadaAuthAutoStatus === 'NO'
+            return row.fadadaIsAuth === 'YES' && row.fadadaAuthAutoStatus === 'NO' && row.fadadaAuthAutoUrl
           },
           click: ({ row, index, column }) => {
-            {
-              /* companyCaAuthGetAuth({
-              companyCaAuthId: row.companyCaAuthId
-            }).then(res => {
-              this.$message({
-                message: '设置成功',
-                type: 'success'
-              })
-              this.$refs?.pageRef?.refreshList()
-            }) */
-            }
+            window.open(row.fadadaAuthAutoUrl, '_blank')
           }
         }
       })

+ 1 - 1
src/views/setting/networkSigning/networkContractSigning/index.vue

@@ -440,7 +440,7 @@ export default {
         loseEfficacy: {
           prompt: '是否确定设为失效?',
           conditions: ({ row, index, column }) => {
-            return true
+            return row.status !== 'CANCEL'
           },
           click: ({ row, index, column }) => {
             websitContractSignCancel({