linwenxin hai 5 meses
pai
achega
3f9cac9900

+ 19 - 0
src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

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

+ 4 - 3
src/views/setting/networkSigning/networkContractSigning/index.vue

@@ -31,10 +31,11 @@
               </zj-form-module>
             </zj-form-container>
           </zj-page-fill>
-          <div>
+          <div
+            style="box-sizing: border-box; padding: 20px; text-align: right"
+            v-if="formData.status == 'WAIT' && adminWebsitIds.includes(formData.parentId)"
+          >
             <el-button
-              v-if="formData.status == 'WAIT' && adminWebsitIds.includes(formData.parentId)"
-              type="text"
               :click="
                 () => {
                   $nextTick(() => {