north-glass-erp/northglass-erp/src/views/pp/processCard/SelectProcessCard.vue
@@ -345,7 +345,7 @@ } const checkBoxConfig = { checkMethod: ({ row }) => { if (row['layoutStatus']==='已排版'||row['layoutStatus']==='不可排版'){ if (row['layoutStatus']==='可排版'||row['layoutStatus']==='已排版'){ return row.disable }else{ return !row.disable north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -495,7 +495,7 @@ <!-- 复选框修改排版状态--> <update id="updateComposing"> update flow_card as fc set fc.layout_status=2 set fc.layout_status=1 where fc.process_id = #{processId} </update> </mapper>