procedure TDZQC.FlowBroker1AfterFlowFinish(Sender: TObject; Command: TFlowFinishCommand);
begin
if Command.FlowControl.Flow.State = TFlowState.fsFinished then
begin
dsb_dzqc.DataSet.Open;
dsb_dzqc.DataSet.Edit;
dsb_dzqc.DataSet.FieldByName('zt').AsString := '入档';
dsb_dzqc.DataSet.ApplyUpdates;
end;
end;